No puedo hacer ping a mi IP

2

¿Cómo puede ser que no pueda hacer ping a mi propia IP en Mac OS?

$ ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    options=3<RXCSUM,TXCSUM>
    inet6 ::1 prefixlen 128 
    inet 127.0.0.1 netmask 0xff000000 
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
    nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether b8:e8:56:46:d4:4e 
    inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
    media: autoselect
    status: active
en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=60<TSO4,TSO6>
    ether 72:00:00:df:26:10 
    media: autoselect <full-duplex>
    status: inactive
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=60<TSO4,TSO6>
    ether 72:00:00:df:26:11 
    media: autoselect <full-duplex>
    status: inactive
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=63<RXCSUM,TXCSUM,TSO4,TSO6>
    ether ba:e8:56:64:03:00 
    Configuration:
        id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
        maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
        root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
        ipfilter disabled flags 0x2
    member: en1 flags=3<LEARNING,DISCOVER>
            ifmaxaddr 0 port 5 priority 0 path cost 0
    member: en2 flags=3<LEARNING,DISCOVER>
            ifmaxaddr 0 port 6 priority 0 path cost 0
    media: <unknown type>
    status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
    ether 0a:e8:56:46:d4:4e 
    media: autoselect
    status: inactive

$ ping 192.168.1.100
PING 192.168.1.100 (192.168.1.100): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2

Deshabilité el firewall en mi Mac y en el enrutador inalámbrico, lo que me da la IP dinámica en0.

    
pregunta tuxx 26.12.2013 - 05:20

2 respuestas

0

Parece que tuve algunas configuraciones de firewall configuradas por mi empresa. Así que, básicamente, los botones de firewall en la interfaz GUI no tuvieron ningún efecto. Esto reveló el problema:

sudo pfctl -s all

Reinstaló el sistema operativo, anulando los ajustes preestablecidos y resolvió el problema. Gracias a todos.

    
respondido por el tuxx 31.12.2013 - 18:58
0

Su tarjeta inalámbrica no debe estar configurada para responder a las solicitudes de ICMP. Nunca he tenido este problema con las tarjetas Ethernet reales, sino que con los enrutadores cuyos adaptadores externos no responden a los pings por razones de seguridad.

¿Puedes hacer ping a tu loopback (127.0.0.1)? Mi segunda pregunta sería, ¿está ejecutando algún software que interfiera con esto (mi primer intento sería una pequeña trampa)?

Editar: ¿Has comprobado si el "Modo sigiloso" está habilitado? Sé que has apagado tu firewall, pero esta configuración tiene exactamente ese efecto.

    
respondido por el radiks32 26.12.2013 - 08:19

Lea otras preguntas en las etiquetas