2010/8/25 jmramirez <[email protected]>

>         Por "casualidades de la vida" deje un ARping a la .55 "olvidado
>>    sin querer" y al realizar las pruebas de nuevo de ping me daban
>>    todas correctas ( en mi sistema squeeze). Cuando me di cuenta de que
>>    no fallaban por el arping, casi me corto las venas.... XD
>>
>>    ########## ARping
>>    --- 192.168.120.55 statistics ---
>>    502 packets transmitted, 502 packets received,   0% unanswered (0
>> extra)
>>    r...@jmramirezmachine:/home/jmramirez#
>>
>>    ########## Ping mientras estaba el arping
>>    --- 192.168.120.55 ping statistics ---
>>    502 packets transmitted, 502 received, 0% packet loss, time 500998ms
>>    rtt min/avg/max/mdev = 0.133/0.158/0.282/0.024 ms
>>
>>        Pero en cuando paro el arping y vuelvo a ejecutar el ping a
>>    "secas" me sigue fallando.
>>
>>
>>
>> Esto que comentas del arping hace sospechar por un problema arp :)
>> Porque no pruebas de asignar una entrada estática para la ip
>> 192.168.120.55 en la tabla arp y pruebas si los pings siguen fallando?¿
>> Si dejan de fallar puedes usar wireshark para intentar descubrir lo que
>> está jodiendo tu tabla arp.
>>
>> si no me falla la memoria seria algo así:
>>
>> arp -s 192.168.120.55 00:13:8f:db:88:8b
>>
>> --
>> Marc
>>
>
> Buenas .....
>
>        He probado ha hacer la entrada estática, como me has indicado y el
> "Flags" cambio
>
> ###########
> r...@jmramirezmachine:/home/jmramirez# arp -s 192.168.120.55
> 00:13:8f:db:88:8b
>
> r...@jmramirezmachine:/home/jmramirez# arp -vn
> Address                  HWtype  HWaddress           Flags Mask    Iface
> 192.168.120.216          ether   00:23:f8:be:fa:7b   C    eth1
> 192.168.120.54           ether   00:10:75:06:3d:c8   C    eth1
> 192.168.120.232          ether   00:11:25:a4:6d:c9   C    eth1
> 192.168.120.53           ether   00:00:1c:d7:68:8f   C    eth1
>
> 192.168.120.20           ether   00:1b:78:e2:a1:3c   C    eth1
> 192.168.120.55           ether   00:13:8f:db:88:8b   CM    eth1
> 192.168.120.56           ether   00:1b:78:e1:e5:20   C    eth1
> 192.168.120.52           ether   00:1b:78:e1:e5:20   C    eth1
> Entries: 8      Skipped: 0      Found: 8
>
> ############
>
>        Pero al hacer el ping no sabe llegar.....( hice varios intentos y
> espere unos 3 min, por si las moscas)
>
>
> r...@jmramirezmachine:/home/jmramirez# ping 192.168.120.55
> PING 192.168.120.55 (192.168.120.55) 56(84) bytes of data.
> ^C
> --- 192.168.120.55 ping statistics ---
> 64 packets transmitted, 0 received, 100% packet loss, time 63496ms
>
>
> Hago un arping y ahora ya sabe llegar, pero solo durante un rato, los
> primeros paquetes fueron bien pero al llegar al 32 ya no pudo llegar, paro
> el ping y le vuelvo a lanzar y no llega ningun paquete..... :S
>
>
>
> r...@jmramirezmachine:/home/jmramirez# ping 192.168.120.55
> PING 192.168.120.55 (192.168.120.55) 56(84) bytes of data.
> ^C
> --- 192.168.120.55 ping statistics ---
> 5 packets transmitted, 0 received, 100% packet loss, time 4032ms
>
> r...@jmramirezmachine:/home/jmramirez# arping 192.168.120.55
> ARPING 192.168.120.55
> 60 bytes from 00:13:8f:db:88:8b (192.168.120.55): index=0 time=99.000 usec
> 60 bytes from 00:13:8f:db:88:8b (192.168.120.55): index=1 time=103.000 usec
> ^C
> --- 192.168.120.55 statistics ---
> 2 packets transmitted, 2 packets received,   0% unanswered (0 extra)
>
>
> ################### Ping despues del arping
>
>
> --- 192.168.120.55 ping statistics ---
> 126 packets transmitted, 32 received, 74% packet loss, time 124994ms
> rtt min/avg/max/mdev = 0.133/0.149/0.182/0.014 ms
>
> ################# Ping despues del ping que fue despues del arp XD...
>
>
> --- 192.168.120.55 ping statistics ---
> 76 packets transmitted, 0 received, 100% packet loss, time 75592ms
>
> #################### Despues del arping revise la tabla arp, para confirmar
> que sigue igual.
>
>
> r...@jmramirezmachine:/home/jmramirez# arp -vn
> Address                  HWtype  HWaddress           Flags Mask    Iface
> 192.168.120.216          ether   00:23:f8:be:fa:7b   C    eth1
> 192.168.120.54           ether   00:10:75:06:3d:c8   C    eth1
> 192.168.120.232          ether   00:11:25:a4:6d:c9   C    eth1
> 192.168.120.53           ether   00:00:1c:d7:68:8f   C    eth1
>
> 192.168.120.20           ether   00:1b:78:e2:a1:3c   C    eth1
> 192.168.120.55           ether   00:13:8f:db:88:8b   CM    eth1
> Entries: 6      Skipped: 0      Found: 6
>
>
>
>
> Asi que lo he dejado como estaba.....
>
>
>
>
>
> r...@jmramirezmachine:/home/jmramirez# arp -vn
> Address                  HWtype  HWaddress           Flags Mask    Iface
> 192.168.120.216          ether   00:23:f8:be:fa:7b   C    eth1
> 192.168.120.54           ether   00:10:75:06:3d:c8   C    eth1
> 192.168.120.232          ether   00:11:25:a4:6d:c9   C    eth1
> 192.168.120.53           ether   00:00:1c:d7:68:8f   C    eth1
>
> 192.168.120.20           ether   00:1b:78:e2:a1:3c   C    eth1
> 192.168.120.55                   (incomplete)    eth1
> Entries: 6      Skipped: 0      Found: 6
>
> Aunque seguimos igual....
>
>
> r...@jmramirezmachine:/home/jmramirez# ping 192.168.120.55
> PING 192.168.120.55 (192.168.120.55) 56(84) bytes of data.
> 64 bytes from 192.168.120.55: icmp_req=6 ttl=64 time=0.137 ms
> 64 bytes from 192.168.120.55: icmp_req=7 ttl=64 time=0.142 ms
> 64 bytes from 192.168.120.55: icmp_req=8 ttl=64 time=0.156 ms
> 64 bytes from 192.168.120.55: icmp_req=9 ttl=64 time=0.131 ms
> 64 bytes from 192.168.120.55: icmp_req=10 ttl=64 time=0.151 ms
>
> ^C
> --- 192.168.120.55 ping statistics ---
> 10 packets transmitted, 5 received, 50% packet loss, time 9038ms
> rtt min/avg/max/mdev = 0.131/0.143/0.156/0.014 ms
>
>
>
> r...@jmramirezmachine:/home/jmramirez# arp -vn
> Address                  HWtype  HWaddress           Flags Mask    Iface
> 192.168.120.216          ether   00:23:f8:be:fa:7b   C    eth1
> 192.168.120.54           ether   00:10:75:06:3d:c8   C    eth1
> 192.168.120.232          ether   00:11:25:a4:6d:c9   C    eth1
> 192.168.120.53           ether   00:00:1c:d7:68:8f   C    eth1
>
> 192.168.120.20           ether   00:1b:78:e2:a1:3c   C    eth1
> 192.168.120.55           ether   00:13:8f:db:88:8b   C    eth1
>
>
> ¿Alguna otra idea?
>

Pues si no sabe llegar es porque la MAC que hemos puesto no es correcta, y
yo la he sacado de la primera tabla ARP que has puesto. Todo parece indicar
que hay algo 'envenenando' tu tabla ARP. Descubre cual es la mac real para
192.168.120.55 y registrarla de forma estática en la tabla arp.


-- 
Marc

Responder a