home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / internet / starterpck / !TCPIPUser / NNTP / Docs / FAQs / Freenet / FreeNSetUp < prev    next >
Encoding:
Text File  |  1995-05-27  |  4.0 KB  |  128 lines

  1. In message <19950526.162904.02@acornusr.demon.co.uk> you wrote:
  2.  
  3.  
  4. > Since others have got it working fine, I assume that there is something I've
  5. > missed (probably something so trivial that no one has bothered to mention
  6. > it yet:-) Does anyone have any idea what I've done/failed to do? Does anyone
  7. > have suggestions for further diagnostics that I could run to find out the
  8. > problem?
  9. Try this.......worked for me witha few little tweaks
  10.  
  11.  
  12. from Peter Kiff:
  13. modified by alan hassey
  14.  
  15. The following set up was arrive at by trial an error (lots of both). It now works well for WWW  access via Demon dial-up.
  16. It also seems to allow direct access to FTP sites form the WWW  but I haven't used FreeTerm yet. 
  17.  
  18. ***Don't forget the new version of !SerialDev***
  19.  
  20. Arrange applications as follows
  21.  
  22. FreeNet(directory)
  23. |_!ArcWeb (0.24 with 0.25 upgrade)
  24. |_!FreeNet
  25. |_!FreeTerm
  26. |_!FreeUser
  27. |_!SLIPdial
  28. |_!WebCache
  29. |_!WebHelper
  30.   |_!ArcWebImg
  31.   |_!ArcWebTCP
  32.   |_gif2spr
  33.   |_giftrans
  34.  
  35. Also needed
  36.  
  37. DRAWFILE module. Arcweb now looks in !System.Toolbox for it
  38. SerialDev (with new Internal and InternalPC drivers)  and
  39. ChangeFSI must have been "seen" by the filer.
  40.  
  41. NB future !ArcWeb's will look in !System.Modules for this....
  42. ____________________________
  43.  
  44. Taking the starter-pack demon script as the starting point
  45. Edit line 328 so that 
  46.  
  47. task /name="TCP/IP" <TCPIP2$dir>.!Run      becomes
  48.  
  49.     task /name="Startup" <FreeUser$dir>.Startup
  50.     task /name="ArcWeb" <ArcWeb$Dir>.!Run
  51.  
  52. [these have to be in this order or ArcWeb will default to KA9Q]
  53.  
  54. to close down correctly change line 340 - 
  55.  
  56. task /kill="TCP/IP"   which should become
  57.  
  58.     task /kill="Startup"
  59.     task /name="Kill" <FreeUser$dir>.Shutdown
  60.     task /kill="Kill"
  61.  
  62. _______________________
  63.  
  64. Next edit !FreeUser.StartUP
  65.  
  66. Put your own host name into line 22
  67. The remainder should look something like:-
  68.  
  69.  "
  70.     slattach +c internalpc 0 19200      *** add +c for cslip support ***
  71.     ifconfig sl0 inet 158.152.xxx.xxx 158.152.1.222 up
  72.     
  73.     |ifconfig lo0 inet 127.0.0.1 up
  74.     
  75.     |
  76.     | Setup the routing tables
  77.     |
  78.     route add default 158.152.1.222 1
  79.     
  80.  " where xxx.xxx are your last two IP numbers.
  81.  
  82. You don't need to edit any of the textfiles in !FreeUser.Files
  83.  
  84. You need to configure ArcWeb and the Helper apps - I'm not saying this is the only or best configuration, just that it works.
  85. ____________
  86.  
  87. ArcWeb is an unmodified version 0.24 but corrected by the 0.25 patch. The following options ONLY are set (ie ticked) in the options menu
  88.  
  89. Interactive URLs
  90. Tool pane on
  91. Netscape extensions
  92. No > in quoted tags
  93. Automatically expire
  94.  
  95. _________________
  96.  
  97. ArcWebTCP is version 0.18 (9th May). Configured so that all proxies are selected and set to "wwwcache.hensa.ac.uk". All ports are 8080 except WAIS which is 80. "No proxy" is set to demon.co.uk.
  98.     
  99. I have Email selected and my Email address included  ;-) 
  100.     
  101. Under miscellaneous I have the lower box selected (only)
  102.  
  103.  The DNS Resolver is configured as follows. 
  104.    Domain 158.152.1.222. (ie demon's IP - it didn't like the name)
  105.    Server 1 158.152.1.193 
  106.    Server 2 158.152.1.65  (both demon's) 
  107.    Server 3 192.68.175.95 (don't know where this one came from)
  108.  
  109.  
  110.  
  111.  
  112. Before attempting to start the program make sure none of the FreeNet modules are loaded. (They seem to compete with slipdial and prevent it from connecting). I've taken to rebooting the whole machine before connecting.
  113.  
  114. The first task is to connect with slipdial in the usual way and wait until the ArcWeb icon appears. (You have to run SlipDial, FreeNet the ArcWeb in that order). 
  115.  
  116. There's nothing to tell you FreeNet is loaded unless you do a *Modules. To check you're  connected to demon do a *ping demon (press escape after a few pings)
  117.  
  118. Open an Arcweb document - click on a remote link and that's it!
  119.  
  120.  
  121. -- 
  122.  Alan :-)
  123. ************************************************
  124. *  Dr Alan Hassey - alan@midwife.demon.co.uk   *
  125. *  GP Trainer & GP Computer Adviser - N Yorks  *
  126. *  Compiler RISC OS 3.1+ Internet Starter-Pack *
  127. ************************************************