PPPOE WAN Configuration issue

I think I will, the issue is I am converting my main firewall from pfsense to vyos and need to take go switch between them in order to troubleshoot.

Hello @lepri13 , did you try to set the interface as a template? As an example:
set zone-policy zone WAN interface 'pppoe*'

Hey @Dmitry,

Yes I have tried both interfaces. eth and pppoe

Does anyone have a simple working config for PPPOE I can test with?

Hello @lepri13 , it looks like your issue is not related to PPPoE. I propose to try to disable all firewalls at first and check connectivity

configure
delete zone-policy
delete firewall
commit
exit

After that try to check reachability ping 1.1.1.1
For nat you have to use pppoe interface

set nat source rule 100 outbound-interface ‘pppoe0’
set nat source rule 100 source address ‘xxx.xxx.1.0/24’
set nat source rule 100 translation address ‘masquerade’

@Dmitry

Thank you so much. That did it.

I need to look at the Firewall rules next. Once I am done I will post a PPPOE guide.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.