Port forwarding through 2 Mikrotik's
Posted: Mon Jun 20, 2011 7:48 am
I am attempting to port forward port 22, Ports 2074-2094 (UDP) and 15245-15427 (TCP) through a couple of RB433's. The first is the internet connection, and works fine for all internet traffic now. Using NAT, DHCP and a few other rules.
I think the problem comes, where I am trying to send these ports to a box, that is connected to ANOTHER RB433, that is in bridge STATION WDS mode in another area close by.
Do I need to add the port forwarding to that RB as well? Or should that one be transparent?
Here is the output of my /ip firewall nat settings:
0 chain=srcnat action=masquerade out-interface=ether1
1 chain=dstnat action=dst-nat to-addresses=192.168.1.115 to-ports=5900 protocol=tcp dst-address=xx.xx.xx.xx
dst-port=5900
2 chain=dstnat action=dst-nat to-addresses=192.168.1.115 to-ports=5900 protocol=udp dst-address=xx.xx.xx.xx
dst-port=5900
3 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=22 protocol=tcp dst-address=xx.xx.xx.xx dst-port=22
4 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=2074-2093 protocol=udp dst-address=xx.xx.xx.xx
dst-port=2074-2093
5 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=15425-15427 protocol=tcp dst-address=xx.xx.xx.xx
dst-port=15425-15427
Any help is greatly appreciated!!
I think the problem comes, where I am trying to send these ports to a box, that is connected to ANOTHER RB433, that is in bridge STATION WDS mode in another area close by.
Do I need to add the port forwarding to that RB as well? Or should that one be transparent?
Here is the output of my /ip firewall nat settings:
0 chain=srcnat action=masquerade out-interface=ether1
1 chain=dstnat action=dst-nat to-addresses=192.168.1.115 to-ports=5900 protocol=tcp dst-address=xx.xx.xx.xx
dst-port=5900
2 chain=dstnat action=dst-nat to-addresses=192.168.1.115 to-ports=5900 protocol=udp dst-address=xx.xx.xx.xx
dst-port=5900
3 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=22 protocol=tcp dst-address=xx.xx.xx.xx dst-port=22
4 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=2074-2093 protocol=udp dst-address=xx.xx.xx.xx
dst-port=2074-2093
5 chain=dstnat action=dst-nat to-addresses=192.168.1.55 to-ports=15425-15427 protocol=tcp dst-address=xx.xx.xx.xx
dst-port=15425-15427
Any help is greatly appreciated!!