home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / datacomm / 8646 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.6 KB  |  123 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!torn!news.ccs.queensu.ca!qucis.queensu.ca!akerman
  3. From: akerman@qucis.queensu.ca (Richard Akerman)
  4. Subject: AmigaNOS-help2
  5. Message-ID: <1993Jan12.163052.25697@qucis.queensu.ca>
  6. Organization: None
  7. Date: Tue, 12 Jan 1993 16:30:52 GMT
  8. Lines: 113
  9.  
  10. Last-modified: 1993/01/12
  11. Version: 1.22
  12.  
  13. Filename: AmigaNOS-help2.
  14. Created-by: Richard Akerman (akerman@qucis.queensu.ca)
  15.  
  16. This file is the third in a series of 3 designed to help you get SLIP
  17. running using AmigaNOS.  The first one in the series is AmigaNOS-ask, the
  18. second one in the series is AmigaNOS-help1.  All three are available for
  19. anonymous FTP from 
  20.  
  21. wuarchive.wustl.edu [128.252.135.4]:
  22.                    /systems/amiga/incoming/text/AmigaNOS-help.lha
  23.  
  24. You will need the answers from AmigaNOS-ask first.  Then read AmigaNOS-help1.
  25.  
  26. ------------------------------------------------------------------------------
  27.  
  28. In the examples, I will use the following SAMPLE answers:
  29.  
  30. Q3. Your address: Amiga.SLIP.FooUniv.EDU [123.163.254.10]
  31. Q4. Default route: 123.163.1.1
  32. Q5. Domain name server: ns.foouniv.edu 123.163.1.6
  33. Q6. SMTP gateway: mail.foouniv.edu 123.163.1.6
  34. Q7. NNTP server: news.foouniv.edu
  35.  
  36. 1. OK, in AmigaNOS/SLIP/domain.txt put entries of the form
  37.  
  38. hostname IN A <IP address>
  39.  
  40. e.g.
  41. amiga.slip.foouniv.edu IN A 123.163.254.10
  42.  
  43. domain.txt is the first place AmigaNOS will check if it needs to figure out
  44. an address.  The addresses you should put in are 
  45.  
  46. The domain name server (question 5).
  47. The SMTP gateway (question 6).
  48. The NNTP server (question 7).
  49. Your address (question 3).
  50.  
  51. 2. Next, change AmigaNOS/SLIP/NOS-Startup
  52.  
  53. 2a. After domain suffix put your domain suffix.  This is the base that AmigaNOS
  54. will append after hostnames if it can't resolve them.  It is the common end
  55. part of your university address.  For example, if your university has 
  56. addresses of the form xxx.foo.edu, then the domain suffix is foo.edu.
  57.  
  58. e.g.
  59. domain suffix foouniv.edu
  60.  
  61. 2b. Next put your hostname (from question 3) in where it says "hostname"
  62.  
  63. e.g.
  64. hostname amiga.slip.foouniv.edu
  65.  
  66. 2c. After that put in your IP address (from question 3).
  67.  
  68. e.g.
  69. ip address 123.163.254.10
  70.  
  71. 2d. Next change the attach line to correspond to your modem speed.  Also,
  72. you may need to change the MTU.  The line format is:
  73.  
  74. attach asy serial.device 0 slip nos 4096 MTU# SPEEDc
  75.  
  76. e.g.
  77. attach asy serial.device 0 slip nos 4096 1006 2400c
  78.  
  79. 2e. Next change the mask to correspond to your site IP prefix (the first two
  80. numbers in the IP address of the default route).
  81.  
  82. ifconfig nos netmask 0xffffffff broadcast #.#.255.255
  83.  
  84. e.g. 
  85. ifconfig nos netmask 0xffffffff broadcast 123.163.255.255
  86.  
  87. 2f. Next put in your default route IP address (from question 4).
  88.  
  89. e.g.
  90. route add default nos 128.163.1.1
  91.  
  92. 2g. Next put in the address for your domain name server (from question 5).
  93.  
  94. e.g.
  95. domain addserver 123.163.1.6
  96.  
  97. 2h. Next put in the address for your SMTP gateway (from question 6).
  98.  
  99. e.g.
  100. smtp gateway 123.163.1.6
  101.  
  102. 2i. Next put in the address for the news server (from question 7).
  103.  
  104. e.g.
  105. nntp addserver news.foouniv.edu 600
  106.  
  107. 2j. Next pick the groups you want to receive, and put them after nntp groups
  108.  
  109. e.g.
  110. nntp groups comp.sys.amiga*
  111.  
  112. 2k. Finally, put the nntp news server address after nntp kick
  113.  
  114. e.g.
  115. nntp kick news.foouniv.edu
  116.  
  117.  
  118. -- 
  119. Richard J. Akerman   | akerman@QUCIS.QueensU.Ca    |    "There is no plot."
  120.                      | akerman@QUCIS.BITNET        | -Guinan in Time's Arrow II 
  121.                      | akerman@bill.phy.queensu.ca |    Star Trek: The Next 
  122.                      | akerman@qucdnast.BITNET     |        Generation
  123.