[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

VLANs won't persist



Hello,

I'm running Debian 7.8 x64 and I'm unable to have my vlan network persist.

I've installed the package 'vlan'.

I then ran 'modprobe 8021q' to load the kernel and saved it into /etc/modules

My /etc/network/interfaces looks like this

auto-hotplug eth0.4
iface eth0.4 inet static
   address 10.0.4.100
   netmask 255.255.255.0
   gateway 10.0.4.1
   dns-nameserver 10.0.4.1
   vlan_raw_device eth0


i can manually bring it up using vconfig add eth0 4 and have access. Upon reboot, ifconfig only shows me lo interface.

Any help would be appreciated!

Thanks

Reply to: