bonjour, et bonne année à tous ! J'ai un truc que je comprends pas : j'ai un pc (TinyTower 192.168.1.12) qui 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 autres linux y arrive 192.168.1.33) - TinyTower arrive à pinger www.google.fr
savez-vous ce qui peux déconner ? for i in 192.168.1.1 192.168.1.121 www.google.fr 192.168.1.33 ; do ping -c 1 $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=1 ttl=64 time=5.42 ms --- 192.168.1.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 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=1 ttl=64 time=4.62 ms --- 192.168.1.121 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 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=1 ttl=243 time=74.6 ms --- www.google.fr ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 74.685/74.685/74.685/0.000 ms PING 192.168.1.33 (192.168.1.33) 56(84) bytes of data. --- 192.168.1.33 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms

