home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / uucp / uucp_with_sdf < prev   
Text File  |  2003-02-20  |  2KB  |  74 lines

  1. ;;; 31-Dec-97;smj
  2.  
  3. This text file is an expansion to the question in the sdf faq file
  4. regarding a UUCP account with sdf.lonestar.org.
  5.  
  6. The first step in setting up UUCP is to be sure you have all your
  7. software configured on your machine.  While there are software packages
  8. for PC systems, this text file will only cover HoneyDanBer UUCP or,
  9. the AT&T Basic Networking Utilities on the AT&T 3B2 UNIX System.
  10.  
  11. CONFIGURATION
  12.  
  13. The first thing to do is determine your "uname" .. this can be done
  14. by running the "uname" command .. output looks something like this:
  15.  
  16. $ uname -a
  17. sdf sdf 3.2 3.0 3B2
  18.  
  19. There are FOUR essential files you need to concern yourself with:
  20.  
  21.   Systems, Permissions, Dialers and Devices
  22.  
  23. This files are traditionally located in /usr/lib/uucp .. but may
  24. reside elsewhere on your UNIX system.  For this text file, it will
  25. be assumed that these files reside in /usr/lib/uucp.
  26.  
  27. THE "Systems" FILE
  28.  
  29.   Connecting to SDF via a modem:
  30.   sdf Any ACU 19200 19723176960 login: Uuname word: panzer
  31.  
  32.   Connecting to SDF via TCP:
  33.   sdf Any TCP Any uucp.freeshell.org login: Uuname word: panzer
  34.  
  35. THE "Permissions" FILE
  36.  
  37.   This entry only needs to exist if SDF is dialing into your system,
  38.   which is generally unlikely .. most uuhosts POLL sdf.
  39.  
  40.   MACHINE=sdf LOGNAME=Usdf READ=/usr/spool/uucppublic \
  41.   WRITE=/usr/spool/uucppublic SENDFILES=yes \
  42.   REQUEST=yes COMMANDS=/bin/rmail:/usr/bin/rnews
  43.  
  44. THE "Dialers" FILE
  45.  
  46.   Connecting to SDF via a modem (hayes compatable): 
  47.   hayes    =,-,    "" \dAT\r\c OK\r \EATDT\T\r\c CONNECT
  48.  
  49.   Connecting to SDF via TCP:
  50.   tcp    ""    ""
  51.  
  52. THE "Devices" FILE
  53.  
  54.   Connecting to SDF via a modem ("contty is your serial port"):
  55.   ACU    contty,i    -    19200 hayes
  56.   
  57.   Connecting to SDF via TCP:
  58.   TCP    uucp    -    -
  59.  
  60. Now, once all of that is setup and you are able to actually connect
  61. to SDF, you will then need to contact "smj@sdf.lonestar.org" to request
  62. a UUCP login (put "UUCP request" in the Subject line of your message.
  63. When doing this, you may provide the following:
  64.  
  65.   Your uname (all UUCP host login's have a capital "U" prefixed to
  66.               their uname to classify them as UUCP hosts).
  67.   Do you want your uname listed as a host as 'uname.freeshell.org'?
  68.   Do you want a USENET feed?  (What groups would you like). 
  69.   **NOTE** We no longer spool/forward USENET .. sorry.
  70.  
  71. Once this information is in the hands of the UUCP admin on SDF, it will
  72. be setup usually within a day along with a confirmation mail message
  73. with a password and a cc'ed test message.
  74.