Everhart,Glenn From: Doug Mallory [dmallory@interlog.com] Sent: Tuesday, March 24, 1998 8:21 PM To: Info-VAX@Mvb.Saic.Com Subject: Re: CMUTEK IP and DNS David E. Filip wrote in message <6eu4k6$oct$1@maceo.dti.net>... >Greetings, > >I have an RTFM question, but don't have the manual, and haven't found >the help very helpful. Therefore, only reply if you are familiar with >CMUTEK configuration and don't mind RTFM questions please reply. If >you can tell me where I can find a FM, that would be appreciated as >well. > >How do I configure CMUTEK to use my DNS? I have tried the following >in CMUTEK_ROOT:[SYSMGR]NAMRES.CONFIG: > >DOMAIN_SERVER:colornet.com:perseus.colornet.com:206.252.138.146:42 > >where: > > colornet.com is my domain > perseus.colornet.com is where my DNS lives > 206.252.138.146 is the IP address of perseus > 42 is the named port, from /etc/services > >When I try to IPNCP ping anything other than perseus.colornet.com, which >it can now resolve (?!), I get the error: > >IPNCP-E-DNSODS, Domain service: no domain servers could be contacted > >What am I doing wrong? > >I am using CMUTEK IP version 6.6-5A on VMS 5.5-2, on a uVAX 2000 that I've >'found' and will be using for testing some code. > >Thanks, > >Dave Filip >dfilip@colornet.com > >-- >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -= >= David E. Filip | Email: dfilip@colornet.com = >= ColorNet Information Systems | WWW : http://www.colornet.com = >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -= >= "Hunting sober is like ... fishing." - South Park on Comedy Central = >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -= I just went though this myself.. Did you include a "Domain_suffix: Colornet.com" ? This helps you use just the machine name instead of the full name. also try adding the following to the namres.config file Variable:TIMEOUT:5 Variable:REFMAX:10 Variable:Recurse:1 Variable:NS_RETRANS:2 I found this fixes your type of problem. Good luck.