PDA

View Full Version : how to set IP-Adress on systemstart



magicoizo
05-18-2004, 04:23 PM
hi,
how do i set the IP-Adress on systemstart...

i tried to use the /etc/network/interfaces file

i added eth0 to auto in the first real comandline and the block

iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0

but after a restart nothing happens. when i use the command

/etc/init.d/networking restart or

/etc/init.d/networking force-reload
everythings ok ...

what is my fault??

i hope you can help me

Dave_Bechtel
05-20-2004, 04:35 AM
--Did you try running " netcardconfig " as root?


hi,
how do i set the IP-Adress on systemstart...

i tried to use the /etc/network/interfaces file

i added eth0 to auto in the first real comandline and the block

iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0

but after a restart nothing happens. when i use the command

/etc/init.d/networking restart or

/etc/init.d/networking force-reload
everythings ok ...

what is my fault??

i hope you can help me