OpenWRT routers: Difference between revisions
Appearance
Content deleted Content added
Older "swconfig" versions Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 48: | Line 48: | ||
* Save and apply, then restart the wan interface |
* Save and apply, then restart the wan interface |
||
* The wan and wan6 interfaces should now come up online |
* The wan and wan6 interfaces should now come up online |
||
With WAN VLAN: |
|||
config switch vlan |
|||
option device 'switch0' |
|||
option vlan '2' |
|||
option ports '0t 1t' |
|||
option vid '911' OR '101' |
|||
Without WAN VLAN: |
|||
config switch vlan |
|||
option device 'switch0' |
|||
option vlan '2' |
|||
option ports '0t 1' |
|||
option vid '2' |
|||
== On new "Distributed Switch Architecture" versions == |
== On new "Distributed Switch Architecture" versions == |
||