|
RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
VLAN
Install - Ubuntu:sudo apt-get install vlanConfigure by Hand - Ubuntu or Redhat/Fedora:sudo modprobe 8021qConfigure perminant - Ubuntu:sudo su -c 'echo "8021q" >> /etc/modules'Add the following lines to /etc/network/interfaces auto vlan0015See: http://manpages.ubuntu.com/manpages/lucid/man5/vlan-interfaces.5.html See: https://wiki.ubuntu.com/vlan Configure perminant - Fedora:sudo su -c 'echo "alias vlan 8021q" >> /etc/modprobe.conf'Create and add the following lines to /etc/sysconfig/network-scripts/ifcfg-vlan15 VLAN=yesVLAN is mentioned on: Linux |