Other Help Topics :: Can't Find eth0



i made a little file i called net.sh
in it is
Code Sample
#!/bin/bash

ifconfig eth0 10.0.0.9 netmask 255.255.255.0 broadcast 255.255.255.255
route add default gw 10.0.0.2
echo "nameserver 10.0.0.2" >/etc/resolv.conf

now at start i run this little script.
to make sure it does not interfere with the dhcp client at startup i boot with parameter nodhcp. it works for me

ok i will try first ( because if my computer want to restart the config eth0 must be setting again )

thanx for u response

( CaturOk From Indonesia )


original here.