![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Location: France
Beans: 5
Ubuntu 6.10 Edgy
|
Hello,
I'd like to be able to set several DNS search domains on my Ubuntu 6.06/6.10 clients. As a DHCP client, I receive the default DNS search domain but I need 3 more domains in order to be able to "know" all needed hosts. If I add them using the netadmin GUI, I works and all hosts are reachable. /etc/resolv.conf is updated (search entries) but as soon as the lease expires or the client reboots all extra search domains are no more set and I have to set them once again. How could I set extra persistent DNS domains as a DHCP client ? Thanks a lot in advance, merry Xmas ! |
|
|
|
|
|
#2 | |
|
Quad Shot of Ubuntu
![]() Join Date: Dec 2006
Beans: 449
|
Re: Multiple persistent DNS search domains as DHCP client ?
Quote:
Code:
sudo apt-get install resolvconf sudo gedit /etc/resolvconf/resolv.conf.d/head |
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Location: France
Beans: 5
Ubuntu 6.10 Edgy
|
Re: Multiple persistent DNS search domains as DHCP client ?
Thanks a lot tweedledee, you're a star
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 9
|
Re: Multiple persistent DNS search domains as DHCP client ?
This solution is probably better.
Code:
aptitude install resolvconf vi /etc/network/interfaces Code:
iface eth0 inet dhcp
dns-search domain.com
|
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() |
Re: Multiple persistent DNS search domains as DHCP client ?
Thanks a bunch goobsoft! this was bothering me on Feisty the last few days.
__________________
- Eric Degen - Email: ericdegen@yahoo.com - Web: http://www.degen.net - Twitter: http://twitter.com/ericdegen |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|