mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
VLAN @Jun 24, 2012 6:12:53 PM

load the 802.1q module:

Fedora:

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

Ubuntu:

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

Add LVAN interfaces:

Ubuntu:

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



VeryQuickWiki Version 2.8.1 | Admin

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