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 1QWW5G-0005Vm-G6 for garchives@archives.gentoo.org; Tue, 14 Jun 2011 16:03:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7463C1C142; Tue, 14 Jun 2011 16:01:47 +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 2796B1C142 for ; Tue, 14 Jun 2011 16:01:46 +0000 (UTC) Received: by wwj40 with SMTP id 40so5399783wwj.10 for ; Tue, 14 Jun 2011 09:01:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=MMotb0KXhs6iPWnLJ37rd3Wh0UisB8DEBGgvhZAXR3Q=; b=GDEilKK7oEXVFcn8PPK6P1/c/CjJQ0SWxbnHVUAZ8TxAuKNgoejhPDPc6BP1GVgFeV VIgDY93u0b5ZOFgjyPFmfQrwPJN7g+he/jnSOb2nnRRVyQYpdTZfJ/WaSpHAmsfGuLB0 Kn9AAB/7l/YLrYk0eNYTYHMsTfiY7yZha6FO0= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=tPHVg5Y+oUzNIXA4+moMFEsF8UIyq3aLdmQlJsMThhI2tbv9z7MGOc8S9QSH2HB9+i xj/yqH15zNxaHNlhP3d+3aTv7zsPIBxZk9ALZBqvlOQcZHjYuW+XAmV/+epiGOP/II0X jz462c+3Xkfj7MXfCKNd97eascNnopdw05Abk= Received: by 10.216.136.67 with SMTP id v45mr929200wei.106.1308067306222; Tue, 14 Jun 2011 09:01:46 -0700 (PDT) Received: from dell_xps.localnet ([213.123.142.221]) by mx.google.com with ESMTPS id ex2sm5140473wbb.65.2011.06.14.09.01.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Jun 2011 09:01:44 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Internet Date: Tue, 14 Jun 2011 17:02:15 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.38-gentoo-r6; KDE/4.6.3; x86_64; ; ) References: <4DF762E6.3050306@club-internet.fr> <201106141449.05388.michaelkintzios@gmail.com> <4DF7736C.2010109@club-internet.fr> In-Reply-To: <4DF7736C.2010109@club-internet.fr> 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="nextPart1729557.d1ZvHg9eZI"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106141702.25492.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: a0cb0195effef3750c132704bee598b5 --nextPart1729557.d1ZvHg9eZI Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 14 Jun 2011 15:42:52 Cahn Roger wrote: > Hi Mick, >=20 > > What does the router log show? >=20 > Euh, how can I get it??? It depends on your router. Usually routers have at least a GUI control pan= el=20 access and one of the pages shows recent attempts to connect and authentica= te. Are your running some sort of an access control list on the router and have= =20 not included your MAC address? > > Can you please share: > > ifconfig eth0 >=20 > ifconfig eth0 > eth0 Lien encap:Ethernet HWaddr 00:1e:8c:4a:44:db > inet adr:169.254.79.43 Bcast:169.254.255.255=20 > Masque:255.255.0.0 adr inet6: fe80::21e:8cff:fe4a:44db/64 Scope:Lien > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:110 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 lg file transmission:1000 > RX bytes:0 (0.0 B) TX bytes:20708 (20.2 KiB) > Interruption:17 The Rx bytes is zero - your router does not seem to respond. Does this also stay zero if you set up a static address and route on the PC= =20 and try to ping the router? > /etc/conf.d/net >=20 > # This blank configuration will automatically use DHCP for any net.* > # scripts in /etc/init.d. To create a more complete configuration, > # please review /etc/conf.d/net.example and save your configuration > # in /etc/conf.d/net (this file :]!). >=20 > config_eth0=3D"dhcp" >=20 > In the box I stopped the option fixed adresses, > but the problem remains the same :-( Try setting an address manually: ifconfig eth0 192.168.1.20 broadcast 192.168.1.255 netmask 255.255.255.0 route add default gw 192.168.1.1 (assuming that this is your router)=20 and then try to ping it: ping -c 3 192.168.1.1 If you can ping it and get a response then the problem is probably with the= =20 router. =2D-=20 Regards, Mick --nextPart1729557.d1ZvHg9eZI 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) iEYEABECAAYFAk33hhEACgkQVTDTR3kpaLY41QCgrCqKJbc+SSai6q9F54OaUErN 8UsAn1Pszk06PxwJ+swzdnxJ6FZakMWU =bUIC -----END PGP SIGNATURE----- --nextPart1729557.d1ZvHg9eZI--