View Single Post
  #4 (permalink)  
Old 07-Jul-2009, 09:59
Camaleón
Guest
 
Posts: n/a
Default Re: Static DNS using NetwotkManager

roberto60 wrote:

> I installed my Huawei E220 USB card for HSDPA connection on opensuse
> 11.0 and it worked out of the box with NetworkManager.
> I want to use OpenDNS name servers and not the name servers
> dinamically set by my provider.
> I tryed setting the keyword
>
> MODIFY_RESOLV_CONF_STATIC_DNS
>
> with the IP of the OpenDNS but it doesn't work the DNS used was the
> ones supplied by the provider.
> Is it possible to solve the problem?


Not sure if this would help, but if you are using dhcp, you can try to
edit /etc/dhclient.conf by adding:

***
supersede domain-name-servers 208.67.222.222, 208.67.220.220;
***

And then restarting network service with "rcnetwork restart" command.

Greetings,

--
Camaleón
Reply With Quote