Gentoo Archives: gentoo-user

From: Willie Matthews <matthews.willie@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] why is it using OpenDNS?
Date: Wed, 09 May 2012 10:55:11
Message-Id: 4FAA4CA5.9030600@gmail.com
In Reply to: [gentoo-user] why is it using OpenDNS? by Grant
1 Try appending this into your /etc/conf.d/net
2
3 dns_servers_wlan0=208.67.222.222 208.67.220.220
4
5 with or without quotes and brackets I am not really sure.
6
7 dns_servers_wlan0=( "208.67.222.222 208.67.220.220" )
8
9 Hope this helps!
10
11 On 05/09/12 03:36, Grant wrote:
12 > One of my systems is using OpenDNS:
13 >
14 > # cat /etc/resolv.conf
15 > nameserver 208.67.222.222 208.67.220.220
16 >
17 > # cat /etc/conf.d/net
18 > config_wlan0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
19 > routes_wlan0="default via 192.168.0.1"
20 >
21 > and I can't figure out why. Does anyone know why this is happening?
22 >
23 > 192.168.0.1 has the ISP in resolv.conf.
24 >
25 > - Grant
26 >
27
28 --
29
30 Willie Matthews
31 matthews.willie@×××××.com

Replies

Subject Author
Re: [gentoo-user] why is it using OpenDNS? Grant <emailgrant@×××××.com>