Estoy confundido por lo que está sucediendo aquí. nslookup myHost
resuelve myHost. ping myHost
no. ping myHost.
hace. ¿Por qué funciona agregar un punto? ¿Cómo puedo hacer el ping myHost
trabajo?
>nslookup myHost
Name: myHost
Address: xxx.xxx.xxx.xxx
>ping myHost
Ping request could not find myHost. Please check the name and try again.
>ping myHost.
Pinging myHost [xxx.xxx.xxx.xxx] with 32 bytes of data:
Reply from xxx.xxx.xxx.xxx: bytes=32 time=1ms TTL=64
Como referencia, el servidor de nombres es dnsmasq en Raspbian Jessie. Aquí está /etc/dnsmasq.conf, menos la configuración de seguridad. listen-address y server son la misma ip:
interface=wlan0
listen-address=xxx.xxx.xxx.xxx
bind-interfaces
server=xxx.xxx.xxx.xxx
bogus-priv
dhcp-range=xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx,12h
En mi archivo de hosts:
xxx.xxx.xxx.xxx myHost