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 Buildi

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 netwo

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.