home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / internet / starterpak / !TCPIPUser / install / !Setup < prev    next >
Text File  |  1995-01-13  |  5KB  |  94 lines

  1. # Enter your details below, then save this file and run !Config.
  2. # If you're not sure what's required, take a look at Examples.!Setup to
  3. # see what the comptech !Setup file looks like.
  4.  
  5. set driver   "Internal"            # Serial Block driver name (as given in
  6.                                    # !SerialDev.modules, such as Internal,
  7.                                    # II_Dual, SP_Dual, etc.)
  8.  
  9. set port     "0"                   # Serial port number (Internal is always
  10.                                    # zero, II_Dual and SP_Dual can be 0 or 1 -
  11.                                    # or higher if you have more than one dual
  12.                                    # serial port cards)
  13.  
  14. set speed    "0"                   # Serial port speed, or "0" to leave at
  15.                                    # current setting (0 is recommended)
  16.  
  17. set node     "?"                   # your machine name (e.g., "fubar")
  18.  
  19. set ip_addr  "?"                   # Your IP address (e.g., "158.152.9.18"
  20.                                    # without square brackets)
  21.  
  22. set domain   "?"                   # Domain used by your service provider
  23.                                    # (e.g., "demon.co.uk" if your fully-
  24.                                    # qualified domain name is
  25.                                    # fubar.demon.co.uk)
  26.  
  27. set dempw    "?"                   # Your login password for retrieving batch
  28.                                    # FTP (this is the same password you use
  29.                                    # when connecting to Demon)
  30.  
  31. set host     "{node}.{domain}"     # Auto generated from above
  32.  
  33. set ftpuser  "ftpuser"             # used to construct your password when you
  34.                                    # connect to another machine by anonymous
  35.                                    # ftp (e.g., "xyz" - this is used as
  36.                                    # xyz@{host}.{domain} and the values of
  37.                                    # {host} and {domain} are expanded by the
  38.                                    # ftp script)
  39.  
  40. set ftp_fs   "adfs"                # filing system used when people connect
  41.                                    # to your machine by anonymous ftp (e.g.,
  42.                                    # "ADFS").  Used in conjunction with
  43.                                    # ftp_drive and ftp_root_dir to determine
  44.                                    # where people can fetch or put files on
  45.                                    # your system.
  46.  
  47. set ftp_drive "4"                  # drive used when people connect to your
  48.                                    # machine by ftp (e.g., "4")
  49.  
  50. set ftp_root_dir "$.public"        # root directory used when people connect
  51.                                    # to your machine by ftp (e.g., "$.pub")
  52.  
  53. set mail_machine "post"            # The machine you use as a gateway for
  54.                                    # outgoing mail (Demon subscribers use
  55.                                    # "post")
  56.  
  57. set news_machine "news"            # The machine you fetch news from (Demon
  58.                                    # subscribers use "news" or "betanews"
  59.                                    # betanews gives a much better performance
  60.                                    # but will vanish when news is upgraded)
  61.  
  62. set news_timer "1800"              # number of seconds to wait after fetching
  63.                                    # news before checking for more news (a
  64.                                    # typical value is "1800", meaning fetch
  65.                                    # news every 30 minutes)
  66.  
  67. set news_prefix "Dem"              # The prefix used with NNTP-related
  68.                                    # filenames such as the list of newsgroups.
  69.                                    # It must consist of no more than 4
  70.                                    # characters (typical prefix for Demon
  71.                                    # subscribers is "Dem")
  72.  
  73. set time_machine "ntp"             # Name of the machine acting as a time-
  74.                                    # server running NTP (for Demon subscribers
  75.                                    # the primary time-server is "ntp" but
  76.                                    # this is heavily loaded - you get faster
  77.                                    # responses using one of the PoPs - try
  78.                                    # the PoP you normally connect to, but
  79.                                    # if you dial London then use "hinge" or
  80.                                    # "stile" rather than "gate" which is
  81.                                    # also heavily loaded).
  82.  
  83. # Ignore this lot - it just tells !Config what to do with the above
  84.  
  85. copy      tcpipuser.!Run      <TCPIP$Dir>.!Run
  86. translate tcpipuser.Config    <TCPIP$Dir>.Config
  87. translate tcpipuser.Autoexec  <TCPIP$Dir>.Autoexec
  88. translate tcpipuser.Domain    <TCPIP$Dir>.Domain
  89. translate tcpipuser.ftpusers  <TCPIP$Dir>.FTPusers
  90.  
  91. delete    <TCPIP$Dir>.resolve.cache
  92. create    text <TCPIP$Dir>.resolve.cache
  93. create    directory {ftp_fs}::{ftp_drive}.{ftp_root_dir}
  94.