Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

OpenWRT routers: Difference between revisions

Restore earlier instructions
mNo edit summary
Tags: Mobile edit Mobile web edit
(Restore earlier instructions)
* Save and apply, then restart the wan interface
* The wan and wan6 interfaces should now come up online
 
The appropriate entries in ''/etc/config/network'' will look like the following.
 
With WAN VLAN:
 
config switch vlandevice
option devicetype 'switch08021q'
option vlanifname '2wan'
option portsvid '0t911' OR 1t'101'
option vidname '911' OR '101vlan0'
 
Without WAN VLAN:
 
config switch vlandevice
option devicename 'switch0eth0.2'
option vlanmacaddr '2aa.bb.cc.dd.ee.ff'
 
option ports '1 0t'
And for both configurations:
 
config interface 'wan'
option device 'eth0.2' OR 'vlan0'
option proto 'pppoe'
option username 'xxnn@a.1'
option password 'ItIsASecret'
option portsipv6 '1 0tauto'
 
== On new "Distributed Switch Architecture" versions ==
editor
501

edits