home *** CD-ROM | disk | FTP | other *** search
- # Sample Config.tel file for the Charon gateway /1/9/91
-
- #--- Gateway Network Information -----#
-
- myip = 128.153.28.68 # An IP address
-
-
- netmask = 255.255.252.0 # needed if not using BOOTP.
-
- #--- Gateway Hardware Information -----#
- hardware = packet
- # other harware choices
- # 3com - 3com 3c501
- # 3c523 - 3com 3c523
- # wd800 - Western Digitial 800E
- # nicpc -
- # nicps -
- # ni5210 - Micom Interlan NI5210 card
- # packet - FTP packet Driver spec
- # (currently only Ethernet class devices are supported)
-
- # The following three variables should be set to zero if
- # hardware=packet above
-
- interrupt = 0 # hardware IRQ interrupt (2,3,5 etc)
- address = 0 # hex shared memory address (paragraph) (d000)
- ioaddr = 0 # hex io address (360)
-
- #---- Domain Name Resolution Information -----#
- domaintime = 4 # domain name lookup timeout (first retry)
- domainretry = 4 # domain name max number of retries
- domainslist = "clarkson.edu,sct.clarkson.edu"
- # domain name search path
- # domain name lookup will attach each of these
- # comma seperated suffixes to
- # the end of the name you are looking for to
- # discover the full name and IP address.
- # so, looking for x tries x.clarkson.edu and x.aux.clarkson.edu then just x
- # unless you use x. which ONLY looks for x
-
-
- ## ---- Default Network Parameters ----####
- name = default
- arptime = 10 # arp timeout in seconds
- # affects machines on your local network
-
- retrans = 1 # starting retransmit time out in ticks
- # 1/18ths of sec MAX 100, min 1
- mtu = 1024 # maximum transmit unit in bytes
- # outgoing packet size, MAX=1500
-
- maxseg = 1500 # largest segment we can receive
- # whatever the hardware can take, MAX=4096
- rwin = 4096 # most bytes we can receive without ACK
- # =TCP window size, MAX=4096
-
- contime = 20 # timeout in seconds to try connection
- # before returning error to user
-
-
- ## ---- Mailer Agent Information -----##
- name = omnigate
- host = omnigate.clarkson.edu
- # Actual host name of machine, not session name
- hostip = 128.153.4.2
- # IP address of host
-
- ## --- Domain Name Servers ---- #
- name = omnigate
- host = omnigate.clarkson.edu
- hostip = 128.153.4.2
- nameserver = 1 # don't change this line
-
- name = backupserver
- host = clutx.clarkson.edu
- hostip = 128.153.4.3
- nameserver = 2 # don't change this line
-
- ## --- IP Gateway Information ---- #
- name = myIPgateway
- host = gw.sos.clarkson.edu
- hostip = 128.153.28.1
- gateway = 1 # don't change this line
-
-
- ## --- Other Host Information ---- #
- name = myname
- hostip = 128.153.28.68
- host = romulus.erc.clarkson.edu
-
-
-
-
-