Where Debian Lenny stores initial ifconfig values?

Posted by Kuroki Kaze on Server Fault See other posts from Server Fault or by Kuroki Kaze
Published on 2010-03-17T12:32:49Z Indexed on 2010/03/17 12:41 UTC
Read the original article Hit count: 608

Filed under:
|
|

With upgrade of VMWare Player I suddenly found my Debian Lenny VM not getting IP address. Some DHCP issue maybe, I don't know. So I have to set it manually every boot in Player window, via:

ifconfig eth0 down
ifconfig eth0 192.168.175.128 netmask 255.255.255.0 up

I usually start up VM and then connect to it via SSH, so this procedure bothers me. Sure I can add it to startup script, but is there some special place to enter these values? Like, some config file or so?

© Server Fault or respective owner

Related posts about debian-lenny

Related posts about ifconfig