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 1QrskM-00043W-9q for garchives@archives.gentoo.org; Fri, 12 Aug 2011 14:30:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D995821C0EE; Fri, 12 Aug 2011 14:29:52 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 42ACD21C300 for ; Fri, 12 Aug 2011 14:28:47 +0000 (UTC) Received: by wyg36 with SMTP id 36so2879556wyg.40 for ; Fri, 12 Aug 2011 07:28:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=20+hL0yKGLBhvNVJrH6SMidgIILC0CDj88MMOXxl2rw=; b=JoE71riT97JdOUHaEvuxL3SacmXKh7z/sLCVpyUYkK6cocI8QugDGim3TCtI6dCpPf IO2iiEaDV7HDPeiwKi/k+f5EwdeunTDvtIyf7Vz7pKiyF9jOoNXh7ySatcdmsK/D02+x ijJzVABBzNFaoUTt9qExVCY6VhP3+qdWVYEEs= Received: by 10.227.142.78 with SMTP id p14mr920638wbu.58.1313159327475; Fri, 12 Aug 2011 07:28:47 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id ez4sm412993wbb.46.2011.08.12.07.28.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Aug 2011 07:28:45 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: new user and dhcpcd problem Date: Fri, 12 Aug 2011 15:29:29 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.39-gentoo-r3; KDE/4.6.5; x86_64; ; ) References: <201108121436.05980.michaelkintzios@gmail.com> In-Reply-To: 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 Content-Type: multipart/signed; boundary="nextPart7917262.FmjeRbi2XF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201108121529.31013.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: 943e47715943aaeaa840205ac2da2bdd --nextPart7917262.FmjeRbi2XF Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Friday 12 Aug 2011 15:10:24 Alexandre Riveira wrote: > Tanks Mick ! >=20 > I ajusted /etc/conf.d/net >=20 > resuts: >=20 > localhost home # ifconfig > eth0 Link encap:Ethernet HWaddr 00:25:22:b2:64:44 > inet addr:192.168.0.159 Bcast:255.255.255.255=20 This is wrong as I have explained previously. Are you specifying this=20 manually? What is the complete content of your /etc/conf.d/net? > Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:576 Metric:1 > RX packets:166 errors:0 dropped:0 overruns:0 frame:0 > TX packets:96 errors:0 dropped:0 overruns:0 carrier:1 > collisions:0 txqueuelen:1000 > RX bytes:20671 (20.1 KiB) TX bytes:12593 (12.2 KiB) > Interrupt:44 >=20 > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) The lo RX & TX counters are still zero - this shows that your local interfa= ce=20 is not routed correctly. > localhost home # route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 0.0.0.0 192.168.0.2 0.0.0.0 UG 2 0 0 > eth0 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 = =20 > 0 lo 192.168.0.0 0.0.0.0 255.255.255.0 U 2 0 = =20 Yep! The local interface is still incorrect. Somehow you have configured i= t=20 as a default gateway ... in your LAN subnet ... o_O > localhost home # ip route show > default via 192.168.0.2 dev eth0 metric 2 > 127.0.0.0/8 via 127.0.0.1 dev lo > 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.159=20 > metric 2 The ip route show results are not consistent with your route -n result=20 preceding them. > But still not working :( Of course it won't. You have not configured your network correctly. > I change for >=20 > emerge networkmanager > rc-update del net.eth0 default > rc-update add NetworkManager default >=20 > Work fine !!!!!! :) > Do not understand why Because you must have entries in your /etc/conf.d/net, or added routes=20 manually on the CLI which are incorrect. =2D-=20 Regards, Mick --nextPart7917262.FmjeRbi2XF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk5FOMoACgkQVTDTR3kpaLat/gCeL8J4SPD+QSo5qDdlQtAzAaKh BRMAn0HHmtY5SpmSvP8Jq7pMUAYYEqbU =+w6C -----END PGP SIGNATURE----- --nextPart7917262.FmjeRbi2XF--