Hi, Am Mittwoch, 30. Juni 2010 schrieben Sie: > Package: vlan > Version: 1.9-3 > Severity: important > > When I try to bring eth0 up followed by eth0.3 the machine hangs. > > /etc/network/interfaces looks like: > > auto lo > iface lo inet loopback > > #auto eth0 > iface eth0 inet loopback "loopback" is only for the loopback interface. I guess you don't want to have l3 addresses on eth0. Please try:
iface eth0 inet static
up ip l s eth0 up
down ip l s eth0 down
> #auto eth0.3
> iface eth0.3 inet static
> address 10.4.4.202
> netmask 255.255.255.0
> gateway 10.4.4.1
Greetings
Timo
signature.asc
Description: This is a digitally signed message part.

