VLAN Configuration

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:11, 8 August 2006 (edit)
AlReece45 (Talk | contribs)
(Just a starting point)
← Previous diff
Revision as of 02:09, 15 February 2007 (edit) (undo)
Whiteboy (Talk | contribs)

Next diff →
Line 1: Line 1:
-== Just a starting point == 
- 
-There is good documentation on the OpenWrt site: [http://openwrt.org/OpenWrtDocs/Configuration#head-0823ebb7c6f057f8fcee871cca0dc3f4e2929172] 
- 
'''First aid:''' '''First aid:'''
Line 22: Line 18:
[http://www.linksysinfo.org/modules.php?name=Forums&file=viewtopic&p=41412#41412 Linksysinfo] and [http://www.geek-pages.com/articles/latest/dd-wrt_-_setting_up_a_separate/isolated_vlan_on_port_4_with_dhcp.html Geek Pages] [http://www.linksysinfo.org/modules.php?name=Forums&file=viewtopic&p=41412#41412 Linksysinfo] and [http://www.geek-pages.com/articles/latest/dd-wrt_-_setting_up_a_separate/isolated_vlan_on_port_4_with_dhcp.html Geek Pages]
- +=References=
- +[http://openwrt.org/OpenWrtDocs/Configuration#head-0823ebb7c6f057f8fcee871cca0dc3f4e2929172]
-[[Category:advanced HOWTO]]+
[[Category:English documentation]] [[Category:English documentation]]
 +[[Category:Advanced tutorials]]

Revision as of 02:09, 15 February 2007

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

References

[1]