Linux VLAN

From Teknologisk videncenter
Revision as of 11:57, 5 January 2012 by Heth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ubuntu

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

Links