In the router I can ping from the two PPPoE interfaces to google.com, but not the Cable interface. From the Cable interface I can ping the ISP's gateway and DHCP server, but nothing beyond that.
The masquerade rules for each WAN interface is the same.
Code: Select all
chain=srcnat action=masquerade out-interface=wan2
chain=srcnat action=masquerade out-interface=pppoe_1
chain=srcnat action=masquerade out-interface=pppoe_3
Code: Select all
ADS 0.0.0.0/0 PPPoE1 gateway 1
DS 0.0.0.0/0 PPPoE2 gateway 2
DS 0.0.0.0/0 Cable gateway 3
When I plug my laptop in to the cable modem directly, everything works.
Any thoughts or help is GREATLY appreciated.
Al