Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • Re: PPPOE WAN SET UP NEED HELP

$
0
0
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

Statistics: Posted by aoakeley — Sat Mar 02, 2024 6:45 am



Viewing all articles
Browse latest Browse all 15133

Trending Articles