Results 1 to 2 of 2
Thread: How to be connected on boot ?
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-31-2006 #1
How to be connected on boot ?
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:
HTML Code:auto eth0 iface eth0 inet dhcp
YaY