##master-page:HomepageReadWritePageTemplate ##master-date:Unknown-Date #format wiki #language en = Vlans on Linux = 802.1Q VLANs and MAC-VLANs can be created with the 'ip' utility (vconfig works for vlans, but is crufty and deprecated). * ip link add link eth0 name eth0.5 type vlan id 5 * ip link add link eth0 name eth0#1 address 00:aa:bb:cc:dd:ee type macvlan ... ---- CategoryLinux CategoryNetwork