Hi
I have a web server behind a Mikrotik hosting http://www.xyz.com
people can browse the http://www.xyz.com if they are OUTSIDE my network
but no one can browse the http://www.xyz.com if they come in to my network
if I do not define the out-interface on masquerade it works but then a whole new box of baaaad stuff happens with other stuff
here is my setup
dsl with dynamic ip with changeip service
my mikrotik web interface is on port 88
add disabled=no interface=eth1-LAN type=internal
add disabled=no interface=eth3-DSL type=external
add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=eth3-DSL protocol=tcp to-addresses=192.168.99.250
add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=eth1-LAN protocol=tcp to-addresses=192.168.99.250
add action=masquerade chain=srcnat disabled=no out-interface=eth3-DSL
Oh I have only one IP …