Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Internet
Date: Wed, 15 Jun 2011 16:11:05
Message-Id: 201106151709.05891.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Internet by Cahn Roger
1 On Wednesday 15 Jun 2011 16:53:58 Cahn Roger wrote:
2 > Now I have emerged iproute2 and I can give also the last answer
3 >
4 > > route -n
5 > >
6 > > and what does ip show:
7 > > ip link show dev eth0
8 >
9 > route add default gw 192.168.1.1
10 > Bureau cahn # route -n
11 > Table de routage IP du noyau
12 > Destination Passerelle Genmask Indic Metric Ref Use
13 > Iface
14 > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0
15 > eth0 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0
16 > 0 lo 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0
17 > 0 eth0 Bureau cahn # ip link show dev eth0
18 > 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
19 > state UP qlen 1000
20 > link/ether 00:1e:8c:4a:44:db brd ff:ff:ff:ff:ff:ff
21
22 OK, this looks good!
23
24 Can you please try to ping your router:
25
26 ping -c 3 192.168.1.1
27
28 if this fails try to ping other PCs in your LAN. If that fails too can you
29 use arping instead:
30
31 arping -c 3 -I eth0 192.168.1.1
32
33 or the same with the IP addresses of other machines in your LAN.
34 --
35 Regards,
36 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Internet Cahn Roger <rcahn@×××××××××××××.fr>