Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SOLVED - dhcpcd not working on first try
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
opensas
Guru
Guru


Joined: 24 Nov 2004
Posts: 408
Location: Buenos Aires - Argentina

PostPosted: Sun Mar 04, 2007 4:03 am    Post subject: SOLVED - dhcpcd not working on first try Reply with quote

everytime I boot my machine I can't access the web

I have to issue

Code:

killall dhcpcd
dhcpcd


and then everything works fine

I've noticed that when I boot, the file resolv.conf is generated for lo, and not for eth0

Code:

cat /etc/resolv.conf
# Generated by net-scripts for interface lo
domain tuxnetwork


after killing dhcpcd and running it again I get the following
Code:

cat /etc/resolv.conf
# Generated by net-scripts for interface eth0
namesrever 10.0.2.3

and then everything works as expected
this is my /etc/conf.d/net file

Code:

config_eth0=("dhcp")
dhcp_eth0="nodns nontp nonis"


rc-update show default shows that net.eth0 belongs to default

and if I issue /etc/init.d/net.eth0 restart
then once again my /etc/resolv.conf plainly ignores eth0

any idea???


Last edited by opensas on Mon Apr 02, 2007 3:19 pm; edited 2 times in total
Back to top
View user's profile Send private message
opensas
Guru
Guru


Joined: 24 Nov 2004
Posts: 408
Location: Buenos Aires - Argentina

PostPosted: Sun Mar 04, 2007 4:07 am    Post subject: Reply with quote

how silly of me :oops:

just had to remove nodns (which I had blindly copied from the handbook example) from

dhcp_eth0="nodns nontp nonis"

in /etc/cond.d/net

and that's it

saludos

sas

pd: please moderator, remove this whole thread, I don't think it might be useful to anyone...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum