Page 1 of 1

Port forwarding on a RB750

Posted: Wed Apr 13, 2011 4:03 pm
by dbernhagen
Hello all,

I have a question that I am hoping someone can help me with,

What I have in place right now is a RB750 configured to srcnat masquerade the private LAN segment "192.168.88.0/24.

I have a need to set up a web camera on the LAN side and be able to access it from the Public internet on interface "ether1-gateway" the port is 80 on the web cam.

I have tried several rules with no success and help would be great

DB

Re: Port forwarding on a RB750

Posted: Thu Apr 14, 2011 4:47 am
by bburley
/ip firewall nat
add action=dst-nat chain=dstnat comment="Web Cam" disabled=no dst-port=80 \
    protocol=tcp to-addresses=192.168.88.xxx to-ports=80