Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

[lan/wifi]Pb de ping sur certaines machines

1 réponse
Avatar
Bulot Grégory
bonjour, et bonne ann=E9e =E0 tous !

J'ai un truc que je comprends pas : j'ai un pc (TinyTower 192.168.1.12) qui=
=20
arrive un pinger ma machine (192.168.1.121) , le routeur (un linux=20
192.168.1.1).=20
=2D TinyTower n'arrive pas =E0 pinger mon serveur local (alors que les autr=
es=20
linux y arrive 192.168.1.33)=20
=2D TinyTower arrive =E0 pinger www.google.fr

savez-vous ce qui peux d=E9conner ?

for i in 192.168.1.1 192.168.1.121 www.google.fr 192.168.1.33 ; do ping -c =
1=20
$i ; echo " " ;done
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=3D1 ttl=3D64 time=3D5.42 ms

=2D-- 192.168.1.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev =3D 5.426/5.426/5.426/0.000 ms

PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
64 bytes from 192.168.1.121: icmp_seq=3D1 ttl=3D64 time=3D4.62 ms

=2D-- 192.168.1.121 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev =3D 4.626/4.626/4.626/0.000 ms

PING www.google.fr (209.85.135.99) 56(84) bytes of data.
64 bytes from mu-in-f99.google.com (209.85.135.99): icmp_seq=3D1 ttl=3D243=
=20
time=3D74.6 ms

=2D-- www.google.fr ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev =3D 74.685/74.685/74.685/0.000 ms

PING 192.168.1.33 (192.168.1.33) 56(84) bytes of data.

=2D-- 192.168.1.33 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

1 réponse

Avatar
Bulot Grégory
Le mardi 2 janvier 2007 13:52, Bulot Grégory a écrit :
bonjour, et bonne année à tous !

J'ai un truc que je comprends pas : j'ai un pc (TinyTower 192.168.1.12) q ui
arrive un pinger ma machine (192.168.1.121) , le routeur (un linux
192.168.1.1).
- TinyTower n'arrive pas à pinger mon serveur local (alors que les autr es
linux y arrive 192.168.1.33)
- TinyTower arrive à pinger www.google.fr

savez-vous ce qui peux déconner ?


ping -I ra0 192.168.1.33

puis ping 192.168.1.33
PING 192.168.1.33 (192.168.1.33) 56(84) bytes of data.
64 bytes from 192.168.1.33: icmp_seq=1 ttld time=3.17 ms

Remarche !?!?

# cat /etc/network/interfaces | grep -v "#"
auto lo
iface lo inet loopback
auto ra0

iface ra0 inet static
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1