i need help pls in the following strange issue:
if i use my ISP modem (Freebox France) in router mode, i got internet perfectly with the actual setup (firewall, NAT [masquarade out WAN], etc..)
when i set the modem to bridge mode and get a public IP in my Mikrotik RB5009, (DHCP Client released), all counters are still working on Firewall tab and NAT (nothing extra dropped, checked in the Log), but i cannot get internet in any device.
should i change something with the NAT rule?
actual:
Code: Select all
0 ;;; WAN SFP+ masq
chain=srcnat action=masquerade to-addresses=***public IP address*** out-interface=sfp-sfpplus1[WAN] log=no log-prefix="
Code: Select all
/ip firewall nat
add action=masquerade chain=srcnat comment="WAN SFP+ masq" out-interface=\
"sfp-sfpplus1[WAN]" to-addresses=***public IP address***
i have switched off for a short period my firewall to test if maybe it is blocked somehwere there, but not, so i really lost what is the problem here.
i hope you can help me and thanks in advance!
any tip is more than welcome!
kind regards,
Joho