Re: DNS How do I find what DNS the box is using.

2003-07-20 Thread Matthew Graybosch
On Sunday 20 July 2003 04:26 pm, DanB wrote:
>  How do I find what DNS the box is using. Where to I look for it?

Try looking at /etc/resolv.conf. If you configured the machine 
yourself, you would have had to add at least one nameserver IP 
address to that file, unless you're connecting via PPP and are using 
dynamic DNS.

-- 
Matthew Graybosch
http://www.starbreaker.net
"I am become root, shatterer of kernels."

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS How do I find what DNS the box is using.

2003-07-20 Thread Jonathan Chen
On Sun, Jul 20, 2003 at 08:26:24PM +, DanB wrote:
>  How do I find what DNS the box is using. Where to I look for it?

It should be in /etc/resolv.conf.

Also, the last 3 lines of a dig(1) command (eg: dig freebsd.org)
should tell you where it's querying.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
   Do not take life too seriously.
   You will never get out of it alive.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"