mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
VLAN @Jun 24, 2012 6:20:34 PM

Install - Ubuntu:


sudo apt-get install vlan

Configure by Hand - Ubuntu:


sudo modprobe 8021q
sudo vconfig add eth0 15
sudo ip addr add 10.0.15.20/24 dev eth0.15


Configure perminant - Ubuntu:


sudo su -c 'echo "8021q" >> /etc/modules'

Add the following lines to /etc/network/interfaces

auto eth0.15
iface eth0.10 inet static
address 10.0.15.20
netmask 255.255.255.0
vlan-raw-device eth0


Configure perminant - Fedora:


sudo su -c 'echo "alias vlan 8021q" >> /etc/modprobe.conf'


VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.