VLAN Configuration

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:00, 18 March 2018 (edit)
Ian5142 (Talk | contribs)
(VLANs category.)
← Previous diff
Current revision (19:09, 24 October 2018) (edit) (undo)
S2s2 (Talk | contribs)
m (References)
 
Line 19: Line 19:
=References= =References=
 +[[Default_internal_device_network|DD-WRT Device Internal Mapping (vlan0, vlan1, eth0, eth1 etc)]]
 +
[http://openwrt.org/OpenWrtDocs/Configuration#head-0823ebb7c6f057f8fcee871cca0dc3f4e2929172] [http://openwrt.org/OpenWrtDocs/Configuration#head-0823ebb7c6f057f8fcee871cca0dc3f4e2929172]
[[Category:Lan]] [[Category:Lan]]
[[Category:VLANs]] [[Category:VLANs]]

Current revision

First aid:

There is a command for configuring VLANs in busybox: vconfig

BusyBox v1.00 (2005.04.16-19:38+0000) multi-call binary
Usage: vconfig COMMAND [OPTIONS] ...
vconfig lets you create and remove virtual ethernet devices.
Options:
       add             [interface-name] [vlan_id]
       rem             [vlan-name]
       set_flag        [interface-name] [flag-num]       [0 | 1]
       set_egress_map  [vlan-name]      [skb_priority]   [vlan_qos]
       set_ingress_map [vlan-name]      [skb_priority]   [vlan_qos]
       set_name_type   [name-type]


Easy step-by-step instructions for putting port 4 on it's own subnet using VLANs can be found at Linksysinfo and Geek Pages

[edit] References

DD-WRT Device Internal Mapping (vlan0, vlan1, eth0, eth1 etc)

[1]