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

LEDE Bugs lede-bugs at lists.infradead.org
Sat Oct 21 14:24:56 PDT 2017


The following task has a new comment added:

FS#394 - PPPoE/802.1Q issues on Linksys WRT1900ACS
User who did this - Kevin Beranek (kberanek)

----------
Aaron: I did get it working.  I'm not actually using the device any more, but I do happen to have a backup of the config that looks like it should work based on my last comments in this thread:


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.2.1'
	option netmask '255.255.0.0'
	option ip6assign '60'

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

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

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 '4t 6'

----------

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



More information about the lede-bugs mailing list