Advertisement
Guest User

dig

a guest
May 2nd, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2.  
  3. root@xxx:~# cat /etc/resolv.conf
  4. nameserver 192.168.z.y
  5.  
  6.  
  7. root@xxx:~# dig @localhost bar
  8. ; <<>> DiG 9.7.1-P2 <<>> @localhost bar
  9. ; (2 servers found)
  10. ;; global options: +cmd
  11. ;; connection timed out; no servers could be reached
  12.  
  13.  
  14. root@xxx:~# dig @localhost bar.foo.com
  15. ; <<>> DiG 9.7.1-P2 <<>> @localhost bar.foo.com
  16. ; (2 servers found)
  17. ;; global options: +cmd
  18. ;; connection timed out; no servers could be reached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement