Jump to content

Multiple aliases on ethernet interface - slow boot


jbboan

Recommended Posts

Hi,

 

I have one specific problem without reasonable solution. When I put two aliases on ethernet interface, boot time is much bigger, eg. 2-4 minutes. Here is my cfg file:

 

 

 

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
    address 10.0.0.66
    netmask 255.255.255.224
    gateway 10.0.0.65

#Alias 1
auto eth0:0
iface eth0 inet static
    address 10.0.0.71
    netmask 255.255.255.224
    gateway 10.0.0.65

#Alias 2
auto eth0:1
iface eth0:1 inet static
    address 192.168.1.103
    netmask 255.255.255.0

 

Is there any solution, please?  :huh:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines