Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] why is it using OpenDNS?
Date: Thu, 10 May 2012 08:22:52
Message-Id: CAN0CFw2R-SX6ZkTTTOLTxpoaDFVhJUdiKR_VDe2rFyVUzGTLKA@mail.gmail.com
In Reply to: Re: [gentoo-user] why is it using OpenDNS? by Willie Matthews
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 Thanks, but I'm actually trying to figure out why the system is using
12 OpenDNS. I don't see any OpenDNS settings anywhere and yet
13 resolv.conf has OpenDNS IPs even after a reboot. Shouldn't the
14 192.168.0.2 system have 192.168.0.1 in resolv.conf after DHCP?
15
16 - Grant
17
18
19 >> One of my systems is using OpenDNS:
20 >>
21 >> # cat /etc/resolv.conf
22 >> nameserver 208.67.222.222 208.67.220.220
23 >>
24 >> # cat /etc/conf.d/net
25 >> config_wlan0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
26 >> routes_wlan0="default via 192.168.0.1"
27 >>
28 >> and I can't figure out why.  Does anyone know why this is happening?
29 >>
30 >> 192.168.0.1 has the ISP in resolv.conf.
31 >>
32 >> - Grant

Replies

Subject Author
Re: [gentoo-user] why is it using OpenDNS? Michael Hampicke <gentoo-user@××××.biz>
Re: [gentoo-user] why is it using OpenDNS? Joshua Murphy <poisonbl@×××××.com>