Send an DNS Message

2000-06-06 Thread Tran Van Tan



Hi !
How do I enable an DNS message and send it to 
nameserver ?
Thanks.




Re: Send an DNS Message

2000-06-06 Thread Bolan Meek
 Tran Van Tan wrote:
 
 Hi !
 How do I enable an DNS message and send it to nameserver ?

Uh... maybe it's just a terminology problem, or language
problem, but...

One doesn't _send_ DNS messages to a nameserver, one
sends DNS _queries_.  This is handled in the resolver
library, or kernel networking handler, enabled by
an entry of

hosts:  dns # or dns files or files dns ...

in /etc/nsswitch.conf,

and directed to an appropriate nameserver with
an entry such as

nameserver 13.169.12.144# replace with the closest nameserver in your
network

in /etc/resolv.conf

There can be, typically, three effective entries of nameserver ...;
if the first is unreachable, then the second is tried, and so on.
It is a shortcut to be able to leave off the domain if
entries of

domain somecollege.edu.vn
search anotheruniversity.edu.vn,somebusiness.com.vn

are also in /etc/resolv.conf

For command-line access to DNS, use 'nslookup'.
See also DNS-HOWTO, for example at
www.linuxdoc.org/HOWTO/DNS-HOWTO.html,
or the DNS-HOWTO.txt at your favorite documentation repository.

 Thanks.

Anytime  Almost...



Re: Send an DNS Message

2000-06-06 Thread Nathan O. Siemers

Perhaps you mean how to do dynamic dns updates?  There's lots of info
and i think some examples in:


http://www.pop-uc.rcts.pt/mirrors/dnsrd/




-- 
N a t h a n   O .  S i e m e r s
Bioinformatics
Division of Applied Genomics
Bristol-Myers Squibb Pharmaceutical Research Institute
Hopewell Building 3B, P.O. Box 5400, Princeton, NJ 08543-5400
609 818-6568
[EMAIL PROTECTED]