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

LEDE Bugs lede-bugs at lists.infradead.org
Sat Apr 1 08:53:10 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)

----------
Thanks for the suggestion Ewald - the reset option didn't work for me, but your mention of the switch config being reset inspired me to take a closer look at the VLAN* output from swconfig (`swconfig dev switch0 show` in my case).  What I realized is that VLAN2 kept disappearing regardless of whether I had PPPoE or DHCP configured and the value of the reset option didn't make a difference so I tried a few different switch_vlan configurations until I found one that didn't cause VLAN2 to disappear:


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


Once I had that figured out I tried different configurations for the WAN interface section and found that this works:


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


----------

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



More information about the lede-bugs mailing list