Author:
erics, November 29th, 2010
To see all the records in a domain, use the ANY keyword with the dig command: dig @your.dns.server. yourDomain.com. ANY Commands for full DNS zone transfer of a domain: nslookup -query=axfr domain server dig -t axfr domain @server host -t axfr domain server
Categories: How-To's, Technology Tags: bind, dig, DNS, DNS records, howto, named, Records, tips, Zone, Zone Transfer, Zone Xfer
|
No comments
Author:
erics, May 1st, 2010
I had some odd issues with slow login via ssh to my host. I looked in Console.app, but was not able to find anything relevant. So here is what I did: 1. System Preferences -> Sharing, Unchecked “Remote Login” 2. In Terminal, as root, ran /usr/sbin/sshd -ddd -e (3 d’s for debug level 3, -e […]
Categories: How-To's, Technology Tags: DNS, howto, macosx, named, PTR, ssh, sshd, tips
|
No comments