home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / CHARON34.ZIP / CONFIG.TEL < prev    next >
Encoding:
Text File  |  1991-08-14  |  3.1 KB  |  95 lines

  1. # Sample Config.tel file for the Charon gateway        /1/9/91
  2.  
  3. #--- Gateway Network Information -----#
  4.  
  5. myip        =    128.153.28.68           # An IP address 
  6.  
  7.  
  8. netmask        =    255.255.252.0          #  needed if not using BOOTP. 
  9.  
  10. #--- Gateway Hardware Information -----#
  11. hardware    =    packet
  12.                 # other harware choices
  13.                                 #  3com         - 3com 3c501
  14.                                 #  3c523        - 3com 3c523
  15.                                 #  wd800        - Western Digitial 800E
  16.                                 #  nicpc        - 
  17.                                 #  nicps        -
  18.                                 #  ni5210       - Micom Interlan NI5210 card
  19.                                 #  packet       - FTP packet Driver spec 
  20.                                 # (currently only Ethernet class devices are supported)
  21.  
  22. # The following three variables should be set to zero if
  23. # hardware=packet above
  24.  
  25. interrupt    =    0       # hardware IRQ interrupt    (2,3,5 etc)
  26. address        =    0    # hex shared memory address (paragraph) (d000)
  27. ioaddr        =    0    # hex io address    (360)
  28.  
  29. #----   Domain Name Resolution Information -----#
  30. domaintime    =    4    # domain name lookup timeout (first retry)
  31. domainretry    =    4     # domain name max number of retries 
  32. domainslist    =    "clarkson.edu,sct.clarkson.edu" 
  33.                 # domain name search path
  34.                                 # domain name lookup will attach each of these
  35.                                 # comma seperated suffixes to
  36.                                 # the end of the name you are looking for to
  37.                                 # discover the full name and IP address.
  38.                                 # so, looking for x tries x.clarkson.edu and x.aux.clarkson.edu then just x
  39.                                 # unless you use  x.  which ONLY looks for x
  40.  
  41.  
  42. ## ---- Default Network Parameters ----####
  43. name         =     default
  44. arptime        =    10    # arp timeout in seconds
  45.                 #    affects machines on your local network
  46.  
  47. retrans        =    1       # starting retransmit time out in ticks
  48.                 #   1/18ths of sec MAX 100, min 1
  49. mtu        =    1024    # maximum transmit unit in bytes
  50.                 #   outgoing packet size, MAX=1500
  51.  
  52. maxseg        =    1500    # largest segment we can receive
  53.                 #   whatever the hardware can take, MAX=4096
  54. rwin        =    4096    # most bytes we can receive without ACK
  55.                 #   =TCP window size, MAX=4096
  56.  
  57. contime        =    20      # timeout in seconds to try connection
  58.                 #   before returning error to user
  59.  
  60.  
  61. ## ---- Mailer Agent Information -----##
  62. name         =     omnigate
  63. host        =    omnigate.clarkson.edu    
  64.                 # Actual host name of machine, not session name
  65. hostip        =    128.153.4.2 
  66.                 # IP address of host
  67.  
  68. ## --- Domain Name Servers  ---- #
  69. name        =    omnigate
  70. host        =    omnigate.clarkson.edu
  71. hostip        =     128.153.4.2
  72. nameserver    =    1         # don't change this line
  73.  
  74. name        =    backupserver
  75. host        =    clutx.clarkson.edu
  76. hostip        =    128.153.4.3
  77. nameserver    =    2        # don't change this line
  78.  
  79. ## --- IP Gateway Information ---- #
  80. name        =    myIPgateway
  81. host        =    gw.sos.clarkson.edu
  82. hostip        =    128.153.28.1
  83. gateway        =    1        # don't change this line
  84.  
  85.  
  86. ## --- Other Host Information ---- #
  87. name        =    myname
  88. hostip        =    128.153.28.68
  89. host        =    romulus.erc.clarkson.edu
  90.  
  91.  
  92.  
  93.  
  94.  
  95.