home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / comm / ncsatl25.sit / Telnet2.5sit / config.tel next >
Text File  |  1992-07-10  |  4KB  |  88 lines

  1. #
  2. #  Example host file for NCSA Telnet 2.5
  3. #
  4. #
  5. #  Note:  When running the MacTCP drivers, the following fields are meaningless,
  6. #  but may be included for compatibility with systems which do not have MacTCP:
  7. #       hardware,gateway,arptime,rwin,mtu,maxseg,retrans,zone
  8. #
  9. #  This file is free form
  10. #  Separators are any char <33 and :;=
  11. #
  12. #  The form is keyword=value for each parameter.
  13. #  The first set of parameters refer to the whole program's defaults.
  14. #  These parameter values can be in any order.
  15. #  Following this are the individual machine specs.
  16. #  If the first machine is name "default", then it contains default
  17. #  values for the rest of the machines.
  18. #
  19. #    If "hardware=" line is not present, we default to MacTCP drivers
  20. #
  21. #hardware=MacTCP
  22.  
  23. ftp=no                                                            # do you want ftp enabled?
  24. domain="ncsa.uiuc.edu"        # default domain for name lookups
  25. domaintime=2                                    # domain name lookup timeout (first retry)  
  26. domainretry=4                                    # domain name max number of retries
  27. termtype="vt100"        # terminal type to advertise (safe bet)
  28. arptime=5            # arp timeout in seconds
  29.                 #    affects machines on your local network
  30. block = 200            # screen blocking factor, range:  [100 to 4000]
  31. #passfile="ftppass"        # name of file to find FTP passwords in (System Folder)
  32. commandkeys=yes            # Yes, I want command keys as default
  33.  
  34. #
  35. #  Following are individual machine specifications
  36. #
  37. #  The machine named "default" contains the fields which are automatically
  38. #  filled in for other hosts.  name=default machine should appear first.
  39. #
  40. name = default            # Session name, "default" is a reserved name
  41.                 #   Not a real machine, default parameters only
  42. #host=sri-nic.arpa         # Actual host name of machine, not session name
  43. #hostip=10.0.0.51        # IP address of host, example is for SRI-NIC
  44. #gateway=1            # This machine is a gateway for me
  45. #nameserver=1            # This machine has a DOMAIN name server for me
  46. scrollback=200            # number of lines of scrollback per session
  47. erase=delete            # use delete code or backspace code for <- key?
  48.                 #   legal values are "delete" and "backspace"
  49. tektype=4105        # legal values are: 4105, 4014, and none
  50. forcesave=n
  51. eightbit=no    # trunc characters > 132
  52. vtwrap=yes            # should VT100 be in wrap mode or not?
  53. vtwidth=80              # 80 or 132 columns on startup of session
  54. vtlines=24            # number of lines, 24 is standard VT102
  55. #port=23                    # choose the TCP port for telnet (std = 23)
  56. #nfcolor="{0,0,0}"        # normal, foreground (Mac II)
  57. #nbcolor="{65535,65535,65535}"    # normal, background (Mac II)
  58. #bfcolor="{0,0,0}"        # blink, foreground (Mac II)
  59. #bbcolor="{65535,65535,65535}"    # blink, background (Mac II)
  60. #font="Courier"            # font and size, default is Monaco 9
  61. #fsize=12
  62. #crmap=4.3BSDCRNUL        # map of the CR key for compatibility
  63. #duplex=half            # modifier for non-echo mode, forces send
  64. clearsave=yes            # save lines on clear screen yes/no
  65. #  The following entries affect the tuning of TCP connections to this host.
  66. #  They should be set by the network administrator who is familiar with
  67. #    the requirements of your specific network.
  68. contime=20            # timeout in seconds to try connection
  69. retrans=30            # starting retransmit time out in ticks
  70.                 #   1/60ths of sec 
  71. mtu=512                # maximum transmit unit in bytes
  72.                 #   AppleTalk MAX = 512, Ethernet Max=1024
  73. maxseg=512            # largest segment we can receive
  74.                 #   AppleTalk MAX = 512, Ethernet Max=1536
  75. rwin=512            # TCP window size, MAX=4096
  76. #
  77. #  Below this line, most of the communication parameters are obtained
  78. #   from the "default" host entry.
  79. #  Machine names, IP addresses, and special communication parameters are
  80. #   present when needed.  
  81. #
  82.  
  83. # no gateway setting is needed because it is received from network server
  84.  
  85. #name=bardeen ; hostip=141.142.103.145 ; gateway=1
  86. #name=hogan ; hostip=141.142.221.1 ; nameserver=1
  87.