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 3BAD21381F3 for ; Sun, 4 Aug 2013 18:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69960E0A8A; Sun, 4 Aug 2013 18:56:10 +0000 (UTC) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D648E0A6E for ; Sun, 4 Aug 2013 18:56:08 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id cz11so2304495veb.8 for ; Sun, 04 Aug 2013 11:56:08 -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=o9OuA8nDEMw+P8jdcLIVltlsLcGu6lw8gwQiR1jfJzc=; b=jdeUfXdwbJWBTba+73Yk6ecDwT+t+VjSBEzeEPdymMt6g6+bRpedAtypnjvMDIs23v 2i+hfr+9tv7RTlXl+htZ4J7osEJvsXIFcNIiuvcqgr8DnwgkYRCJGBZSINEuugrNLjzE /wKp+bH68mqWajD02/5xQkLLicwArb1pKYKUbi/7RAi5dm4Yaf0CiTmhdwWRz55ZPqpN AAyEkiD/Og0Y9IpA4bMJyZBOS43OLUjKH2bls1Cv0doMqtBWfK4dv07Mi2pikds9Kv12 fNyNLHqrlRw9la2HQEoeA41kGr5vEMgGZ/Ist+hvaxlsDduQEm8jcBFVQbNhy/y6oP8g CcBg== 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.52.191.72 with SMTP id gw8mr4012443vdc.114.1375642568232; Sun, 04 Aug 2013 11:56:08 -0700 (PDT) Received: by 10.59.8.193 with HTTP; Sun, 4 Aug 2013 11:56:08 -0700 (PDT) Date: Sun, 4 Aug 2013 21:56:08 +0300 Message-ID: Subject: [gentoo-user] Browsers cannot access WWW while ping and host utilities work as expected. From: gevisz To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 0199cbc6-0de1-42bd-b21b-b34faab3cd5b X-Archives-Hash: d3032bb9f70877714695392d33256ca7 Trying to migrate from Ubuntu 10.04 LTS, I have installed Gentoo, profile AMD64 13.0 desktop gnome. Everything so far works as expected except for Internet browsers and GNOME applets that should connect to the Internet. More exactly, Internet browsers (I have tried Firefox and Links) can connect to the WWW if I type the IP address as, for example, 173.194.71.104 but cannot if I type www.google.com And this is strange because the host utility works as expected (converting www.google.com into 173.194.71.104) just adding the following "Warning: query response not set." The ifconfig utility shows that instead of eth0 I have somewhat strange enp2s15 but I have played with this and found no difference after forcing udev to name it eth0. Installing Gentoo, I closely followed the instructions from Gentoo Linux AMD64 Handbook (http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1). The contents of my /etc/conf.d/net file is like this: hostname="myhostname" dns_domain_lo="mynetwork" config_enp2s15="192.168.0.9 netmask 255.255.255.0 broadcast 192.168.0.255" routes_enp2s15="default via " dns_servers_enp2s15=" " The contents of my /etc/resolv.conf is like this: nameserver nameserver nameserver The relevant part of /var/log/rc.log is like this: * Bringing up interface enp2s15 * Skipping module adsl due to missing program: /usr/sbin/adsl-start /usr/sbin/pppoe-start * Skipping module br2684ctl due to missing program: br2684ctl * Skipping module tuntap due to missing program: ip openvpn tunctl * Skipping module bridge due to missing program: brctl * Skipping module clip due to missing program: /usr/sbin/atmsigd * Skipping module ethtool due to missing program: ethtool * Skipping module macvlan due to missing program: ip * Skipping module netplugd due to missing program: /sbin/netplugd * Skipping module ifplugd due to missing program: /usr/sbin/ifplugd * Skipping module ipppd due to missing program: /usr/sbin/ipppd * Skipping module iwconfig due to missing program: /sbin/iwconfig * Skipping module iproute2 due to missing program: ip * Skipping module firewalld due to missing program: firewall-cmd * Skipping module pppd due to missing program: /usr/sbin/pppd * Skipping module vlan due to missing program: ip * Skipping module dhclient due to missing program: /sbin/dhclient * Skipping module pump due to missing program: /sbin/pump * Skipping module ip6rd due to missing program: ip * Skipping module ip6to4 due to missing program: ip * Loaded modules: apipa arping bonding ccwgroup macchanger macnet wpa_supplicant ssidnet ifconfig system dhcpcd * Configuring enp2s15 for MAC address ... [ ok ] * 192.168.0.9 ... [ ok ] * Adding routes * default via ... Remark: My router works ok for the Ubuntu installation on the same computer. Networking options of my kernel is as follows: CONFIG_PACKET=y CONFIG_PACKET_DIAG=y CONFIG_UNIX=y CONFIG_UNIX_DIAG=y CONFIG_XFRM=y CONFIG_XFRM_ALGO=y CONFIG_XFRM_USER=y CONFIG_INET=y CONFIG_INET_TUNNEL=y CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_UDP_DIAG=y CONFIG_TCP_CONG_ADVANCED=y CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_TCP_MD5SIG=y CONFIG_IPV6=y CONFIG_INET6_AH=y CONFIG_INET6_ESP=y CONFIG_INET6_XFRM_MODE_TRANSPORT=y CONFIG_INET6_XFRM_MODE_TUNNEL=y CONFIG_INET6_XFRM_MODE_BEET=y CONFIG_IPV6_SIT=y CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_NETWORK_SECMARK=y CONFIG_HAVE_NET_DSA=y CONFIG_DNS_RESOLVER=y CONFIG_RPS=y CONFIG_RFS_ACCEL=y CONFIG_XPS=y CONFIG_BQL=y where all options that are "not set" has been deleted for brevity. I have also tried to use dhcpd instead of static IP but it did not help. Currently, I have completely exhausted all my creativity trying to figure out how to make my WWW browsers to work properly. Please, help!