[comp.protocols.appletalk] Telnet problem..

kaser@ee.rochester.edu (12/14/88)

   We have finally got to the point on our ethernet and ApleTalk
networks to try and set up Telnet from our Mac's.  Our Kinetics
FastPath has its IP routing enabled and everything in that respect
is just fine.  We also transfered via FTP the new version of
Telnet (v2.2).  

  This is where the oddities start.  We modified our "config.tel"
to what we think it should be, but when Telnet 2.2 is fired up
it comes up with an error.  The error reads "Invalid key word in
config file".  After clicking the mouse button, a second message
appears which reads "Event queue full, probably none fatal".
Then its back to the original message for 10-20 times.  Then the
dialogue box  appears for "CONTINUE or QUIT".  Selecting continue
causes the original message to appear some more and then Telnet
starts to run without any errors.

  Also, we are interested in using dynamically assigned IP addresses.
For now, we are able to establish sessions by specifying an IP address
within the allowable range.

  Any pointers or help on either problem would be greatly appreciated.

  My "config.tel" follows.

==========================================================================

Why did the Lord give us so much  	 {)    kaser@ee.rochester.edu
quickness of movement unless it		//\\   {ames,cmcl2,columbia,cornell,
was to avoid responsibility with?      ///\\\  garp,harvard,ll-xn,rutgers}!
					 /\    rochester!ur-valhalla!kaser

==========================================================================

My "config.tel


# 
#  This file is free form
#  Separators are any char <33 and :;=
#
#  The form is keyword=value for each parameter.
#  The first set of parameters refer to the whole program's defaults.
#  These parameter values can be in any order.
#  Following this are the individual machine specs.
#  If the first machine is name "default", then it contains default
#  values for the rest of the machines.
#
hardware=AppleTalk		# Network connection type:
				#    values are: AppleTalk, Ether,
				#     Ether<n>, EtherSE, EtherSC
#zone="Zone"			# Which zone is the box in? (AT only)
ftp=yes				# do you want ftp enabled?
#domain="ncsa.uiuc.edu"		# default domain for name lookups
arptime=5			# arp timeout in seconds
				#    affects machines on your local network
#passfile="HD20:Telnet:ftppass"	# name of file to find FTP passwords in

#
#  Following are individual machine specifications
#  Gateways are used in order that they appear in the file
#  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
#
#  The machine named "default" contains the fields which are automatically
#  filled in for other hosts.  name=default machine should appear first.
#
name = default			# Session name, "default" is a reserved name
host=galaxy
hostip=128.151.160.40
gateway=1
nameserver=1
				#   Not a real machine, default parameters only
#host=sri-nic.arpa 		# Actual host name of machine, not session name
#hostip=10.0.0.51		# IP address of host, example is for SRI-NIC
#gateway=1			# This machine is a gateway for me
#nameserver=1			# This machine has a DOMAIN name server for me
scrollback=100			# number of lines of scrollback per session
erase=delete			# use delete code or backspace code for <- key?
				#   legal values are "delete" and "backspace"
vtwrap=yes			# should VT100 be in wrap mode or not?
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
#  The following entries affect the tuning of TCP connections to this host.
#  They should be set by the network administrator who is familiar with
#    the requirements of your specific network.
contime=20			# timeout in seconds to try connection
retrans=30			# starting retransmit time out in ticks
				#   1/60ths of sec 
mtu=512				# maximum transmit unit in bytes
				#   AppleTalk MAX = 512
				#   outgoing packet size, ET MAX=1024
maxseg=512			# largest segment we can receive
				#   AppleTalk MAX = 512
				#   whatever the hardware can take, ET MAX=1536
rwin=512			#   TCP window size, MAX=4096
#
#  Below this line, most of the communication parameters are obtained
#   from the "default" host entry.
#  Machine names, IP addresses, and special communication parameters are
#   present when needed.  
#

#name=mynameserver ; hostip=127.0.0.2 ; nameserver=1 
#name=mygateway ; hostip=127.0.0.3 ; gateway=1

name=galaxy ; hostip=128.151.160.40