View previous topic :: View next topic |
Author |
Message |
chas_e_erath n00b
Joined: 06 Dec 2005 Posts: 18
|
Posted: Sun Feb 10, 2008 12:00 am Post subject: DNS lag and dhcpcd [SOLVED] |
|
|
/etc/init.d/net.eth0 calls dhcpcd. I want it (or something) to pass the '-R' flag to dhcpcd so that it doesn't clobber my resolv.conf file. How do I do that at boot time?
(If I don't do this then name resolution takes an annoyingly long time, hence the subject)
Thanks heaps.
Chas.
Last edited by chas_e_erath on Sun Feb 10, 2008 12:07 am; edited 1 time in total |
|
Back to top |
|
|
Simba7 l33t
Joined: 22 Jan 2007 Posts: 708 Location: Billings, MT, USA
|
Posted: Sun Feb 10, 2008 12:03 am Post subject: |
|
|
Edit a setting in your /etc/conf.d/net file.
dhcpcd_eth0="-R" |
|
Back to top |
|
|
chas_e_erath n00b
Joined: 06 Dec 2005 Posts: 18
|
Posted: Sun Feb 10, 2008 12:08 am Post subject: |
|
|
Simba7 wrote: | Edit a setting in your /etc/conf.d/net file.
dhcpcd_eth0="-R" |
Its all better now.
Thank you, thank you! |
|
Back to top |
|
|
Simba7 l33t
Joined: 22 Jan 2007 Posts: 708 Location: Billings, MT, USA
|
Posted: Sun Feb 10, 2008 12:12 am Post subject: |
|
|
No prob.. Glad I could help.. |
|
Back to top |
|
|
|