Results 1 to 2 of 2
Hi,,,
I managed to setup my network..
I find myself having to run the following commands as root to be connected..
HTML Code:
home:/home/devil# modprobe sk98lin
home:/home/devil# ifconfig eth0 up
...
- 08-31-2006 #1
How to be connected on boot ?
Hi,,,
I managed to setup my network..
I find myself having to run the following commands as root to be connected..
HTML Code:home:/home/devil# modprobe sk98lin home:/home/devil# ifconfig eth0 up home:/home/devil# dhclient eth0
Is there a way to be connected automaticly on boot?
Will apprecaite any advice...
- 08-31-2006 #2
Solved...
added:
to /etc/network/interfacesHTML Code:auto eth0 iface eth0 inet dhcp
YaY


Reply With Quote