Page 1 of 1

changeip portforward and teamspeak

Posted: Tue Jun 30, 2009 4:02 pm
by happydaddy
Hi

I created a dns at changeip and want a freind from the internet side to be able to talk to me. I think i need to do some portforwarding from my lan1 of the mikrotik box to get it to work. please look below at my layout and advise further.

teamspeak server PC------mikrotik Lan1___mikrotik lan2-----adsl modem---(internet)

teamspeak server ip 192.168.1.230
mikrotik lan ip 192.168.1.100
mikrotik lan ip2 192.168.10.254
adsl modem ip 192.168.10.1
internet ip Isp changes it every day

Thanks in advance

Re: changeip portforward and teamspeak

Posted: Tue Jun 30, 2009 5:07 pm
by thiele
Hi,

Looking at your net layout, looks like NAT is only made on your adsl modem, right? If its true, you dont need
to set any port forward on your mikrotik, you need to put a static route on your modem when destination is 192.168.1.0
use gateway 192.168.10.254 and make sure you mikrotik is just routing (without nat).

Good Luck

Re: changeip portforward and teamspeak

Posted: Mon Jul 20, 2009 7:21 pm
by happydaddy
Thanks Thiele

After a long struggle got it to work and thought id add what i done.

I added info as you said to the modem and still could not get it to work. I found out that i had to forward teamspeak port as well in the mikrotik router. I added a dst-nat with destination port udp 8676 and actioned it to dest-nat address 192.168.1.230 and port 8676.

This did the trick for me, now all i did was add the changeip script to the router with a schedual every 5 hours to update my dns address.

Regards