DNS addresses corrupting.

Joe Hart j.hart at hccnet.nl
Tue Jun 20 11:20:31 UTC 2006


Melanie wrote:
> I am sure I must be doing something silly.
>
> To get Broadband to work I need to enter the DNS addresses in 
> System/Admin/Networking but after a re-boot it always reverts to the gateway 
> address (192.168.1.1)
>
> All ideas greatfully received.
>
> Melanie
>
>   
Modify the file /dchp3/dhclient.conf.

In that file you should see an example for prepend.  What you want is:

prepend domain-name-servers x.x.x.x;

where x.x.x.x is the address of your DNS.

This happens because your dhcp server overwrites all DNS info when it 
gets the ip address.  This will add your real DNS to the one the router 
gives.

Joe




More information about the kubuntu-users mailing list