Am Mittwoch, 26. September 2007 schrieb Gabriel Parrondo: > El mié, 26-09-2007 a las 00:04 +0200, Florian Lindner escribió: > > Hello, > > I have a virtual server with a Debian etch installed by myself from > > debootstrap. The machine has two IPs assigned: > > > > # ifconfig > > [snip output] > > > > The interface config I have set in /etc/network/interfaces copied from > > the default installation. > > May we see it?
Here it is: auto venet0 iface venet0 inet static address 127.0.0.1 netmask 255.255.255.255 broadcast 0.0.0.0 up route add -net 191.255.255.1 netmask 255.255.255.255 dev venet0 up route add default gw 191.255.255.1 auto venet0:0 iface venet0:0 inet static address 84.19.178.252 netmask 255.255.255.255 broadcast 0.0.0.0 auto venet0:1 iface venet0:1 inet static address 84.19.179.252 netmask 255.255.255.255 broadcast 0.0.0.0 > > [...] > > > > > > keymachine is my hoster. > > > > What could this make happen? In /etc/init.d/ there is nothing like a dhcp > > client. I have also removed some packages with dhcp in their names. > > The dhcp client is not run from /etc/init.d, it is called by the ifup > command (which is called by /etc/init.d/networking) if the interface is > configured to do so in /etc/network/interfaces. Thanks, Florian