When I use another mikrotik as default gateway, everything works fine. All clients in LAN can access internet and no problems there.
But, now I have to use KASDA Adsl modem for accessing Internet. I have set up pppoe client connection, and mikrotik connects fine to ISP, adds default route and DNS servers.
And yes, I removed old default route, and did MASQUERADING on my pppoe interface, and have set up MRU and MTU correctly.
So, masquerading is there, pppoe connection is up & running, but anyway, I can ping google.com ONLY FROM mikrotik. All other clients can’t access internet, they can reach only mikrotik. It seems like Mikrotik doesn’t forward any traffic from pppoe interface to ethernet interface.
All firewall rules are empty, nothing there. So, am I missing something obvius?
, but still doesn’t work. Strange thing is that ping FROM mikrotik to internet is excellent, and connection is stable. But still nothing gets forwarded to ethernet interface
It really smells like a NAT problem. Savage’s rule should have worked:
/ ip firewall nat
add chain=srcnat out-interface=net action=masquerade
Now that is assuming that the “net” interface is truly the public interface on the router. Anyway, I’m actually using an ADSL connection right now with that NAT rule and the RB532 board actually doing the PPoE connection.