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 1QrdFn-0000Nv-JO for garchives@archives.gentoo.org; Thu, 11 Aug 2011 21:57:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F382521C224; Thu, 11 Aug 2011 21:57:17 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B0F621C159 for ; Thu, 11 Aug 2011 21:56:19 +0000 (UTC) Received: by wwf25 with SMTP id 25so2248530wwf.10 for ; Thu, 11 Aug 2011 14:56:19 -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=MCMXRfePY8c/+8hLAVTBnKpl+8g8Z+pf8tK8GyImdSY=; b=TNUp0gnNwvZUuhXnbOQ9CCDNoL/au8rlgiRbRd+9UyEB3Mq6IPDglvXBRf7B3axLvc 0tkBDcvjmDNckay0i7eF4r8z26QmktshH1Ev5EalrGHjjj5szdlC+soR2Evit0xyc5S+ ulHEVQtdsMNtCl87Df/0anjXMO2Ks+CR6qsDw= Received: by 10.227.37.3 with SMTP id v3mr131893wbd.0.1313099779397; Thu, 11 Aug 2011 14:56:19 -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 fd4sm1856538wbb.47.2011.08.11.14.56.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Aug 2011 14:56:18 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: new user and dhcpcd problem Date: Thu, 11 Aug 2011 22:56:46 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.39-gentoo-r3; KDE/4.6.5; x86_64; ; ) References: <4E443C7A.7010104@objectdata.com.br> In-Reply-To: <4E443C7A.7010104@objectdata.com.br> 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="nextPart1850830.5JiYkGN9k8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201108112257.04465.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: f3a3edf576bb45e30a5ce263dbf3572b --nextPart1850830.5JiYkGN9k8 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Alexandre and welcome to Gentoo! :) On Thursday 11 Aug 2011 21:32:58 Alexandre Riveira wrote: > I discovery values from routes: >=20 > dhcpcd >=20 > 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 0 0 0 > eth0 127.0.0.0 - 255.0.0.0 ! 0 - = =20 The "!" shows that the local route is not accepted on eth0 and indeed it=20 should not be bound to the eth0 interface, but to lo. When you run ifconfig what does it show? When you run 'ip route show' what= do=20 you get? How have you configured your /etc/conf.d/net? > 0 - 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 = =20 > 0 eth0 >=20 >=20 > Static Ip >=20 > Destination Gateway Genmask Flags Metric Ref Use > Iface > 0.0.0.0 192.168.0.2 0.0.0.0 UG 202 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 202 0 = =20 > 0 eth0 The local and eth0 interfaces seem to be reversed. How have you defined ho= w=20 your local and eth0 interfaces are routed? =2D-=20 Regards, Mick --nextPart1850830.5JiYkGN9k8 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) iEYEABECAAYFAk5EUDAACgkQVTDTR3kpaLbp9gCfVOgZCD2JZbQJp98ZtvuDuvGT iL0AnA13891o4Xif9psGgSRlsgabBGAc =5grT -----END PGP SIGNATURE----- --nextPart1850830.5JiYkGN9k8--