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

Ethernet alias fails to brought up sometimes when booting up



Hi all!

I have a debian squeeze server with 2 NICs.
There are several IPs assigned to one of the nic.

All the addresses are static.

After boot, the aliased interfaces are up sometimes, but sometimes not.

This is the content of /etc/network/interfaces:

------x8------x8------x8------x8------x8------x8------x8------x8
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 192.168.1.100
	netmask	255.255.255.0
#	gateway 192.168.1.1
	mtu 1500

# Computer room network
auto eth1
iface eth1 inet static
	address 192.168.33.62
	netmask 255.255.255.192

# WiFi Network
auto eth1:1
iface eth1:1 inet static
	address 192.168.33.126
	netmask 255.255.255.192

# Printers Network
auto eth1:2
iface eth1:2 inet static
	address 192.168.33.246
	netmask 255.255.255.248

# Application server Network
auto eth1:3
iface eth1:3 inet static
	address 192.168.33.254
	netmask 255.255.255.248

# DSL-Internet access
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

------x8------x8------x8------x8------x8------x8------x8------x8

any ideas?

Thank you and regargs

--
________________________________________________
Santiago Castillo Oli
Técnico de sistemas
Biblioteca de Aragón


Reply to: