jbboan Posted January 11, 2016 Posted January 11, 2016 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 interfaceauto loiface lo inet loopback# The primary network interfaceauto eth0iface eth0 inet static address 10.0.0.66 netmask 255.255.255.224 gateway 10.0.0.65#Alias 1auto eth0:0iface eth0 inet static address 10.0.0.71 netmask 255.255.255.224 gateway 10.0.0.65#Alias 2auto eth0:1iface eth0:1 inet static address 192.168.1.103 netmask 255.255.255.0 Is there any solution, please?
Recommended Posts