My Opera is closing 1st of March

M.I.T = Multimedia IT dept.

Subscribe to RSS feed

Ubuntu(debian) VLAN setting sample

, , ,

** Install the vlan package
# sudo apt-get install vlan

** VLAN configuration
Edit your /etc/network/interfaces:
# VLAN 149
auto vlan149
iface vlan149 inet static
address 192.168.149.8
netmask 255.255.255.0
network 192.168.149.0
broadcast 192.168.149.255
mtu 1500
vlan_raw_device eth0

** Restart your network
# sudo /etc/init.d/networking restart

REFERENCE: VLAN configuration on Ubuntu (Debian)
http://www.mysidenotes.com/2007/08/17/vlan-configuration-on-ubuntu-debian/
February 2014
M T W T F S S
January 2014March 2014
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28