>>> 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
On Thu, May 10, 2012 at 4:20 AM, Grant wrote:
>> 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 help
Am 10.05.2012 10:20, schrieb Grant:
>> 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 th
> 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 th
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!
On 05/09/12 03:36, Grant wrote:
> One of my systems is using Ope
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 happ
6 matches
Mail list logo