Hello,

> From my laptop if I ping the server:
> ping www.mydoamin.com
> ping: cannot resolve www.mydoamin.com: Host name lookup failure
>
> But if I log in to the server and do the same ping, it works fine.
>
>
1) check your laptop is configured to work with this DNS server (cat
/etc/resolv.conf on laptop or "ipconfig /all | findstr DNS" in case of
windows )
2) check server is accessible (ping <YOUR_SERVER_IP> from laptop)
3) check server is accessible via TCP/53 ("telnet <YOUR_SERVER_IP> 53" from
your laptop)
4) check firewall on server and/or devices between server and laptop, it
may block requests
5) check your server is configured to use the same DNS: cat
/etc/resolv.conf
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to