Community discussions

MikroTik App
 
dbernhagen
just joined
Topic Author
Posts: 3
Joined: Fri Jun 01, 2007 3:21 am

Port forwarding on a RB750

Wed Apr 13, 2011 4:03 pm

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
 
bburley
Frequent Visitor
Frequent Visitor
Posts: 80
Joined: Thu Nov 18, 2010 7:22 am
Location: Alberta, Canada

Re: Port forwarding on a RB750

Thu Apr 14, 2011 4:47 am

/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