Results 1 to 6 of 6
my ethernet connection is not starting auto everytime it boots it to run this command
dhclient
is there any way to make it starts at time of booting
thx in ...
- 05-03-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 3
ethernet won't start auto
my ethernet connection is not starting auto everytime it boots it to run this command
dhclient
is there any way to make it starts at time of booting
thx in advance
- 05-03-2008 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
Yes, but we will need to know what distribution you are using to give you specific instructions.
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 05-03-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 3
thx for replying im using debian
- 05-03-2008 #4Just Joined!
- Join Date
- Apr 2008
- Location
- Springfield, OH
- Posts
- 61
- 05-03-2008 #5Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
Check for a /etc/network/interfaces file.
My one looks like this
The last two lines are the ones you are interested in. You will have to change eth1 to whatever your interface is called, but that should do it. If that file doesn't exist or there are other problems post them here and we'll see what we can do.Code:chris@angua:~$ cat /etc/network/interfaces auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth1 iface eth1 inet dhcp
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 05-04-2008 #6Just Joined!
- Join Date
- Apr 2008
- Posts
- 3
it works finally thx for your help


Reply With Quote

