Page 1 of 1

Forwarding All traffic

Posted: Mon Jan 19, 2015 11:46 pm
by rayman1366
Hello
i have Mikrotik SXT , bridged WAN+LAN with 192.168.1.0/24 address.

now i want forward All traffic (like port 80,443) from above range to this ip : 192.168.1.90

i tested some dst nat but not worked :(

Re: Forwarding All traffic

Posted: Tue Jan 20, 2015 8:54 pm
by rayman1366
any idea?

Re: Forwarding All traffic

Posted: Wed Jan 21, 2015 8:38 am
by rayman1366
add action=dst-nat chain=dstnat disabled=no dst-address=192.168.1.0/24 dst-port=\
80 protocol=tcp to-addresses=192.168.1.90 to-ports=80

not work

Re: Forwarding All traffic

Posted: Sat Jan 24, 2015 2:40 am
by rayman1366
what about forwarding port 80 ?

i remember before i do it , and it work, but now i dont know what is wrong,
can somebody help me?
:)

Re: Forwarding All traffic

Posted: Sun Jan 25, 2015 9:55 pm
by travisres
lots of options to you, but my general port forward.
add action=dst-nat chain=dstnat dst-port=80 in-interface=ether1-Gateway protocol=tcp to-addresses=192.168.1.90 
if I need to route an external port to a different internal port
add action=dst-nat chain=dstnat dst-port=8081 in-interface=ether1-Gateway protocol=tcp to-addresses=192.168.1.90 to-ports=80
I think maybe where you are getting held up is the dst-address=192.168.1.0/24