Re: isc-dhcp-server not spawning at boot time, workaround needed

Thomas Goirand <[email protected]> Tue, 06 Dec 2011 18:55:29 +0800
Newsgroups gmane.linux.debian.user.isp
Organization GPLHost
Message-ID <[email protected]>
On 12/06/2011 06:08 PM, Victor Nitu wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi everyone,
> 
> I wonder if anybody here has a workaround for issue #605657 [1],
> the DHCP server not starting when only alias interfaces have an address.
> 
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605657

Why do you use interface aliases in the first place? If that is only for
having multiple IP addresses on a single interface, then you can do:

ifconfig eth0 add <another-ip>

and even put that in your /etc/network/interfaces (or even better, use
"ip" rather than "ifconfig").

Thomas