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
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e8449c3.2070...@aragon.es