From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SS4HU-0002P6-K8 for garchives@archives.gentoo.org; Wed, 09 May 2012 10:38:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 476F4E07B5; Wed, 9 May 2012 10:37:44 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 94E23E0733 for ; Wed, 9 May 2012 10:36:23 +0000 (UTC) Received: by eekc41 with SMTP id c41so50117eek.40 for ; Wed, 09 May 2012 03:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JFFhQMTTBBGEVxvNemjuDID1Qe9e55X4mkztANiXdDY=; b=LwWDErmMFoVxSntTjxJ80RFnHPgKgrghocirp17hEJl91ZYfd9oEv80Egnn0w4q4Ar YdsI4gkpjOPfSntkYsN4WyIE0z/eFXUWN7NV+OirApyww782gmenK65mbIQQau/F8gHq IL9Q5ksIiPZKLBOd21VdrPZkB3VYfWxEdXF4PsREG64TTHk+YQ2m9VDLjmeuMqlpFtCG MjZxeOW3C+0Qs+876DI+ltH+xFcuNX2xj09C5/yKVeHTYQy6e9wBe5VfdkjF9LOem6AG r8CNrOw+cNUr11dn296F8iGmjCnSWgfGAEU8GfxyjH6Ezo761vPj9rz1OBtlPfvWcUyC yvGQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.22.212 with SMTP id o20mr466476ebb.67.1336559782823; Wed, 09 May 2012 03:36:22 -0700 (PDT) Received: by 10.213.32.70 with HTTP; Wed, 9 May 2012 03:36:22 -0700 (PDT) Date: Wed, 9 May 2012 03:36:22 -0700 Message-ID: Subject: [gentoo-user] why is it using OpenDNS? From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: d31cdab4-2bd2-41cc-982a-bef54df5e08b X-Archives-Hash: 24ca1aa86d8d3088e0090c6ffb66bf09 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