Hi,
This will probably seem dumb but I can't figure how to get a little pb fixed:
My Setup (much more complicated in fact, but that'll be a whole new a bigger topic):
RB450 acting as router (ISP side interface eth1 , IP by DHCP, though always static, but DNS could change)
The lan side is Eth2(+Eth3 as slave port) (Eth4 (+Eth5 as slave), will serve as collecting 3 vlans coming from one or more RB433s with multiple Virtual APs, one pushed through hotspot)
here's a part of what's in the masquerading NAT
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=ether1 src-address=192.168.83.0/24
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=80 in-interface=ether1 protocol=tcp to-addresses=192.168.83.1 to-ports=80
[... etc ...]
LAN can access web
And web can access port 80/22/21/etc... ports on server in LAN
But stations from "inside", on LAN, can't access port 80/etc... from the public interface (typically accessing http://hostname-resolving-to-the-public-ip/ in a browser) the connection is cut... "Connexion réinitialisée"
What entry am I forgeting ?
Thanks alot
JB./.