Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven.umd.edu!ni.umd.edu!ni.umd.edu!zben From: zben@ni.umd.edu (Ben Cranston) Newsgroups: comp.sys.mac.comm Subject: Re: More about Mac ARP and Telnet Summary: Even stock NCSA 2.4 does not seem to use MacTCP resolver Message-ID: <1991Jun3.195203.645@ni.umd.edu> Date: 3 Jun 91 19:52:03 GMT References: <1991Jun02.033105.7873@rs6000.cmp.ilstu.edu> Sender: usenet@ni.umd.edu (USENET News System) Organization: University of Maryland at College Park Lines: 48 Nntp-Posting-Host: ni.umd.edu In article <1991Jun02.033105.7873@rs6000.cmp.ilstu.edu> ejbehr@rs6000.cmp.ilstu.edu (Eric Behr) writes: > ... rather the fact that I was using the BYU modification of NCSA Telnet. > BYU Telnet, as far as I could determine, doesn't use the MacTCP resolver! I'm running NCSA Telnet version 2.4 (MacTCP) 3/14/91 which I believe is the latest available, and when I comment out the "nameserver" entries in the config.tel file it no longer is able to convert names to numbers, even though programs *I* wrote that *do* use the MacTCP dns stuff are quite able to lookup host names at the same time. Thus I claim that *no* NCSA telnet makes use of the MacTCP lookup stuff, they ALL do it themselves... Here is the config.tel in question, my claim is that by removing the last four lines I can make NCSA telnet not be able to lookup names. hardware=Ether # Network connection type: domain="umd.edu" # default domain for name lookups #passfile="HD20:Telnet:ftppass" # name of file to find FTP passwords in # ftp=yes # do you want ftp enabled? arptime=5 # arp timeout in seconds domaintime=2 # seconds to wait before trying second nameserver domainretry=4 # how many times to query domain nameservers commandkeys=yes # do you want Command Keys as the default # name=default scrollback=800 # number of lines of scrollback per session vtwrap=no # default mode is no wrap.... erase=delete # use delete or backspace? contime=10 # timeout in seconds to try connection retrans=20 # starting retransmit time out in ticks mtu=1024 # maximum transmit unit in bytes maxseg=1536 # largest segment we can receive rwin=512 # most bytes we can receive without ACK # nfcolor="{0,0,0}" # normal, foreground (Mac II) nbcolor="{65535,65535,65535}" # normal, background (Mac II) bfcolor="{0,0,0}" # blink, foreground (Mac II) bbcolor="{65535,65535,65535}" # blink, background (Mac II) #crmap=4.3BSDCRNUL # map of the CR key for compatibility #duplex=half # modifier for non-echo mode, forces send clearsave=yes # save lines on clear screen yes/no # name=terp host=terp.umd.edu hostip=10.1.0.17 nameserver=1 name=snoopy host=snoopy.umd.edu hostip=128.8.10.18 nameserver=2 name=umd5 host=umd5.umd.edu hostip=128.8.10.5 nameserver=3 name=trantor host=trantor.umd.edu hostip=128.8.10.14 nameserver=4