Need help to setup PPPOE via VLAN ID (DSA migration)

Delete all WAN interface. Restart the router. Now create a new PPPoE interface as instructed above. Enter the login and password and then restart the router

1 Like

I also use PPPoE

1 Like
config interface 'wan'
	option proto 'pppoe'
	option device 'wan.120'
	option username 'Xxxxxxx'
	option password 'Xxxxxx'
	option keepalive '15 5'
1 Like

hi @viniribeirossa i have tried all and restart on every step.
but still no success

here is config file

config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option packet_steering '1'
	option ula_prefix 'fd81:5d23:51fb::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'PPPoE'
	option proto 'pppoe'
	option device 'wan.159'
	option username 'ft_sid@ftth.bsnl.in'
	option password 'password'
	option ipv6 'auto'

Use my PPPoE setting and change to your preferences and save. And restart the router. DELETE ALL WAN INTERFACES and when the router is up put the FIREWALL in WAN

don't forget to

option ipv6 'auto'
1 Like


this is the one you referring right?

If that doesn't authenticate. You have to review what your PPPoE VLAN ID is. Did it work in previous builds?

2 Likes

yes that's right buddy

1 Like

i have archer a7 v5 router. with this same credential thats working.
due to the DSA im struck now. if it swconfig no problem for me
.

From what I saw in your screenshot. It's asking for the login, but it passes through the network connection

might i need to tag wan.159 with vlan functionality

this is from my archer a7 router

You were using the internet cable directly on the WAN port? How is my configuration?

Yes directly on the wan port

Are you using the latest version of OpenWrt? 22.03.5? Try cloning MAC from WAN

But yours coming as pppoe-wan. But I'm not getting only wan.159. don't know wer I did wrong

This is changed when the connection succeeds automatically

1 Like

How to do this. Sry I don't know the cloning. Really thanks for your kind patience support

Go Devices Tab > wan.159 (configure) > enter your ONT MAC

Do you mean ONT router mac address??
Yes putted that too. But no help