[FS#394] PPPoE/802.1Q issues on Linksys WRT1900ACS

LEDE Bugs lede-bugs at lists.infradead.org
Thu Jan 19 08:18:07 PST 2017


The following task has a new comment added:

FS#394 - PPPoE/802.1Q issues on Linksys WRT1900ACS
User who did this - Jo-Philipp Wich (jow-)

----------
Ok. Please try this config instead:

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

config globals 'globals'
	option ula_prefix 'fdac:ae37:47e0::/48'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'wan'
	option ifname 'eth1.201'
	option proto 'pppoe'
	option username 'user at provider'
	option password 'password'

config interface 'wan6'
	option ifname 'eth1'
	option proto 'dhcpv6'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '0 1 2 3 5'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option vid '201'
	option ports '4 6t'
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=394#comment1312



More information about the lede-bugs mailing list