Difference between revisions of "Linux VLAN"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=Ubuntu= <source lang=cli> apt-get install vlan modprobe 8021q vconfig add eth0 10 vconfig add eth0 20 ifconfig eth0.10 up ifconfig eth0.20 up </source> ==Links== *https://wiki.u...")
(No difference)

Revision as of 11:57, 5 January 2012

Ubuntu

apt-get install vlan
modprobe 8021q
vconfig add eth0 10
vconfig add eth0 20
ifconfig eth0.10 up
ifconfig eth0.20 up

Links