> Try appending this into your /etc/conf.d/net
>
>    dns_servers_wlan0=208.67.222.222 208.67.220.220
>
> with or without quotes and brackets I am not really sure.
>
>    dns_servers_wlan0=( "208.67.222.222 208.67.220.220" )
>
> Hope this helps!

Thanks, but I'm actually trying to figure out why the system is using
OpenDNS.  I don't see any OpenDNS settings anywhere and yet
resolv.conf has OpenDNS IPs even after a reboot.  Shouldn't the
192.168.0.2 system have 192.168.0.1 in resolv.conf after DHCP?

- Grant


>> One of my systems is using OpenDNS:
>>
>> # cat /etc/resolv.conf
>> nameserver 208.67.222.222 208.67.220.220
>>
>> # cat /etc/conf.d/net
>> config_wlan0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
>> routes_wlan0="default via 192.168.0.1"
>>
>> and I can't figure out why.  Does anyone know why this is happening?
>>
>> 192.168.0.1 has the ISP in resolv.conf.
>>
>> - Grant

Reply via email to