Deepan wrote:
> Hi All,
> I would like to configure my laptop to use
> 4.2.2.2/4.2.2.3 as DNS. The problems is everytime
> my machines requests for a dynamic IP via DHCP, my
> DNS settings get reset. Is it possible to override
> this? I am running Fedora 8.
>   
See dhclient.conf (assuming you're using dhclient for DHCP). Here's my 
dhclient.conf that specifies my local DNS server before the ISPs.
interface "dc0" {
  send host-name "eggplant";
  #send dhcp-client-identifier "1:0:e0:29:85:6d:7a";
  #send dhcp-lease-time 86400;
  prepend domain-name-servers 127.0.0.1;
  supersede domain-name "mn.mtu.net";
  request subnet-mask, broadcast-address, routers,
         domain-name, domain-name-servers, host-name;
}


-- 
Jon Schewe | http://mtu.net/~jpschewe
If you see an attachment named signature.asc, this is my digital
signature.
See http://www.gnupg.org for more information.

For I am convinced that neither death nor life, neither angels 
nor demons, neither the present nor the future, nor any 
powers, neither height nor depth, nor anything else in all 
creation, will be able to separate us from the love of God that 
is in Christ Jesus our Lord. - Romans 8:38-39