From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F5DA1391DB for ; Sat, 26 Jul 2014 16:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F04EE0F0C; Sat, 26 Jul 2014 16:35:33 +0000 (UTC) Received: from mail-we0-f193.google.com (mail-we0-f193.google.com [74.125.82.193]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56F60E0BB8 for ; Sat, 26 Jul 2014 16:35:32 +0000 (UTC) Received: by mail-we0-f193.google.com with SMTP id q58so1962527wes.0 for ; Sat, 26 Jul 2014 09:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vi19Yvct6zC/VBviL8Q4m4WNbkFlWa/gmOs7lN67NEQ=; b=j05hY5pwcT7b2kh6fXGsLVXv4HoanN13jtorFjqJ/2HnQJB8Jf05s6tuJIZjaWJn5F fuAXcLdmUMbZOXcKe2JP/JpOnhAVKzQmTP69S9TwduR1CqmQEVu4LB4U7M+Q4FGU/IRy 3D//agO9ZO+Cfwvn6IPrmASvJgBs8I7OzSNiEpyIzzfE9CUiKyTnTUbtL0Yqk0x4VWzn NSuke6j/NLgDA3c/TfRR3I4p2YVG9TzLJQM0PUmhZ1UJD89k9k2ttkhmbi+6iWufUuja 5J8gQi0MJ2QrS6J7WCjJk0dBi/bJuHx64JwOpqUNrB+L9iwe7VIVbbd/KXQJyMCUSFIw a/BQ== 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 X-Received: by 10.194.184.166 with SMTP id ev6mr28641254wjc.61.1406392530980; Sat, 26 Jul 2014 09:35:30 -0700 (PDT) Received: by 10.180.75.235 with HTTP; Sat, 26 Jul 2014 09:35:30 -0700 (PDT) In-Reply-To: <201407261713.53157.michaelkintzios@gmail.com> References: <201407261713.53157.michaelkintzios@gmail.com> Date: Sat, 26 Jul 2014 19:35:30 +0300 Message-ID: Subject: Re: [gentoo-user] Something went wrong with DNS, plz help! From: Grand Duet To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 08478b53-1f85-4569-9dbe-51a2c42ce5e4 X-Archives-Hash: 046d3b149d10108d18e5c7ed6dd8cde5 2014-07-26 19:13 GMT+03:00 Mick : > On Saturday 26 Jul 2014 16:23:20 Grand Duet wrote: >> The first reboot after recent update of the system have >> shown that I cannot open any webpage in Firefox. >> >> More exactly, Firefox or my system cannot any more resolve >> URL to IP address (sorry if I use wrong terms). >> >> Thus, >> host gmail.com >> gives: >> ;; connection timed out no servers could be reached > > OK, what does 'cat /etc/resolve.conf' shows? # Generated by f***ing net-scripts for interface lo domain mynetwork > It seems that you do not have a nameserver set up in your system? I have everything in /etc/conf.d/net: dns_servers_...="... ... 8.8.8.8" but currently nothing in /etc/resolv.conf >> Nevertheless >> dig @8.8.8.8 gmail.com >> reports the corresponding IP adresses. > > I'm guessing that 'dig gmail.com' doesn't come up with an answer? You are right. :) >> I have not changed any my network settings and my >> /etc/conf.d/net file still contains list of my DNS servers >> that contains server 8.8.8.8 as well but somehow it is >> not enough any more. :( > > Do you then define the nameservers statically? I think, yes. > Do you use dhcpcd, or something else? I assign IP for my Gentoo computer statically in /etc/conf.d/net: config_...="my.local.IP netmask ..." routes_...="default via my.local.router.IP" but I have not changed all this since last reboot when everything worked ok.