César Sepúlveda escribió:
> <mailto:master.informatik@gmail.com>>:
> > [root@localhost ~]# host google.cl <http://google.cl> 200.6.96.5
> > ;; connection timed out; no servers could be reached
> >
> > y mira aqui el ping lo responde a la url pero el host no :(
> >
> >
> > [root@localhost ~]# ping 208.67.222.222
> > PING 208.67.222.222 (208.67.222.222) 56(84) bytes of data.
> > 64 bytes from 208.67.222.222 <http://208.67.222.222>: icmp_seq=1
> ttl=54 time=137 ms
> > 64 bytes from 208.67.222.222 <http://208.67.222.222>: icmp_seq=2
> ttl=54 time=137 ms
> >
> > --- 208.67.222.222 ping statistics ---
> > 2 packets transmitted, 2 received, 0% packet loss, time 999ms
> > rtt min/avg/max/mdev = 137.094/137.272/137.450/0.178 ms
> > [root@localhost ~]# host google.com <http://google.com> 208.67.222.222
> > ;; connection timed out; no servers could be reached
> >
> >
> > que puede ser :(
> >
> >
> > César Sepúlveda Barra escribió:
>
> Respondiste solo la salida del primer comando, te falta el segundo.
>
> Saludos.
>
> pd: Y BASTA CON EL INCOMODO TOP POSTING!!!
> ------------------------------------------------------------------------
>
Sale lo mismo con el segundo :S
Prueba lo siguiente:
telnet 200.6.96.5 53
debiera abrirte la conexión, si no la abre es claramente un tema de firewall y tienes cerrado el puerto 53, usado para las consultas de dns.
Saludos.