Hi,
You need to add your PPPoE connection into the WAN interface list so that the masquerade and firewall rules will apply to that interface
/interface list member
add interface=pppoe-client list=WAN
You will also need to fix your firewall. At a minimum add the following:
/ip firewall filter
add action=accept chain=forward connection-state=established,related
add action=accept chain=output connection-state=established,related
add action=drop chain=input comment="default configuration" in-interface-list=WAN
Andy
You need to add your PPPoE connection into the WAN interface list so that the masquerade and firewall rules will apply to that interface
/interface list member
add interface=pppoe-client list=WAN
You will also need to fix your firewall. At a minimum add the following:
/ip firewall filter
add action=accept chain=forward connection-state=established,related
add action=accept chain=output connection-state=established,related
add action=drop chain=input comment="default configuration" in-interface-list=WAN
Andy
Statistics: Posted by aoakeley — Sat Mar 02, 2024 6:45 am