Basic home networking with RISC OS computers.
Last updated: 28th November 1999
I've been asked about this topic a large number of times, and it occurred to
me that most of the questions are similar. Since I know of no good simple source of
information on this subject, I thought I'd create this document.
This is not meant to be a thorough guide to networking -- I shall only
cover the most general cases and setups that will provide a maintainable and
flexible networking setup. This may change in future, but for now, I refer
readers to the comp.sys.acorn.networking FAQ which I also maintain.
If anyone finds this document useful, I'd love to hear from you.
This document is divided in to smaller sections for, for speed of download. Newcomers should read through each section in order.
- Background -- physical cabling
- Background -- Acorn software
- Background -- TCP/IP and Acorn Access
- Setting up Acorn TCP/IP networking
- Sharing printers, and using more features of Access+
- Setting up a proxy server, and accessing the Internet from proxied machines
- Adding a Windows PC to your network
- Q and A
Note to network experts: Before emailing about this document, picking up on some point to say "that's not entirely true", stop. I know. I've deliberately glossed over many things, and made some sweeping statements that have caveats or aren't strictly true in every case. I've done this because it's the common case, and as far as the general reader of this guide needs to be concerned, is sufficient to know and be able to understand when coming to the subject of networking for the first time. Don't hit me about MAC addresses, DCI specifics, Ethernet card specifics, because you're wasting your time. If, however, there really is something I've made a real mistake about, I'd appreciate your feedback!
Credit is due to:
ian@eh.org
/* Counter Code
'4CM_Counter' Script By: www.4CM.com
*/
$file = fopen("count.inc","r+");
$count = fread($file, filesize("count.inc"));
fclose($file);
$count += 1;
$file = fopen("count.inc","w+");
fputs($file, $count);
fclose($file);
include("count.inc");?>
|
This page was written by Ian Jeffray and hosted on his website until 2002, it is now available here with permission MJPye.org.uk site design and layout Copyright © 2003 Matthew Pye. All Rights Reserved. |