Hi, Jerome Eichler wrote on 2009-05-16 11:48:44 +0200 [Network settings / DHCP]: > > if I do an automated Debian install via FAI the installed system gets its IP > address via DHCP according to /etc/network/interfaces (auto eth0 inet dhcp). > > How can I switch this so that the interface is configured static?
remove DHCPC from the list of classes the client belongs to? See scripts/FAIBASE/30-interface for the implementation ... in particular, do you have files/etc/network/interfaces/FOO for any class FOO the client belongs to? Regards, Holger