VLAN Configuration

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 09:02, 13 December 2005 (edit)
Atzekalle (Talk | contribs)
(rvv)
← Previous diff
Revision as of 18:07, 15 May 2006 (edit) (undo)
Gerrys (Talk | contribs)

Next diff →
Line 20: Line 20:
Easy step-by-step instructions for putting port 4 on it's own subnet using VLANs can be found [http://www.linksysinfo.org/modules.php?name=Forums&file=viewtopic&p=41412#41412 HERE] Easy step-by-step instructions for putting port 4 on it's own subnet using VLANs can be found [http://www.linksysinfo.org/modules.php?name=Forums&file=viewtopic&p=41412#41412 HERE]
 +
 +
 +
 +[[Category:advanced HOWTO]]
 +
 +[[Category:English documentation]]

Revision as of 18:07, 15 May 2006

Just a starting point

There is good documentation on the OpenWrt site: [1]

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 HERE