Home » Personal collection » Acorn hard disk » apps » NetApps » !Internet/!Configure

!Internet/!Configure

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » NetApps
Filename: !Internet/!Configure
Read OK:
File size: 5519 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
|================================================================|
| Configuration file for !Internet V4.07 (18th October 1995)     |
|                                                                |
| Copyright (C) Acorn Computers Ltd., 1995                       |
|================================================================|

|================================================================|
| Inet$HostName must be set to the principal host name of this   |
| RISC OS machine.                                               |
|================================================================|

Set Inet$HostName dcf21.trin.cam.ac.uk


|================================================================|
| Inet$EcoIPAddr sets whether you have an Econet interface that  |
| you wish to configure for TCP/IP, and (if so) sets its         |
| Internet address. It may be used in these different ways:      |
|                                                                |
| Econet interface not used for TCP/IP                           |
| ------------------------------------                           |
| If an Econet interface is not present, or is not to be         |
| configured to support Internet protocols (default), then:      |
|                                                                |
| Set Inet$EcoIPAddr ""                                          |
|                                                                |
| Internet address set up explicitly                             |
| ----------------------------------                             |
| You may explicitly set the Internet address of your Econet     |
| interface. For example:                                        |
|                                                                |
| Set Inet$EcoIPAddr 1.0.0.1                                     |
|                                                                |
| Internet address set from interface name                       |
| ----------------------------------------                       |
| You may specify the interface name of your Econet interface.   |
| In this case, its Internet address is found by looking up the  |
| specified interface name in the hosts database. (The location  |
| of the hosts database is set below by the variable             |
| InetDBase$Path.) For example:                                  |
|                                                                |
| Set Inet$EcoIPAddr thishost_eco                                |
|                                                                |
| If all your Econet interface names are derived from the        |
| principal host name in the same way, you can avoid having to   |
| edit the value of Inet$EcoIPAddr for each station. For         |
| example:                                                       |
|                                                                |
| Set Inet$EcoIPAddr <Inet$HostName>_eco                         |
|                                                                |
| Internet address set from principal host name                  |
| ---------------------------------------------                  |
| You may have a number of stations that use only Econet to      |
| connect to TCP/IP, and that hence use their principal host     |
| name as their Econet interface name. Their Internet address    |
| can be found by looking up their principal host name in the    |
| hosts database, thus:                                          |
|                                                                |
| Set Inet$EcoIPAddr <Inet$HostName>                             |
|                                                                |
| Using this method avoids having to edit the value of           |
| Inet$EcoIPAddr for each station.                               |
|                                                                |
| Internet address set from an ARP server                        |
| ---------------------------------------                        |
| You may look up the Internet address of the Econet interface   |
| via a Reverse ARP exchange with a remote ARP server. The ARP   |
| server is passed the Econet interface's physical address of    |
| 00:00:00:00:<net_number>:<station_number>, and returns its     |
| Internet address. If this is required, then:                   |
|                                                                |
| Set Inet$EcoIPAddr revarp                                      |
|                                                                |
| Internet address set from a BOOTP server                       |
| ----------------------------------------                       |
| You may also look up the Internet address of the Econet        |
| interface via an exchange with a remote BOOTP server. The      |
| server is passed the Econet interface's physical address of    |
| 00:00:00:00:<net_number>:<station_number>, and returns its     |
| Internet address. If this is required, then:                   |
|                                                                |
| Set Inet$EcoIPAddr bootp                                       |
|================================================================|

Set Inet$EcoIPAddr ""


|================================================================|
| Inet$EcoIPMask sets the Econet interface's netmask, which      |
| specifies how much of an Econet Internet address is to be      |
| interpreted as the network part, and how much as the host      |
| part.                                                          |
|                                                                |
| The default value:                                             |
|                                                                |
| Set Inet$EcoIPMask default                                     |
|                                                                |
| is suitable for any network with no subnets.  If you are using |
| subnets then you must set this value as appropriate. For       |
| example:                                                       |
|                                                                |
| set Inet$EcoIPMask 0xfffff800                                  |
|                                                                |
| If an Econet interface is not present, is not configured to    |
| support Internet protocols, is using Reverse ARP, or is using  |
| BOOTP, then the value of this variable is ignored.             |
|================================================================|

Set Inet$EcoIPMask default


|================================================================|
| Inet$EtherIPAddr sets whether you have an Ethernet interface   |
| that you wish to configure for TCP/IP, and (if so) sets its    |
| Internet address. It may be used in these different ways:      |
|                                                                |
| Ethernet interface not used for TCP/IP                         |
| --------------------------------------                         |
| If an Ethernet interface is not present, or is not to be       |
| configured to support Internet protocols, then:                |
|                                                                |
| Set Inet$EtherIPAddr ""                                        |
|                                                                |
| Internet address set up explicitly                             |
| ----------------------------------                             |
| You may explicitly set the Internet address of your Ethernet   |
| interface. For example:                                        |
|                                                                |
| Set Inet$EtherIPAddr 1.0.0.1                                   |
|                                                                |
| Internet address set from interface name                       |
| ----------------------------------------                       |
| You may specify the interface name of your Ethernet interface. |
| In this case, its Internet address is found by looking up the  |
| specified interface name in the hosts database. (The location  |
| of the hosts database is set below by the variable             |
| InetDBase$Path.) For example:                                  |
|                                                                |
| Set Inet$EtherIPAddr thishost_ether                            |
|                                                                |
| If all your Ethernet interface names are derived from the      |
| principal host name in the same way, you can avoid having to   |
| edit the value of Inet$EtherIPAddr for each station. For       |
| example:                                                       |
|                                                                |
| Set Inet$EtherIPAddr <Inet$HostName>_ether                     |
|                                                                |
| Internet address set from principal host name                  |
| ---------------------------------------------                  |
| You may have a number of stations that use only Ethernet to    |
| connect to TCP/IP, and that hence use their principal host     |
| name as their Ethernet interface name. Their Internet address  |
| can be found by looking up their principal host name in the    |
| hosts database, thus:                                          |
|                                                                |
| Set Inet$EtherIPAddr <Inet$HostName>                           |
|                                                                |
| Using this method avoids having to edit the value of           |
| Inet$EtherIPAddr for each station.                             |
|                                                                |
| Internet address set from an ARP server                        |
| ---------------------------------------                        |
| You may look up the Internet address of the Ethernet interface |
| via a Reverse ARP exchange with a remote ARP server. The ARP   |
| server is passed the Ethernet interface's physical address     |
| (set in the hardware at the time of manufacture), and returns  |
| its Internet address. If this is required, then:               |
|                                                                |
| Set Inet$EtherIPAddr revarp                                    |
|                                                                |
| Internet address set from a BOOTP server                       |
| ----------------------------------------                       |
| You may also look up the Internet address of the Ethernet      |
| interface via an exchange with a remote BOOTP server. The      |
| server is passed the Ethernet interface's physical address     |
| (set in the hardware at the time of manufacture), and returns  |
| its Internet address. If this is required, then:               |
|                                                                |
| set Inet$EtherIPAddr bootp                                     |
|================================================================|

Set Inet$EtherIPAddr <Inet$HostName>


|================================================================|
| Inet$EtherIPMask sets the Ethernet interface's netmask, which  |
| specifies how much of an Ethernet Internet address is to be    |
| interpreted as the network part, and how much as the host      |
| part.                                                          |
|                                                                |
| The default value:                                             |
|                                                                |
| Set Inet$EtherIPMask default                                   |
|                                                                |
| is suitable for any network with no subnets.  If you are using |
| subnets then you must set this value as appropriate. For       |
| example:                                                       |
|                                                                |
| Set Inet$EtherIPMask 0xfffff800                                |
|                                                                |
| If you are on an AUN network (not if you're using AUN over a   |
| full IP network) you should use:                               |
|                                                                |
| Set Inet$EtherIPMask 0xffff0000                                |
|                                                                |
| If an Ethernet interface is not present, is not configured to  |
| support Internet protocols, is using Reverse ARP, or is using  |
| BOOTP, then the value of this variable is ignored.             |
|================================================================|

Set Inet$EtherIPMask 0xffffffc0


|================================================================|
| Inet$EtherDevice sets the filename of the device driver module |
| (held in System:Modules.Network) for your Ethernet interface.  |
| For example, to load the device driver for the Acorn           |
| Ethernet 2 expansion card:                                     |
|                                                                |
| Set Inet$EtherDevice Ether2                                    |
|                                                                |
| If your interface has a driver in ROM, and so does not need to |
| load one from disc, use:                                       |
|                                                                |
| Set Inet$EtherDevice ""                                        |
|                                                                |
| nb: Although the Acorn Ethernet 3 expansion card has a driver  |
| in ROM, you should still load the version on disc:             |
|                                                                |
| Set Inet$EtherDevice Ether3-16                                 |
|                                                                |
| If an Ethernet interface is not present, or is not configured  |
| to support Internet protocols, or is using Reverse ARP, then   |
| the value of this variable is ignored.                         |
|================================================================|

Set Inet$EtherDevice "Ether3-8"


|================================================================|
| InetDBase$Path sets the location of the directory holding the  |
| Internet database files. This directory can be on any          |
| accessible RISC OS filing system. Like all other path          |
| variables, InetDBase$Path must end with a '.' (the RISC OS     |
| directory separator).                                          |
|                                                                |
| The databases may be held on a local disc. By default, they    |
| are held in !Internet.files:                                   |
|                                                                |
| Set InetDBase$Path <Obey$Dir>.files.                           |
|                                                                |
| Alternatively, they may be held on a remote Econet fileserver. |
| This allows a single copy to be used for all TCP/IP users,     |
| hence making administration easier. For example:               |
|                                                                |
| Set InetDBase$Path net#FileServer:$.LocalNet.files.            |
|                                                                |
| About the database files                                       |
| ------------------------                                       |
| The database files are:                                        |
|                                                                |
|    hosts        Maps host/interface names and aliases to       |
|                 Internet addresses                             |
|                                                                |
|    protocols    Maps protocol names and aliases to numbers     |
|                                                                |
|    services     Maps service names and aliases to port numbers |
|                 and protocol names                             |
|                                                                |
|    networks     Maps network names and aliases to network      |
|                 numbers                                        |
|                                                                |
| The host file is required by the TCP/IP Protocol Suite, and    |
| will need editing to include the known hosts on the accessible |
| internet. There are examples in the distributed hosts file.    |
|                                                                |
| The other databases are not required by the TCP/IP Protocol    |
| Suite, but may be used by additional software. They should not |
| need to be edited, but if they do, you will again find         |
| examples in each distributed file.                             |
|================================================================|

Set InetDBase$Path <Obey$Dir>.files.


|================================================================|
| Inet$Startup sets the location of an obey file containing a    |
| script to configure local network interfaces and (optionally)  |
| to establish routes. Like the databases, this startup file may |
| be held on a local disc or a remote Econet file server.        |
|                                                                |
| By default, it is held in the same location as the databases,  |
| in a file named 'startup':                                     |
|                                                                |
| Set Inet$Startup <InetDBase$Path>startup                       |
|                                                                |
| You may need to use different startup files for each machine   |
| (say to use different gateways from the same subnet), but wish |
| to keep them in a central location to ease administration.     |
| For example, if INetDBase$Path specifies that the database     |
| directory is on a remote file server, you could keep the       |
| startup files in a subdirectory named 'setup', and name each   |
| file after the host that uses it:                              |
|                                                                |
| Set Inet$Startup <InetDBase$Path>setup.<Inet$Hostname>         |
|================================================================|

Set Inet$Startup <InetDBase$Path>startup


|================================================================|
| Inet$RouteDOptions sets whether the internet routing module is |
| run, and if so, with which options.                            |
|                                                                |
| Routing module not run                                         |
| ----------------------                                         |
| By default, the routing module is not run. Any routes must be  |
| established via *Route commands in the startup file (the       |
| location of which is set by Inet$Startup - see above):         |
|                                                                |
| Set Inet$RouteDOptions ""                                      |
|                                                                |
| Routing module run with default options                        |
| ---------------------------------------                        |
| To run the routing module with the default options for the     |
| number of interfaces configured for TCP/IP, use:               |
|                                                                |
| Set Inet$RouteDOptions DEFAULT                                 |
|                                                                |
| For the vast majority of cases this will run RouteD correctly. |
| In particular, if your machine has two interfaces, RouteD will |
| automatically recognise it as a gateway, and accordingly run   |
| with the correct options.                                      |
|                                                                |
| Routing module run with other options                          |
| -------------------------------------                          |
| To run the routing module with non-default options, use a line |
| having the syntax 'Set Inet$RouteDOptions [g][s|q]'. For       |
| example, to use the g and q options:                           |
|                                                                |
| Set Inet$RouteDOptions gq                                      |
|================================================================|

Set Inet$RouteDOptions ""



|================================================================|
| Inet$IsGateway sets whether the Internet module                |
| is configured to forward IP packets, and hence whether a host  |
| with multiple interfaces acts as a gateway. By default, packet |
| forwarding is not enabled:                                     |
|                                                                |
| To enable packet forwarding, change the line below to read:    |
|                                                                |
| Set Inet$IsGateway Yes                                         |
|                                                                |
|================================================================|

Set Inet$IsGateway ""
00000000  7c 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  ||===============|
00000010  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00000040  3d 7c 0a 7c 20 43 6f 6e  66 69 67 75 72 61 74 69  |=|.| Configurati|
00000050  6f 6e 20 66 69 6c 65 20  66 6f 72 20 21 49 6e 74  |on file for !Int|
00000060  65 72 6e 65 74 20 56 34  2e 30 37 20 28 31 38 74  |ernet V4.07 (18t|
00000070  68 20 4f 63 74 6f 62 65  72 20 31 39 39 35 29 20  |h October 1995) |
00000080  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00000090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000c0  20 20 20 20 20 20 20 7c  0a 7c 20 43 6f 70 79 72  |       |.| Copyr|
000000d0  69 67 68 74 20 28 43 29  20 41 63 6f 72 6e 20 43  |ight (C) Acorn C|
000000e0  6f 6d 70 75 74 65 72 73  20 4c 74 64 2e 2c 20 31  |omputers Ltd., 1|
000000f0  39 39 35 20 20 20 20 20  20 20 20 20 20 20 20 20  |995             |
00000100  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 3d 3d 3d  |          |.|===|
00000110  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00000140  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 7c 0a 0a  |=============|..|
00000150  7c 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  ||===============|
00000160  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00000190  3d 7c 0a 7c 20 49 6e 65  74 24 48 6f 73 74 4e 61  |=|.| Inet$HostNa|
000001a0  6d 65 20 6d 75 73 74 20  62 65 20 73 65 74 20 74  |me must be set t|
000001b0  6f 20 74 68 65 20 70 72  69 6e 63 69 70 61 6c 20  |o the principal |
000001c0  68 6f 73 74 20 6e 61 6d  65 20 6f 66 20 74 68 69  |host name of thi|
000001d0  73 20 20 20 7c 0a 7c 20  52 49 53 43 20 4f 53 20  |s   |.| RISC OS |
000001e0  6d 61 63 68 69 6e 65 2e  20 20 20 20 20 20 20 20  |machine.        |
000001f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000210  20 20 20 20 20 20 20 7c  0a 7c 3d 3d 3d 3d 3d 3d  |       |.|======|
00000220  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00000250  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 7c 0a 0a 53 65 74  |==========|..Set|
00000260  20 49 6e 65 74 24 48 6f  73 74 4e 61 6d 65 20 64  | Inet$HostName d|
00000270  63 66 32 31 2e 74 72 69  6e 2e 63 61 6d 2e 61 63  |cf21.trin.cam.ac|
00000280  2e 75 6b 0a 0a 0a 7c 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.uk...|=========|
00000290  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000002c0  3d 3d 3d 3d 3d 3d 3d 7c  0a 7c 20 49 6e 65 74 24  |=======|.| Inet$|
000002d0  45 63 6f 49 50 41 64 64  72 20 73 65 74 73 20 77  |EcoIPAddr sets w|
000002e0  68 65 74 68 65 72 20 79  6f 75 20 68 61 76 65 20  |hether you have |
000002f0  61 6e 20 45 63 6f 6e 65  74 20 69 6e 74 65 72 66  |an Econet interf|
00000300  61 63 65 20 74 68 61 74  20 20 7c 0a 7c 20 79 6f  |ace that  |.| yo|
00000310  75 20 77 69 73 68 20 74  6f 20 63 6f 6e 66 69 67  |u wish to config|
00000320  75 72 65 20 66 6f 72 20  54 43 50 2f 49 50 2c 20  |ure for TCP/IP, |
00000330  61 6e 64 20 28 69 66 20  73 6f 29 20 73 65 74 73  |and (if so) sets|
00000340  20 69 74 73 20 20 20 20  20 20 20 20 20 7c 0a 7c  | its         |.||
00000350  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
00000360  73 2e 20 49 74 20 6d 61  79 20 62 65 20 75 73 65  |s. It may be use|
00000370  64 20 69 6e 20 74 68 65  73 65 20 64 69 66 66 65  |d in these diffe|
00000380  72 65 6e 74 20 77 61 79  73 3a 20 20 20 20 20 20  |rent ways:      |
00000390  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
000003a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000003d0  20 20 20 7c 0a 7c 20 45  63 6f 6e 65 74 20 69 6e  |   |.| Econet in|
000003e0  74 65 72 66 61 63 65 20  6e 6f 74 20 75 73 65 64  |terface not used|
000003f0  20 66 6f 72 20 54 43 50  2f 49 50 20 20 20 20 20  | for TCP/IP     |
00000400  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000410  20 20 20 20 20 20 7c 0a  7c 20 2d 2d 2d 2d 2d 2d  |      |.| ------|
00000420  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000430  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 20 20  |--------------  |
00000440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000450  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 49 66 20  |         |.| If |
00000460  61 6e 20 45 63 6f 6e 65  74 20 69 6e 74 65 72 66  |an Econet interf|
00000470  61 63 65 20 69 73 20 6e  6f 74 20 70 72 65 73 65  |ace is not prese|
00000480  6e 74 2c 20 6f 72 20 69  73 20 6e 6f 74 20 74 6f  |nt, or is not to|
00000490  20 62 65 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  | be         |.| |
000004a0  63 6f 6e 66 69 67 75 72  65 64 20 74 6f 20 73 75  |configured to su|
000004b0  70 70 6f 72 74 20 49 6e  74 65 72 6e 65 74 20 70  |pport Internet p|
000004c0  72 6f 74 6f 63 6f 6c 73  20 28 64 65 66 61 75 6c  |rotocols (defaul|
000004d0  74 29 2c 20 74 68 65 6e  3a 20 20 20 20 20 20 7c  |t), then:      ||
000004e0  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
000004f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000520  20 20 7c 0a 7c 20 53 65  74 20 49 6e 65 74 24 45  |  |.| Set Inet$E|
00000530  63 6f 49 50 41 64 64 72  20 22 22 20 20 20 20 20  |coIPAddr ""     |
00000540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000560  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00000570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000005a0  20 20 20 20 20 20 20 20  7c 0a 7c 20 49 6e 74 65  |        |.| Inte|
000005b0  72 6e 65 74 20 61 64 64  72 65 73 73 20 73 65 74  |rnet address set|
000005c0  20 75 70 20 65 78 70 6c  69 63 69 74 6c 79 20 20  | up explicitly  |
000005d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005e0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 2d  |           |.| -|
000005f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000610  2d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |-               |
00000620  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000630  7c 20 59 6f 75 20 6d 61  79 20 65 78 70 6c 69 63  || You may explic|
00000640  69 74 6c 79 20 73 65 74  20 74 68 65 20 49 6e 74  |itly set the Int|
00000650  65 72 6e 65 74 20 61 64  64 72 65 73 73 20 6f 66  |ernet address of|
00000660  20 79 6f 75 72 20 45 63  6f 6e 65 74 20 20 20 20  | your Econet    |
00000670  20 7c 0a 7c 20 69 6e 74  65 72 66 61 63 65 2e 20  | |.| interface. |
00000680  46 6f 72 20 65 78 61 6d  70 6c 65 3a 20 20 20 20  |For example:    |
00000690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000006b0  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
000006c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000006f0  20 20 20 20 20 20 20 7c  0a 7c 20 53 65 74 20 49  |       |.| Set I|
00000700  6e 65 74 24 45 63 6f 49  50 41 64 64 72 20 31 2e  |net$EcoIPAddr 1.|
00000710  30 2e 30 2e 31 20 20 20  20 20 20 20 20 20 20 20  |0.0.1           |
00000720  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000730  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00000740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000770  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00000780  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
00000790  73 20 73 65 74 20 66 72  6f 6d 20 69 6e 74 65 72  |s set from inter|
000007a0  66 61 63 65 20 6e 61 6d  65 20 20 20 20 20 20 20  |face name       |
000007b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007c0  7c 0a 7c 20 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||.| ------------|
000007d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000007e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 20 20 20 20  |------------    |
000007f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000800  20 20 20 7c 0a 7c 20 59  6f 75 20 6d 61 79 20 73  |   |.| You may s|
00000810  70 65 63 69 66 79 20 74  68 65 20 69 6e 74 65 72  |pecify the inter|
00000820  66 61 63 65 20 6e 61 6d  65 20 6f 66 20 79 6f 75  |face name of you|
00000830  72 20 45 63 6f 6e 65 74  20 69 6e 74 65 72 66 61  |r Econet interfa|
00000840  63 65 2e 20 20 20 7c 0a  7c 20 49 6e 20 74 68 69  |ce.   |.| In thi|
00000850  73 20 63 61 73 65 2c 20  69 74 73 20 49 6e 74 65  |s case, its Inte|
00000860  72 6e 65 74 20 61 64 64  72 65 73 73 20 69 73 20  |rnet address is |
00000870  66 6f 75 6e 64 20 62 79  20 6c 6f 6f 6b 69 6e 67  |found by looking|
00000880  20 75 70 20 74 68 65 20  20 7c 0a 7c 20 73 70 65  | up the  |.| spe|
00000890  63 69 66 69 65 64 20 69  6e 74 65 72 66 61 63 65  |cified interface|
000008a0  20 6e 61 6d 65 20 69 6e  20 74 68 65 20 68 6f 73  | name in the hos|
000008b0  74 73 20 64 61 74 61 62  61 73 65 2e 20 28 54 68  |ts database. (Th|
000008c0  65 20 6c 6f 63 61 74 69  6f 6e 20 20 7c 0a 7c 20  |e location  |.| |
000008d0  6f 66 20 74 68 65 20 68  6f 73 74 73 20 64 61 74  |of the hosts dat|
000008e0  61 62 61 73 65 20 69 73  20 73 65 74 20 62 65 6c  |abase is set bel|
000008f0  6f 77 20 62 79 20 74 68  65 20 76 61 72 69 61 62  |ow by the variab|
00000900  6c 65 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |le             ||
00000910  0a 7c 20 49 6e 65 74 44  42 61 73 65 24 50 61 74  |.| InetDBase$Pat|
00000920  68 2e 29 20 46 6f 72 20  65 78 61 6d 70 6c 65 3a  |h.) For example:|
00000930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000950  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
00000960  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000990  20 20 20 20 20 7c 0a 7c  20 53 65 74 20 49 6e 65  |     |.| Set Ine|
000009a0  74 24 45 63 6f 49 50 41  64 64 72 20 74 68 69 73  |t$EcoIPAddr this|
000009b0  68 6f 73 74 5f 65 63 6f  20 20 20 20 20 20 20 20  |host_eco        |
000009c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009d0  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
000009e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a10  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 49  |           |.| I|
00000a20  66 20 61 6c 6c 20 79 6f  75 72 20 45 63 6f 6e 65  |f all your Econe|
00000a30  74 20 69 6e 74 65 72 66  61 63 65 20 6e 61 6d 65  |t interface name|
00000a40  73 20 61 72 65 20 64 65  72 69 76 65 64 20 66 72  |s are derived fr|
00000a50  6f 6d 20 74 68 65 20 20  20 20 20 20 20 20 7c 0a  |om the        |.|
00000a60  7c 20 70 72 69 6e 63 69  70 61 6c 20 68 6f 73 74  || principal host|
00000a70  20 6e 61 6d 65 20 69 6e  20 74 68 65 20 73 61 6d  | name in the sam|
00000a80  65 20 77 61 79 2c 20 79  6f 75 20 63 61 6e 20 61  |e way, you can a|
00000a90  76 6f 69 64 20 68 61 76  69 6e 67 20 74 6f 20 20  |void having to  |
00000aa0  20 7c 0a 7c 20 65 64 69  74 20 74 68 65 20 76 61  | |.| edit the va|
00000ab0  6c 75 65 20 6f 66 20 49  6e 65 74 24 45 63 6f 49  |lue of Inet$EcoI|
00000ac0  50 41 64 64 72 20 66 6f  72 20 65 61 63 68 20 73  |PAddr for each s|
00000ad0  74 61 74 69 6f 6e 2e 20  46 6f 72 20 20 20 20 20  |tation. For     |
00000ae0  20 20 20 20 7c 0a 7c 20  65 78 61 6d 70 6c 65 3a  |    |.| example:|
00000af0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b20  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00000b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b60  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 53 65  |          |.| Se|
00000b70  74 20 49 6e 65 74 24 45  63 6f 49 50 41 64 64 72  |t Inet$EcoIPAddr|
00000b80  20 3c 49 6e 65 74 24 48  6f 73 74 4e 61 6d 65 3e  | <Inet$HostName>|
00000b90  5f 65 63 6f 20 20 20 20  20 20 20 20 20 20 20 20  |_eco            |
00000ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00000bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000bf0  7c 0a 7c 20 49 6e 74 65  72 6e 65 74 20 61 64 64  ||.| Internet add|
00000c00  72 65 73 73 20 73 65 74  20 66 72 6f 6d 20 70 72  |ress set from pr|
00000c10  69 6e 63 69 70 61 6c 20  68 6f 73 74 20 6e 61 6d  |incipal host nam|
00000c20  65 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e               |
00000c30  20 20 20 7c 0a 7c 20 2d  2d 2d 2d 2d 2d 2d 2d 2d  |   |.| ---------|
00000c40  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000c60  2d 2d 2d 2d 20 20 20 20  20 20 20 20 20 20 20 20  |----            |
00000c70  20 20 20 20 20 20 7c 0a  7c 20 59 6f 75 20 6d 61  |      |.| You ma|
00000c80  79 20 68 61 76 65 20 61  20 6e 75 6d 62 65 72 20  |y have a number |
00000c90  6f 66 20 73 74 61 74 69  6f 6e 73 20 74 68 61 74  |of stations that|
00000ca0  20 75 73 65 20 6f 6e 6c  79 20 45 63 6f 6e 65 74  | use only Econet|
00000cb0  20 74 6f 20 20 20 20 20  20 7c 0a 7c 20 63 6f 6e  | to      |.| con|
00000cc0  6e 65 63 74 20 74 6f 20  54 43 50 2f 49 50 2c 20  |nect to TCP/IP, |
00000cd0  61 6e 64 20 74 68 61 74  20 68 65 6e 63 65 20 75  |and that hence u|
00000ce0  73 65 20 74 68 65 69 72  20 70 72 69 6e 63 69 70  |se their princip|
00000cf0  61 6c 20 68 6f 73 74 20  20 20 20 20 7c 0a 7c 20  |al host     |.| |
00000d00  6e 61 6d 65 20 61 73 20  74 68 65 69 72 20 45 63  |name as their Ec|
00000d10  6f 6e 65 74 20 69 6e 74  65 72 66 61 63 65 20 6e  |onet interface n|
00000d20  61 6d 65 2e 20 54 68 65  69 72 20 49 6e 74 65 72  |ame. Their Inter|
00000d30  6e 65 74 20 61 64 64 72  65 73 73 20 20 20 20 7c  |net address    ||
00000d40  0a 7c 20 63 61 6e 20 62  65 20 66 6f 75 6e 64 20  |.| can be found |
00000d50  62 79 20 6c 6f 6f 6b 69  6e 67 20 75 70 20 74 68  |by looking up th|
00000d60  65 69 72 20 70 72 69 6e  63 69 70 61 6c 20 68 6f  |eir principal ho|
00000d70  73 74 20 6e 61 6d 65 20  69 6e 20 74 68 65 20 20  |st name in the  |
00000d80  20 20 7c 0a 7c 20 68 6f  73 74 73 20 64 61 74 61  |  |.| hosts data|
00000d90  62 61 73 65 2c 20 74 68  75 73 3a 20 20 20 20 20  |base, thus:     |
00000da0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000dc0  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00000dd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000e00  20 20 20 20 20 20 20 20  7c 0a 7c 20 53 65 74 20  |        |.| Set |
00000e10  49 6e 65 74 24 45 63 6f  49 50 41 64 64 72 20 3c  |Inet$EcoIPAddr <|
00000e20  49 6e 65 74 24 48 6f 73  74 4e 61 6d 65 3e 20 20  |Inet$HostName>  |
00000e30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e40  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00000e50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000e80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000e90  7c 20 55 73 69 6e 67 20  74 68 69 73 20 6d 65 74  || Using this met|
00000ea0  68 6f 64 20 61 76 6f 69  64 73 20 68 61 76 69 6e  |hod avoids havin|
00000eb0  67 20 74 6f 20 65 64 69  74 20 74 68 65 20 76 61  |g to edit the va|
00000ec0  6c 75 65 20 6f 66 20 20  20 20 20 20 20 20 20 20  |lue of          |
00000ed0  20 7c 0a 7c 20 49 6e 65  74 24 45 63 6f 49 50 41  | |.| Inet$EcoIPA|
00000ee0  64 64 72 20 66 6f 72 20  65 61 63 68 20 73 74 61  |ddr for each sta|
00000ef0  74 69 6f 6e 2e 20 20 20  20 20 20 20 20 20 20 20  |tion.           |
00000f00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f10  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00000f20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000f50  20 20 20 20 20 20 20 7c  0a 7c 20 49 6e 74 65 72  |       |.| Inter|
00000f60  6e 65 74 20 61 64 64 72  65 73 73 20 73 65 74 20  |net address set |
00000f70  66 72 6f 6d 20 61 6e 20  41 52 50 20 73 65 72 76  |from an ARP serv|
00000f80  65 72 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |er              |
00000f90  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 2d 2d  |          |.| --|
00000fa0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000fc0  2d 2d 2d 2d 2d 20 20 20  20 20 20 20 20 20 20 20  |-----           |
00000fd0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00000fe0  20 59 6f 75 20 6d 61 79  20 6c 6f 6f 6b 20 75 70  | You may look up|
00000ff0  20 74 68 65 20 49 6e 74  65 72 6e 65 74 20 61 64  | the Internet ad|
00001000  64 72 65 73 73 20 6f 66  20 74 68 65 20 45 63 6f  |dress of the Eco|
00001010  6e 65 74 20 69 6e 74 65  72 66 61 63 65 20 20 20  |net interface   |
00001020  7c 0a 7c 20 76 69 61 20  61 20 52 65 76 65 72 73  ||.| via a Revers|
00001030  65 20 41 52 50 20 65 78  63 68 61 6e 67 65 20 77  |e ARP exchange w|
00001040  69 74 68 20 61 20 72 65  6d 6f 74 65 20 41 52 50  |ith a remote ARP|
00001050  20 73 65 72 76 65 72 2e  20 54 68 65 20 41 52 50  | server. The ARP|
00001060  20 20 20 7c 0a 7c 20 73  65 72 76 65 72 20 69 73  |   |.| server is|
00001070  20 70 61 73 73 65 64 20  74 68 65 20 45 63 6f 6e  | passed the Econ|
00001080  65 74 20 69 6e 74 65 72  66 61 63 65 27 73 20 70  |et interface's p|
00001090  68 79 73 69 63 61 6c 20  61 64 64 72 65 73 73 20  |hysical address |
000010a0  6f 66 20 20 20 20 7c 0a  7c 20 30 30 3a 30 30 3a  |of    |.| 00:00:|
000010b0  30 30 3a 30 30 3a 3c 6e  65 74 5f 6e 75 6d 62 65  |00:00:<net_numbe|
000010c0  72 3e 3a 3c 73 74 61 74  69 6f 6e 5f 6e 75 6d 62  |r>:<station_numb|
000010d0  65 72 3e 2c 20 61 6e 64  20 72 65 74 75 72 6e 73  |er>, and returns|
000010e0  20 69 74 73 20 20 20 20  20 7c 0a 7c 20 49 6e 74  | its     |.| Int|
000010f0  65 72 6e 65 74 20 61 64  64 72 65 73 73 2e 20 49  |ernet address. I|
00001100  66 20 74 68 69 73 20 69  73 20 72 65 71 75 69 72  |f this is requir|
00001110  65 64 2c 20 74 68 65 6e  3a 20 20 20 20 20 20 20  |ed, then:       |
00001120  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00001130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00001170  0a 7c 20 53 65 74 20 49  6e 65 74 24 45 63 6f 49  |.| Set Inet$EcoI|
00001180  50 41 64 64 72 20 72 65  76 61 72 70 20 20 20 20  |PAddr revarp    |
00001190  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000011b0  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
000011c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000011f0  20 20 20 20 20 7c 0a 7c  20 49 6e 74 65 72 6e 65  |     |.| Interne|
00001200  74 20 61 64 64 72 65 73  73 20 73 65 74 20 66 72  |t address set fr|
00001210  6f 6d 20 61 20 42 4f 4f  54 50 20 73 65 72 76 65  |om a BOOTP serve|
00001220  72 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |r               |
00001230  20 20 20 20 20 20 20 20  7c 0a 7c 20 2d 2d 2d 2d  |        |.| ----|
00001240  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001260  2d 2d 2d 2d 20 20 20 20  20 20 20 20 20 20 20 20  |----            |
00001270  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 59  |           |.| Y|
00001280  6f 75 20 6d 61 79 20 61  6c 73 6f 20 6c 6f 6f 6b  |ou may also look|
00001290  20 75 70 20 74 68 65 20  49 6e 74 65 72 6e 65 74  | up the Internet|
000012a0  20 61 64 64 72 65 73 73  20 6f 66 20 74 68 65 20  | address of the |
000012b0  45 63 6f 6e 65 74 20 20  20 20 20 20 20 20 7c 0a  |Econet        |.|
000012c0  7c 20 69 6e 74 65 72 66  61 63 65 20 76 69 61 20  || interface via |
000012d0  61 6e 20 65 78 63 68 61  6e 67 65 20 77 69 74 68  |an exchange with|
000012e0  20 61 20 72 65 6d 6f 74  65 20 42 4f 4f 54 50 20  | a remote BOOTP |
000012f0  73 65 72 76 65 72 2e 20  54 68 65 20 20 20 20 20  |server. The     |
00001300  20 7c 0a 7c 20 73 65 72  76 65 72 20 69 73 20 70  | |.| server is p|
00001310  61 73 73 65 64 20 74 68  65 20 45 63 6f 6e 65 74  |assed the Econet|
00001320  20 69 6e 74 65 72 66 61  63 65 27 73 20 70 68 79  | interface's phy|
00001330  73 69 63 61 6c 20 61 64  64 72 65 73 73 20 6f 66  |sical address of|
00001340  20 20 20 20 7c 0a 7c 20  30 30 3a 30 30 3a 30 30  |    |.| 00:00:00|
00001350  3a 30 30 3a 3c 6e 65 74  5f 6e 75 6d 62 65 72 3e  |:00:<net_number>|
00001360  3a 3c 73 74 61 74 69 6f  6e 5f 6e 75 6d 62 65 72  |:<station_number|
00001370  3e 2c 20 61 6e 64 20 72  65 74 75 72 6e 73 20 69  |>, and returns i|
00001380  74 73 20 20 20 20 20 7c  0a 7c 20 49 6e 74 65 72  |ts     |.| Inter|
00001390  6e 65 74 20 61 64 64 72  65 73 73 2e 20 49 66 20  |net address. If |
000013a0  74 68 69 73 20 69 73 20  72 65 71 75 69 72 65 64  |this is required|
000013b0  2c 20 74 68 65 6e 3a 20  20 20 20 20 20 20 20 20  |, then:         |
000013c0  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
000013d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001400  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00001410  20 53 65 74 20 49 6e 65  74 24 45 63 6f 49 50 41  | Set Inet$EcoIPA|
00001420  64 64 72 20 62 6f 6f 74  70 20 20 20 20 20 20 20  |ddr bootp       |
00001430  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001450  7c 0a 7c 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  ||.|=============|
00001460  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00001490  3d 3d 3d 7c 0a 0a 53 65  74 20 49 6e 65 74 24 45  |===|..Set Inet$E|
000014a0  63 6f 49 50 41 64 64 72  20 22 22 0a 0a 0a 7c 3d  |coIPAddr ""...|=|
000014b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000014e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 7c  |===============||
000014f0  0a 7c 20 49 6e 65 74 24  45 63 6f 49 50 4d 61 73  |.| Inet$EcoIPMas|
00001500  6b 20 73 65 74 73 20 74  68 65 20 45 63 6f 6e 65  |k sets the Econe|
00001510  74 20 69 6e 74 65 72 66  61 63 65 27 73 20 6e 65  |t interface's ne|
00001520  74 6d 61 73 6b 2c 20 77  68 69 63 68 20 20 20 20  |tmask, which    |
00001530  20 20 7c 0a 7c 20 73 70  65 63 69 66 69 65 73 20  |  |.| specifies |
00001540  68 6f 77 20 6d 75 63 68  20 6f 66 20 61 6e 20 45  |how much of an E|
00001550  63 6f 6e 65 74 20 49 6e  74 65 72 6e 65 74 20 61  |conet Internet a|
00001560  64 64 72 65 73 73 20 69  73 20 74 6f 20 62 65 20  |ddress is to be |
00001570  20 20 20 20 20 7c 0a 7c  20 69 6e 74 65 72 70 72  |     |.| interpr|
00001580  65 74 65 64 20 61 73 20  74 68 65 20 6e 65 74 77  |eted as the netw|
00001590  6f 72 6b 20 70 61 72 74  2c 20 61 6e 64 20 68 6f  |ork part, and ho|
000015a0  77 20 6d 75 63 68 20 61  73 20 74 68 65 20 68 6f  |w much as the ho|
000015b0  73 74 20 20 20 20 20 20  7c 0a 7c 20 70 61 72 74  |st      |.| part|
000015c0  2e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000015d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000015f0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00001600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001630  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00001640  7c 20 54 68 65 20 64 65  66 61 75 6c 74 20 76 61  || The default va|
00001650  6c 75 65 3a 20 20 20 20  20 20 20 20 20 20 20 20  |lue:            |
00001660  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001680  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00001690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000016c0  20 20 20 20 7c 0a 7c 20  53 65 74 20 49 6e 65 74  |    |.| Set Inet|
000016d0  24 45 63 6f 49 50 4d 61  73 6b 20 64 65 66 61 75  |$EcoIPMask defau|
000016e0  6c 74 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |lt              |
000016f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001700  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00001710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001740  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 69 73  |          |.| is|
00001750  20 73 75 69 74 61 62 6c  65 20 66 6f 72 20 61 6e  | suitable for an|
00001760  79 20 6e 65 74 77 6f 72  6b 20 77 69 74 68 20 6e  |y network with n|
00001770  6f 20 73 75 62 6e 65 74  73 2e 20 20 49 66 20 79  |o subnets.  If y|
00001780  6f 75 20 61 72 65 20 75  73 69 6e 67 20 7c 0a 7c  |ou are using |.||
00001790  20 73 75 62 6e 65 74 73  20 74 68 65 6e 20 79 6f  | subnets then yo|
000017a0  75 20 6d 75 73 74 20 73  65 74 20 74 68 69 73 20  |u must set this |
000017b0  76 61 6c 75 65 20 61 73  20 61 70 70 72 6f 70 72  |value as appropr|
000017c0  69 61 74 65 2e 20 46 6f  72 20 20 20 20 20 20 20  |iate. For       |
000017d0  7c 0a 7c 20 65 78 61 6d  70 6c 65 3a 20 20 20 20  ||.| example:    |
000017e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001810  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00001820  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001850  20 20 20 20 20 20 7c 0a  7c 20 73 65 74 20 49 6e  |      |.| set In|
00001860  65 74 24 45 63 6f 49 50  4d 61 73 6b 20 30 78 66  |et$EcoIPMask 0xf|
00001870  66 66 66 66 38 30 30 20  20 20 20 20 20 20 20 20  |ffff800         |
00001880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001890  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
000018a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000018d0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000018e0  49 66 20 61 6e 20 45 63  6f 6e 65 74 20 69 6e 74  |If an Econet int|
000018f0  65 72 66 61 63 65 20 69  73 20 6e 6f 74 20 70 72  |erface is not pr|
00001900  65 73 65 6e 74 2c 20 69  73 20 6e 6f 74 20 63 6f  |esent, is not co|
00001910  6e 66 69 67 75 72 65 64  20 74 6f 20 20 20 20 7c  |nfigured to    ||
00001920  0a 7c 20 73 75 70 70 6f  72 74 20 49 6e 74 65 72  |.| support Inter|
00001930  6e 65 74 20 70 72 6f 74  6f 63 6f 6c 73 2c 20 69  |net protocols, i|
00001940  73 20 75 73 69 6e 67 20  52 65 76 65 72 73 65 20  |s using Reverse |
00001950  41 52 50 2c 20 6f 72 20  69 73 20 75 73 69 6e 67  |ARP, or is using|
00001960  20 20 7c 0a 7c 20 42 4f  4f 54 50 2c 20 74 68 65  |  |.| BOOTP, the|
00001970  6e 20 74 68 65 20 76 61  6c 75 65 20 6f 66 20 74  |n the value of t|
00001980  68 69 73 20 76 61 72 69  61 62 6c 65 20 69 73 20  |his variable is |
00001990  69 67 6e 6f 72 65 64 2e  20 20 20 20 20 20 20 20  |ignored.        |
000019a0  20 20 20 20 20 7c 0a 7c  3d 3d 3d 3d 3d 3d 3d 3d  |     |.|========|
000019b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000019e0  3d 3d 3d 3d 3d 3d 3d 3d  7c 0a 0a 53 65 74 20 49  |========|..Set I|
000019f0  6e 65 74 24 45 63 6f 49  50 4d 61 73 6b 20 64 65  |net$EcoIPMask de|
00001a00  66 61 75 6c 74 0a 0a 0a  7c 3d 3d 3d 3d 3d 3d 3d  |fault...|=======|
00001a10  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00001a40  3d 3d 3d 3d 3d 3d 3d 3d  3d 7c 0a 7c 20 49 6e 65  |=========|.| Ine|
00001a50  74 24 45 74 68 65 72 49  50 41 64 64 72 20 73 65  |t$EtherIPAddr se|
00001a60  74 73 20 77 68 65 74 68  65 72 20 79 6f 75 20 68  |ts whether you h|
00001a70  61 76 65 20 61 6e 20 45  74 68 65 72 6e 65 74 20  |ave an Ethernet |
00001a80  69 6e 74 65 72 66 61 63  65 20 20 20 7c 0a 7c 20  |interface   |.| |
00001a90  74 68 61 74 20 79 6f 75  20 77 69 73 68 20 74 6f  |that you wish to|
00001aa0  20 63 6f 6e 66 69 67 75  72 65 20 66 6f 72 20 54  | configure for T|
00001ab0  43 50 2f 49 50 2c 20 61  6e 64 20 28 69 66 20 73  |CP/IP, and (if s|
00001ac0  6f 29 20 73 65 74 73 20  69 74 73 20 20 20 20 7c  |o) sets its    ||
00001ad0  0a 7c 20 49 6e 74 65 72  6e 65 74 20 61 64 64 72  |.| Internet addr|
00001ae0  65 73 73 2e 20 49 74 20  6d 61 79 20 62 65 20 75  |ess. It may be u|
00001af0  73 65 64 20 69 6e 20 74  68 65 73 65 20 64 69 66  |sed in these dif|
00001b00  66 65 72 65 6e 74 20 77  61 79 73 3a 20 20 20 20  |ferent ways:    |
00001b10  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
00001b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001b50  20 20 20 20 20 7c 0a 7c  20 45 74 68 65 72 6e 65  |     |.| Etherne|
00001b60  74 20 69 6e 74 65 72 66  61 63 65 20 6e 6f 74 20  |t interface not |
00001b70  75 73 65 64 20 66 6f 72  20 54 43 50 2f 49 50 20  |used for TCP/IP |
00001b80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b90  20 20 20 20 20 20 20 20  7c 0a 7c 20 2d 2d 2d 2d  |        |.| ----|
00001ba0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001bc0  2d 2d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |--              |
00001bd0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 49  |           |.| I|
00001be0  66 20 61 6e 20 45 74 68  65 72 6e 65 74 20 69 6e  |f an Ethernet in|
00001bf0  74 65 72 66 61 63 65 20  69 73 20 6e 6f 74 20 70  |terface is not p|
00001c00  72 65 73 65 6e 74 2c 20  6f 72 20 69 73 20 6e 6f  |resent, or is no|
00001c10  74 20 74 6f 20 62 65 20  20 20 20 20 20 20 7c 0a  |t to be       |.|
00001c20  7c 20 63 6f 6e 66 69 67  75 72 65 64 20 74 6f 20  || configured to |
00001c30  73 75 70 70 6f 72 74 20  49 6e 74 65 72 6e 65 74  |support Internet|
00001c40  20 70 72 6f 74 6f 63 6f  6c 73 2c 20 74 68 65 6e  | protocols, then|
00001c50  3a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |:               |
00001c60  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00001c70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001ca0  20 20 20 20 7c 0a 7c 20  53 65 74 20 49 6e 65 74  |    |.| Set Inet|
00001cb0  24 45 74 68 65 72 49 50  41 64 64 72 20 22 22 20  |$EtherIPAddr "" |
00001cc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001ce0  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00001cf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001d20  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 49 6e  |          |.| In|
00001d30  74 65 72 6e 65 74 20 61  64 64 72 65 73 73 20 73  |ternet address s|
00001d40  65 74 20 75 70 20 65 78  70 6c 69 63 69 74 6c 79  |et up explicitly|
00001d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d60  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00001d70  20 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | ---------------|
00001d80  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001d90  2d 2d 2d 20 20 20 20 20  20 20 20 20 20 20 20 20  |---             |
00001da0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001db0  7c 0a 7c 20 59 6f 75 20  6d 61 79 20 65 78 70 6c  ||.| You may expl|
00001dc0  69 63 69 74 6c 79 20 73  65 74 20 74 68 65 20 49  |icitly set the I|
00001dd0  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 20  |nternet address |
00001de0  6f 66 20 79 6f 75 72 20  45 74 68 65 72 6e 65 74  |of your Ethernet|
00001df0  20 20 20 7c 0a 7c 20 69  6e 74 65 72 66 61 63 65  |   |.| interface|
00001e00  2e 20 46 6f 72 20 65 78  61 6d 70 6c 65 3a 20 20  |. For example:  |
00001e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001e30  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00001e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001e70  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 53 65 74  |         |.| Set|
00001e80  20 49 6e 65 74 24 45 74  68 65 72 49 50 41 64 64  | Inet$EtherIPAdd|
00001e90  72 20 31 2e 30 2e 30 2e  31 20 20 20 20 20 20 20  |r 1.0.0.1       |
00001ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001eb0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00001ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001ef0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00001f00  0a 7c 20 49 6e 74 65 72  6e 65 74 20 61 64 64 72  |.| Internet addr|
00001f10  65 73 73 20 73 65 74 20  66 72 6f 6d 20 69 6e 74  |ess set from int|
00001f20  65 72 66 61 63 65 20 6e  61 6d 65 20 20 20 20 20  |erface name     |
00001f30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f40  20 20 7c 0a 7c 20 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |  |.| ----------|
00001f50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001f60  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 20 20  |--------------  |
00001f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f80  20 20 20 20 20 7c 0a 7c  20 59 6f 75 20 6d 61 79  |     |.| You may|
00001f90  20 73 70 65 63 69 66 79  20 74 68 65 20 69 6e 74  | specify the int|
00001fa0  65 72 66 61 63 65 20 6e  61 6d 65 20 6f 66 20 79  |erface name of y|
00001fb0  6f 75 72 20 45 74 68 65  72 6e 65 74 20 69 6e 74  |our Ethernet int|
00001fc0  65 72 66 61 63 65 2e 20  7c 0a 7c 20 49 6e 20 74  |erface. |.| In t|
00001fd0  68 69 73 20 63 61 73 65  2c 20 69 74 73 20 49 6e  |his case, its In|
00001fe0  74 65 72 6e 65 74 20 61  64 64 72 65 73 73 20 69  |ternet address i|
00001ff0  73 20 66 6f 75 6e 64 20  62 79 20 6c 6f 6f 6b 69  |s found by looki|
00002000  6e 67 20 75 70 20 74 68  65 20 20 7c 0a 7c 20 73  |ng up the  |.| s|
00002010  70 65 63 69 66 69 65 64  20 69 6e 74 65 72 66 61  |pecified interfa|
00002020  63 65 20 6e 61 6d 65 20  69 6e 20 74 68 65 20 68  |ce name in the h|
00002030  6f 73 74 73 20 64 61 74  61 62 61 73 65 2e 20 28  |osts database. (|
00002040  54 68 65 20 6c 6f 63 61  74 69 6f 6e 20 20 7c 0a  |The location  |.|
00002050  7c 20 6f 66 20 74 68 65  20 68 6f 73 74 73 20 64  || of the hosts d|
00002060  61 74 61 62 61 73 65 20  69 73 20 73 65 74 20 62  |atabase is set b|
00002070  65 6c 6f 77 20 62 79 20  74 68 65 20 76 61 72 69  |elow by the vari|
00002080  61 62 6c 65 20 20 20 20  20 20 20 20 20 20 20 20  |able            |
00002090  20 7c 0a 7c 20 49 6e 65  74 44 42 61 73 65 24 50  | |.| InetDBase$P|
000020a0  61 74 68 2e 29 20 46 6f  72 20 65 78 61 6d 70 6c  |ath.) For exampl|
000020b0  65 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e:              |
000020c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020d0  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
000020e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002110  20 20 20 20 20 20 20 7c  0a 7c 20 53 65 74 20 49  |       |.| Set I|
00002120  6e 65 74 24 45 74 68 65  72 49 50 41 64 64 72 20  |net$EtherIPAddr |
00002130  74 68 69 73 68 6f 73 74  5f 65 74 68 65 72 20 20  |thishost_ether  |
00002140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002150  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00002160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002190  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000021a0  20 49 66 20 61 6c 6c 20  79 6f 75 72 20 45 74 68  | If all your Eth|
000021b0  65 72 6e 65 74 20 69 6e  74 65 72 66 61 63 65 20  |ernet interface |
000021c0  6e 61 6d 65 73 20 61 72  65 20 64 65 72 69 76 65  |names are derive|
000021d0  64 20 66 72 6f 6d 20 74  68 65 20 20 20 20 20 20  |d from the      |
000021e0  7c 0a 7c 20 70 72 69 6e  63 69 70 61 6c 20 68 6f  ||.| principal ho|
000021f0  73 74 20 6e 61 6d 65 20  69 6e 20 74 68 65 20 73  |st name in the s|
00002200  61 6d 65 20 77 61 79 2c  20 79 6f 75 20 63 61 6e  |ame way, you can|
00002210  20 61 76 6f 69 64 20 68  61 76 69 6e 67 20 74 6f  | avoid having to|
00002220  20 20 20 7c 0a 7c 20 65  64 69 74 20 74 68 65 20  |   |.| edit the |
00002230  76 61 6c 75 65 20 6f 66  20 49 6e 65 74 24 45 74  |value of Inet$Et|
00002240  68 65 72 49 50 41 64 64  72 20 66 6f 72 20 65 61  |herIPAddr for ea|
00002250  63 68 20 73 74 61 74 69  6f 6e 2e 20 46 6f 72 20  |ch station. For |
00002260  20 20 20 20 20 20 7c 0a  7c 20 65 78 61 6d 70 6c  |      |.| exampl|
00002270  65 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e:              |
00002280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000022a0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
000022b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000022e0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000022f0  53 65 74 20 49 6e 65 74  24 45 74 68 65 72 49 50  |Set Inet$EtherIP|
00002300  41 64 64 72 20 3c 49 6e  65 74 24 48 6f 73 74 4e  |Addr <Inet$HostN|
00002310  61 6d 65 3e 5f 65 74 68  65 72 20 20 20 20 20 20  |ame>_ether      |
00002320  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00002330  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00002340  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002370  20 20 7c 0a 7c 20 49 6e  74 65 72 6e 65 74 20 61  |  |.| Internet a|
00002380  64 64 72 65 73 73 20 73  65 74 20 66 72 6f 6d 20  |ddress set from |
00002390  70 72 69 6e 63 69 70 61  6c 20 68 6f 73 74 20 6e  |principal host n|
000023a0  61 6d 65 20 20 20 20 20  20 20 20 20 20 20 20 20  |ame             |
000023b0  20 20 20 20 20 7c 0a 7c  20 2d 2d 2d 2d 2d 2d 2d  |     |.| -------|
000023c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000023e0  2d 2d 2d 2d 2d 2d 20 20  20 20 20 20 20 20 20 20  |------          |
000023f0  20 20 20 20 20 20 20 20  7c 0a 7c 20 59 6f 75 20  |        |.| You |
00002400  6d 61 79 20 68 61 76 65  20 61 20 6e 75 6d 62 65  |may have a numbe|
00002410  72 20 6f 66 20 73 74 61  74 69 6f 6e 73 20 74 68  |r of stations th|
00002420  61 74 20 75 73 65 20 6f  6e 6c 79 20 45 74 68 65  |at use only Ethe|
00002430  72 6e 65 74 20 74 6f 20  20 20 20 7c 0a 7c 20 63  |rnet to    |.| c|
00002440  6f 6e 6e 65 63 74 20 74  6f 20 54 43 50 2f 49 50  |onnect to TCP/IP|
00002450  2c 20 61 6e 64 20 74 68  61 74 20 68 65 6e 63 65  |, and that hence|
00002460  20 75 73 65 20 74 68 65  69 72 20 70 72 69 6e 63  | use their princ|
00002470  69 70 61 6c 20 68 6f 73  74 20 20 20 20 20 7c 0a  |ipal host     |.|
00002480  7c 20 6e 61 6d 65 20 61  73 20 74 68 65 69 72 20  || name as their |
00002490  45 74 68 65 72 6e 65 74  20 69 6e 74 65 72 66 61  |Ethernet interfa|
000024a0  63 65 20 6e 61 6d 65 2e  20 54 68 65 69 72 20 49  |ce name. Their I|
000024b0  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 20  |nternet address |
000024c0  20 7c 0a 7c 20 63 61 6e  20 62 65 20 66 6f 75 6e  | |.| can be foun|
000024d0  64 20 62 79 20 6c 6f 6f  6b 69 6e 67 20 75 70 20  |d by looking up |
000024e0  74 68 65 69 72 20 70 72  69 6e 63 69 70 61 6c 20  |their principal |
000024f0  68 6f 73 74 20 6e 61 6d  65 20 69 6e 20 74 68 65  |host name in the|
00002500  20 20 20 20 7c 0a 7c 20  68 6f 73 74 73 20 64 61  |    |.| hosts da|
00002510  74 61 62 61 73 65 2c 20  74 68 75 73 3a 20 20 20  |tabase, thus:   |
00002520  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002540  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00002550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002580  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 53 65  |          |.| Se|
00002590  74 20 49 6e 65 74 24 45  74 68 65 72 49 50 41 64  |t Inet$EtherIPAd|
000025a0  64 72 20 3c 49 6e 65 74  24 48 6f 73 74 4e 61 6d  |dr <Inet$HostNam|
000025b0  65 3e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e>              |
000025c0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000025d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002610  7c 0a 7c 20 55 73 69 6e  67 20 74 68 69 73 20 6d  ||.| Using this m|
00002620  65 74 68 6f 64 20 61 76  6f 69 64 73 20 68 61 76  |ethod avoids hav|
00002630  69 6e 67 20 74 6f 20 65  64 69 74 20 74 68 65 20  |ing to edit the |
00002640  76 61 6c 75 65 20 6f 66  20 20 20 20 20 20 20 20  |value of        |
00002650  20 20 20 7c 0a 7c 20 49  6e 65 74 24 45 74 68 65  |   |.| Inet$Ethe|
00002660  72 49 50 41 64 64 72 20  66 6f 72 20 65 61 63 68  |rIPAddr for each|
00002670  20 73 74 61 74 69 6f 6e  2e 20 20 20 20 20 20 20  | station.       |
00002680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002690  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
000026a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000026d0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 49 6e 74  |         |.| Int|
000026e0  65 72 6e 65 74 20 61 64  64 72 65 73 73 20 73 65  |ernet address se|
000026f0  74 20 66 72 6f 6d 20 61  6e 20 41 52 50 20 73 65  |t from an ARP se|
00002700  72 76 65 72 20 20 20 20  20 20 20 20 20 20 20 20  |rver            |
00002710  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00002720  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00002740  2d 2d 2d 2d 2d 2d 2d 20  20 20 20 20 20 20 20 20  |-------         |
00002750  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00002760  0a 7c 20 59 6f 75 20 6d  61 79 20 6c 6f 6f 6b 20  |.| You may look |
00002770  75 70 20 74 68 65 20 49  6e 74 65 72 6e 65 74 20  |up the Internet |
00002780  61 64 64 72 65 73 73 20  6f 66 20 74 68 65 20 45  |address of the E|
00002790  74 68 65 72 6e 65 74 20  69 6e 74 65 72 66 61 63  |thernet interfac|
000027a0  65 20 7c 0a 7c 20 76 69  61 20 61 20 52 65 76 65  |e |.| via a Reve|
000027b0  72 73 65 20 41 52 50 20  65 78 63 68 61 6e 67 65  |rse ARP exchange|
000027c0  20 77 69 74 68 20 61 20  72 65 6d 6f 74 65 20 41  | with a remote A|
000027d0  52 50 20 73 65 72 76 65  72 2e 20 54 68 65 20 41  |RP server. The A|
000027e0  52 50 20 20 20 7c 0a 7c  20 73 65 72 76 65 72 20  |RP   |.| server |
000027f0  69 73 20 70 61 73 73 65  64 20 74 68 65 20 45 74  |is passed the Et|
00002800  68 65 72 6e 65 74 20 69  6e 74 65 72 66 61 63 65  |hernet interface|
00002810  27 73 20 70 68 79 73 69  63 61 6c 20 61 64 64 72  |'s physical addr|
00002820  65 73 73 20 20 20 20 20  7c 0a 7c 20 28 73 65 74  |ess     |.| (set|
00002830  20 69 6e 20 74 68 65 20  68 61 72 64 77 61 72 65  | in the hardware|
00002840  20 61 74 20 74 68 65 20  74 69 6d 65 20 6f 66 20  | at the time of |
00002850  6d 61 6e 75 66 61 63 74  75 72 65 29 2c 20 61 6e  |manufacture), an|
00002860  64 20 72 65 74 75 72 6e  73 20 20 7c 0a 7c 20 69  |d returns  |.| i|
00002870  74 73 20 49 6e 74 65 72  6e 65 74 20 61 64 64 72  |ts Internet addr|
00002880  65 73 73 2e 20 49 66 20  74 68 69 73 20 69 73 20  |ess. If this is |
00002890  72 65 71 75 69 72 65 64  2c 20 74 68 65 6e 3a 20  |required, then: |
000028a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
000028b0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
000028c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000028f0  20 7c 0a 7c 20 53 65 74  20 49 6e 65 74 24 45 74  | |.| Set Inet$Et|
00002900  68 65 72 49 50 41 64 64  72 20 72 65 76 61 72 70  |herIPAddr revarp|
00002910  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002930  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00002940  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002970  20 20 20 20 20 20 20 7c  0a 7c 20 49 6e 74 65 72  |       |.| Inter|
00002980  6e 65 74 20 61 64 64 72  65 73 73 20 73 65 74 20  |net address set |
00002990  66 72 6f 6d 20 61 20 42  4f 4f 54 50 20 73 65 72  |from a BOOTP ser|
000029a0  76 65 72 20 20 20 20 20  20 20 20 20 20 20 20 20  |ver             |
000029b0  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 2d 2d  |          |.| --|
000029c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000029e0  2d 2d 2d 2d 2d 2d 20 20  20 20 20 20 20 20 20 20  |------          |
000029f0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00002a00  20 59 6f 75 20 6d 61 79  20 61 6c 73 6f 20 6c 6f  | You may also lo|
00002a10  6f 6b 20 75 70 20 74 68  65 20 49 6e 74 65 72 6e  |ok up the Intern|
00002a20  65 74 20 61 64 64 72 65  73 73 20 6f 66 20 74 68  |et address of th|
00002a30  65 20 45 74 68 65 72 6e  65 74 20 20 20 20 20 20  |e Ethernet      |
00002a40  7c 0a 7c 20 69 6e 74 65  72 66 61 63 65 20 76 69  ||.| interface vi|
00002a50  61 20 61 6e 20 65 78 63  68 61 6e 67 65 20 77 69  |a an exchange wi|
00002a60  74 68 20 61 20 72 65 6d  6f 74 65 20 42 4f 4f 54  |th a remote BOOT|
00002a70  50 20 73 65 72 76 65 72  2e 20 54 68 65 20 20 20  |P server. The   |
00002a80  20 20 20 7c 0a 7c 20 73  65 72 76 65 72 20 69 73  |   |.| server is|
00002a90  20 70 61 73 73 65 64 20  74 68 65 20 45 74 68 65  | passed the Ethe|
00002aa0  72 6e 65 74 20 69 6e 74  65 72 66 61 63 65 27 73  |rnet interface's|
00002ab0  20 70 68 79 73 69 63 61  6c 20 61 64 64 72 65 73  | physical addres|
00002ac0  73 20 20 20 20 20 7c 0a  7c 20 28 73 65 74 20 69  |s     |.| (set i|
00002ad0  6e 20 74 68 65 20 68 61  72 64 77 61 72 65 20 61  |n the hardware a|
00002ae0  74 20 74 68 65 20 74 69  6d 65 20 6f 66 20 6d 61  |t the time of ma|
00002af0  6e 75 66 61 63 74 75 72  65 29 2c 20 61 6e 64 20  |nufacture), and |
00002b00  72 65 74 75 72 6e 73 20  20 7c 0a 7c 20 69 74 73  |returns  |.| its|
00002b10  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
00002b20  73 2e 20 49 66 20 74 68  69 73 20 69 73 20 72 65  |s. If this is re|
00002b30  71 75 69 72 65 64 2c 20  74 68 65 6e 3a 20 20 20  |quired, then:   |
00002b40  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00002b50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002b80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00002b90  0a 7c 20 73 65 74 20 49  6e 65 74 24 45 74 68 65  |.| set Inet$Ethe|
00002ba0  72 49 50 41 64 64 72 20  62 6f 6f 74 70 20 20 20  |rIPAddr bootp   |
00002bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002bd0  20 20 7c 0a 7c 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |  |.|===========|
00002be0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00002c10  3d 3d 3d 3d 3d 7c 0a 0a  53 65 74 20 49 6e 65 74  |=====|..Set Inet|
00002c20  24 45 74 68 65 72 49 50  41 64 64 72 20 3c 49 6e  |$EtherIPAddr <In|
00002c30  65 74 24 48 6f 73 74 4e  61 6d 65 3e 0a 0a 0a 7c  |et$HostName>...||
00002c40  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00002c80  7c 0a 7c 20 49 6e 65 74  24 45 74 68 65 72 49 50  ||.| Inet$EtherIP|
00002c90  4d 61 73 6b 20 73 65 74  73 20 74 68 65 20 45 74  |Mask sets the Et|
00002ca0  68 65 72 6e 65 74 20 69  6e 74 65 72 66 61 63 65  |hernet interface|
00002cb0  27 73 20 6e 65 74 6d 61  73 6b 2c 20 77 68 69 63  |'s netmask, whic|
00002cc0  68 20 20 7c 0a 7c 20 73  70 65 63 69 66 69 65 73  |h  |.| specifies|
00002cd0  20 68 6f 77 20 6d 75 63  68 20 6f 66 20 61 6e 20  | how much of an |
00002ce0  45 74 68 65 72 6e 65 74  20 49 6e 74 65 72 6e 65  |Ethernet Interne|
00002cf0  74 20 61 64 64 72 65 73  73 20 69 73 20 74 6f 20  |t address is to |
00002d00  62 65 20 20 20 20 7c 0a  7c 20 69 6e 74 65 72 70  |be    |.| interp|
00002d10  72 65 74 65 64 20 61 73  20 74 68 65 20 6e 65 74  |reted as the net|
00002d20  77 6f 72 6b 20 70 61 72  74 2c 20 61 6e 64 20 68  |work part, and h|
00002d30  6f 77 20 6d 75 63 68 20  61 73 20 74 68 65 20 68  |ow much as the h|
00002d40  6f 73 74 20 20 20 20 20  20 7c 0a 7c 20 70 61 72  |ost      |.| par|
00002d50  74 2e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |t.              |
00002d60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002d80  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00002d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002dc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00002dd0  0a 7c 20 54 68 65 20 64  65 66 61 75 6c 74 20 76  |.| The default v|
00002de0  61 6c 75 65 3a 20 20 20  20 20 20 20 20 20 20 20  |alue:           |
00002df0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002e10  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
00002e20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002e50  20 20 20 20 20 7c 0a 7c  20 53 65 74 20 49 6e 65  |     |.| Set Ine|
00002e60  74 24 45 74 68 65 72 49  50 4d 61 73 6b 20 64 65  |t$EtherIPMask de|
00002e70  66 61 75 6c 74 20 20 20  20 20 20 20 20 20 20 20  |fault           |
00002e80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002e90  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00002ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002ed0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 69  |           |.| i|
00002ee0  73 20 73 75 69 74 61 62  6c 65 20 66 6f 72 20 61  |s suitable for a|
00002ef0  6e 79 20 6e 65 74 77 6f  72 6b 20 77 69 74 68 20  |ny network with |
00002f00  6e 6f 20 73 75 62 6e 65  74 73 2e 20 20 49 66 20  |no subnets.  If |
00002f10  79 6f 75 20 61 72 65 20  75 73 69 6e 67 20 7c 0a  |you are using |.|
00002f20  7c 20 73 75 62 6e 65 74  73 20 74 68 65 6e 20 79  || subnets then y|
00002f30  6f 75 20 6d 75 73 74 20  73 65 74 20 74 68 69 73  |ou must set this|
00002f40  20 76 61 6c 75 65 20 61  73 20 61 70 70 72 6f 70  | value as approp|
00002f50  72 69 61 74 65 2e 20 46  6f 72 20 20 20 20 20 20  |riate. For      |
00002f60  20 7c 0a 7c 20 65 78 61  6d 70 6c 65 3a 20 20 20  | |.| example:   |
00002f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002fa0  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00002fb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002fe0  20 20 20 20 20 20 20 7c  0a 7c 20 53 65 74 20 49  |       |.| Set I|
00002ff0  6e 65 74 24 45 74 68 65  72 49 50 4d 61 73 6b 20  |net$EtherIPMask |
00003000  30 78 66 66 66 66 66 38  30 30 20 20 20 20 20 20  |0xfffff800      |
00003010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003020  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00003030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003060  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00003070  20 49 66 20 79 6f 75 20  61 72 65 20 6f 6e 20 61  | If you are on a|
00003080  6e 20 41 55 4e 20 6e 65  74 77 6f 72 6b 20 28 6e  |n AUN network (n|
00003090  6f 74 20 69 66 20 79 6f  75 27 72 65 20 75 73 69  |ot if you're usi|
000030a0  6e 67 20 41 55 4e 20 6f  76 65 72 20 61 20 20 20  |ng AUN over a   |
000030b0  7c 0a 7c 20 66 75 6c 6c  20 49 50 20 6e 65 74 77  ||.| full IP netw|
000030c0  6f 72 6b 29 20 79 6f 75  20 73 68 6f 75 6c 64 20  |ork) you should |
000030d0  75 73 65 3a 20 20 20 20  20 20 20 20 20 20 20 20  |use:            |
000030e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000030f0  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00003100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003130  20 20 20 20 20 20 7c 0a  7c 20 53 65 74 20 49 6e  |      |.| Set In|
00003140  65 74 24 45 74 68 65 72  49 50 4d 61 73 6b 20 30  |et$EtherIPMask 0|
00003150  78 66 66 66 66 30 30 30  30 20 20 20 20 20 20 20  |xffff0000       |
00003160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003170  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
00003180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000031b0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000031c0  49 66 20 61 6e 20 45 74  68 65 72 6e 65 74 20 69  |If an Ethernet i|
000031d0  6e 74 65 72 66 61 63 65  20 69 73 20 6e 6f 74 20  |nterface is not |
000031e0  70 72 65 73 65 6e 74 2c  20 69 73 20 6e 6f 74 20  |present, is not |
000031f0  63 6f 6e 66 69 67 75 72  65 64 20 74 6f 20 20 7c  |configured to  ||
00003200  0a 7c 20 73 75 70 70 6f  72 74 20 49 6e 74 65 72  |.| support Inter|
00003210  6e 65 74 20 70 72 6f 74  6f 63 6f 6c 73 2c 20 69  |net protocols, i|
00003220  73 20 75 73 69 6e 67 20  52 65 76 65 72 73 65 20  |s using Reverse |
00003230  41 52 50 2c 20 6f 72 20  69 73 20 75 73 69 6e 67  |ARP, or is using|
00003240  20 20 7c 0a 7c 20 42 4f  4f 54 50 2c 20 74 68 65  |  |.| BOOTP, the|
00003250  6e 20 74 68 65 20 76 61  6c 75 65 20 6f 66 20 74  |n the value of t|
00003260  68 69 73 20 76 61 72 69  61 62 6c 65 20 69 73 20  |his variable is |
00003270  69 67 6e 6f 72 65 64 2e  20 20 20 20 20 20 20 20  |ignored.        |
00003280  20 20 20 20 20 7c 0a 7c  3d 3d 3d 3d 3d 3d 3d 3d  |     |.|========|
00003290  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000032c0  3d 3d 3d 3d 3d 3d 3d 3d  7c 0a 0a 53 65 74 20 49  |========|..Set I|
000032d0  6e 65 74 24 45 74 68 65  72 49 50 4d 61 73 6b 20  |net$EtherIPMask |
000032e0  30 78 66 66 66 66 66 66  63 30 0a 0a 0a 7c 3d 3d  |0xffffffc0...|==|
000032f0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00003320  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 7c 0a  |==============|.|
00003330  7c 20 49 6e 65 74 24 45  74 68 65 72 44 65 76 69  || Inet$EtherDevi|
00003340  63 65 20 73 65 74 73 20  74 68 65 20 66 69 6c 65  |ce sets the file|
00003350  6e 61 6d 65 20 6f 66 20  74 68 65 20 64 65 76 69  |name of the devi|
00003360  63 65 20 64 72 69 76 65  72 20 6d 6f 64 75 6c 65  |ce driver module|
00003370  20 7c 0a 7c 20 28 68 65  6c 64 20 69 6e 20 53 79  | |.| (held in Sy|
00003380  73 74 65 6d 3a 4d 6f 64  75 6c 65 73 2e 4e 65 74  |stem:Modules.Net|
00003390  77 6f 72 6b 29 20 66 6f  72 20 79 6f 75 72 20 45  |work) for your E|
000033a0  74 68 65 72 6e 65 74 20  69 6e 74 65 72 66 61 63  |thernet interfac|
000033b0  65 2e 20 20 7c 0a 7c 20  46 6f 72 20 65 78 61 6d  |e.  |.| For exam|
000033c0  70 6c 65 2c 20 74 6f 20  6c 6f 61 64 20 74 68 65  |ple, to load the|
000033d0  20 64 65 76 69 63 65 20  64 72 69 76 65 72 20 66  | device driver f|
000033e0  6f 72 20 74 68 65 20 41  63 6f 72 6e 20 20 20 20  |or the Acorn    |
000033f0  20 20 20 20 20 20 20 7c  0a 7c 20 45 74 68 65 72  |       |.| Ether|
00003400  6e 65 74 20 32 20 65 78  70 61 6e 73 69 6f 6e 20  |net 2 expansion |
00003410  63 61 72 64 3a 20 20 20  20 20 20 20 20 20 20 20  |card:           |
00003420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003430  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00003440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003470  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00003480  20 53 65 74 20 49 6e 65  74 24 45 74 68 65 72 44  | Set Inet$EtherD|
00003490  65 76 69 63 65 20 45 74  68 65 72 32 20 20 20 20  |evice Ether2    |
000034a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000034c0  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
000034d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003500  20 20 20 7c 0a 7c 20 49  66 20 79 6f 75 72 20 69  |   |.| If your i|
00003510  6e 74 65 72 66 61 63 65  20 68 61 73 20 61 20 64  |nterface has a d|
00003520  72 69 76 65 72 20 69 6e  20 52 4f 4d 2c 20 61 6e  |river in ROM, an|
00003530  64 20 73 6f 20 64 6f 65  73 20 6e 6f 74 20 6e 65  |d so does not ne|
00003540  65 64 20 74 6f 20 7c 0a  7c 20 6c 6f 61 64 20 6f  |ed to |.| load o|
00003550  6e 65 20 66 72 6f 6d 20  64 69 73 63 2c 20 75 73  |ne from disc, us|
00003560  65 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e:              |
00003570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003580  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
00003590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000035c0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000035d0  53 65 74 20 49 6e 65 74  24 45 74 68 65 72 44 65  |Set Inet$EtherDe|
000035e0  76 69 63 65 20 22 22 20  20 20 20 20 20 20 20 20  |vice ""         |
000035f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00003610  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00003620  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003650  20 20 7c 0a 7c 20 6e 62  3a 20 41 6c 74 68 6f 75  |  |.| nb: Althou|
00003660  67 68 20 74 68 65 20 41  63 6f 72 6e 20 45 74 68  |gh the Acorn Eth|
00003670  65 72 6e 65 74 20 33 20  65 78 70 61 6e 73 69 6f  |ernet 3 expansio|
00003680  6e 20 63 61 72 64 20 68  61 73 20 61 20 64 72 69  |n card has a dri|
00003690  76 65 72 20 20 7c 0a 7c  20 69 6e 20 52 4f 4d 2c  |ver  |.| in ROM,|
000036a0  20 79 6f 75 20 73 68 6f  75 6c 64 20 73 74 69 6c  | you should stil|
000036b0  6c 20 6c 6f 61 64 20 74  68 65 20 76 65 72 73 69  |l load the versi|
000036c0  6f 6e 20 6f 6e 20 64 69  73 63 3a 20 20 20 20 20  |on on disc:     |
000036d0  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
000036e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003710  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 53  |           |.| S|
00003720  65 74 20 49 6e 65 74 24  45 74 68 65 72 44 65 76  |et Inet$EtherDev|
00003730  69 63 65 20 45 74 68 65  72 33 2d 31 36 20 20 20  |ice Ether3-16   |
00003740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003750  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00003760  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00003770  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000037a0  20 7c 0a 7c 20 49 66 20  61 6e 20 45 74 68 65 72  | |.| If an Ether|
000037b0  6e 65 74 20 69 6e 74 65  72 66 61 63 65 20 69 73  |net interface is|
000037c0  20 6e 6f 74 20 70 72 65  73 65 6e 74 2c 20 6f 72  | not present, or|
000037d0  20 69 73 20 6e 6f 74 20  63 6f 6e 66 69 67 75 72  | is not configur|
000037e0  65 64 20 20 7c 0a 7c 20  74 6f 20 73 75 70 70 6f  |ed  |.| to suppo|
000037f0  72 74 20 49 6e 74 65 72  6e 65 74 20 70 72 6f 74  |rt Internet prot|
00003800  6f 63 6f 6c 73 2c 20 6f  72 20 69 73 20 75 73 69  |ocols, or is usi|
00003810  6e 67 20 52 65 76 65 72  73 65 20 41 52 50 2c 20  |ng Reverse ARP, |
00003820  74 68 65 6e 20 20 20 7c  0a 7c 20 74 68 65 20 76  |then   |.| the v|
00003830  61 6c 75 65 20 6f 66 20  74 68 69 73 20 76 61 72  |alue of this var|
00003840  69 61 62 6c 65 20 69 73  20 69 67 6e 6f 72 65 64  |iable is ignored|
00003850  2e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00003860  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 3d 3d 3d  |          |.|===|
00003870  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000038a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 7c 0a 0a  |=============|..|
000038b0  53 65 74 20 49 6e 65 74  24 45 74 68 65 72 44 65  |Set Inet$EtherDe|
000038c0  76 69 63 65 20 22 45 74  68 65 72 33 2d 38 22 0a  |vice "Ether3-8".|
000038d0  0a 0a 7c 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |..|=============|
000038e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00003910  3d 3d 3d 7c 0a 7c 20 49  6e 65 74 44 42 61 73 65  |===|.| InetDBase|
00003920  24 50 61 74 68 20 73 65  74 73 20 74 68 65 20 6c  |$Path sets the l|
00003930  6f 63 61 74 69 6f 6e 20  6f 66 20 74 68 65 20 64  |ocation of the d|
00003940  69 72 65 63 74 6f 72 79  20 68 6f 6c 64 69 6e 67  |irectory holding|
00003950  20 74 68 65 20 20 7c 0a  7c 20 49 6e 74 65 72 6e  | the  |.| Intern|
00003960  65 74 20 64 61 74 61 62  61 73 65 20 66 69 6c 65  |et database file|
00003970  73 2e 20 54 68 69 73 20  64 69 72 65 63 74 6f 72  |s. This director|
00003980  79 20 63 61 6e 20 62 65  20 6f 6e 20 61 6e 79 20  |y can be on any |
00003990  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 61 63 63  |         |.| acc|
000039a0  65 73 73 69 62 6c 65 20  52 49 53 43 20 4f 53 20  |essible RISC OS |
000039b0  66 69 6c 69 6e 67 20 73  79 73 74 65 6d 2e 20 4c  |filing system. L|
000039c0  69 6b 65 20 61 6c 6c 20  6f 74 68 65 72 20 70 61  |ike all other pa|
000039d0  74 68 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |th          |.| |
000039e0  76 61 72 69 61 62 6c 65  73 2c 20 49 6e 65 74 44  |variables, InetD|
000039f0  42 61 73 65 24 50 61 74  68 20 6d 75 73 74 20 65  |Base$Path must e|
00003a00  6e 64 20 77 69 74 68 20  61 20 27 2e 27 20 28 74  |nd with a '.' (t|
00003a10  68 65 20 52 49 53 43 20  4f 53 20 20 20 20 20 7c  |he RISC OS     ||
00003a20  0a 7c 20 64 69 72 65 63  74 6f 72 79 20 73 65 70  |.| directory sep|
00003a30  61 72 61 74 6f 72 29 2e  20 20 20 20 20 20 20 20  |arator).        |
00003a40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003a60  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
00003a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003aa0  20 20 20 20 20 7c 0a 7c  20 54 68 65 20 64 61 74  |     |.| The dat|
00003ab0  61 62 61 73 65 73 20 6d  61 79 20 62 65 20 68 65  |abases may be he|
00003ac0  6c 64 20 6f 6e 20 61 20  6c 6f 63 61 6c 20 64 69  |ld on a local di|
00003ad0  73 63 2e 20 42 79 20 64  65 66 61 75 6c 74 2c 20  |sc. By default, |
00003ae0  74 68 65 79 20 20 20 20  7c 0a 7c 20 61 72 65 20  |they    |.| are |
00003af0  68 65 6c 64 20 69 6e 20  21 49 6e 74 65 72 6e 65  |held in !Interne|
00003b00  74 2e 66 69 6c 65 73 3a  20 20 20 20 20 20 20 20  |t.files:        |
00003b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003b20  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00003b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003b60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00003b70  7c 20 53 65 74 20 49 6e  65 74 44 42 61 73 65 24  || Set InetDBase$|
00003b80  50 61 74 68 20 3c 4f 62  65 79 24 44 69 72 3e 2e  |Path <Obey$Dir>.|
00003b90  66 69 6c 65 73 2e 20 20  20 20 20 20 20 20 20 20  |files.          |
00003ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003bb0  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00003bc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003bf0  20 20 20 20 7c 0a 7c 20  41 6c 74 65 72 6e 61 74  |    |.| Alternat|
00003c00  69 76 65 6c 79 2c 20 74  68 65 79 20 6d 61 79 20  |ively, they may |
00003c10  62 65 20 68 65 6c 64 20  6f 6e 20 61 20 72 65 6d  |be held on a rem|
00003c20  6f 74 65 20 45 63 6f 6e  65 74 20 66 69 6c 65 73  |ote Econet files|
00003c30  65 72 76 65 72 2e 20 7c  0a 7c 20 54 68 69 73 20  |erver. |.| This |
00003c40  61 6c 6c 6f 77 73 20 61  20 73 69 6e 67 6c 65 20  |allows a single |
00003c50  63 6f 70 79 20 74 6f 20  62 65 20 75 73 65 64 20  |copy to be used |
00003c60  66 6f 72 20 61 6c 6c 20  54 43 50 2f 49 50 20 75  |for all TCP/IP u|
00003c70  73 65 72 73 2c 20 20 20  20 20 7c 0a 7c 20 68 65  |sers,     |.| he|
00003c80  6e 63 65 20 6d 61 6b 69  6e 67 20 61 64 6d 69 6e  |nce making admin|
00003c90  69 73 74 72 61 74 69 6f  6e 20 65 61 73 69 65 72  |istration easier|
00003ca0  2e 20 46 6f 72 20 65 78  61 6d 70 6c 65 3a 20 20  |. For example:  |
00003cb0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00003cc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003d00  7c 0a 7c 20 53 65 74 20  49 6e 65 74 44 42 61 73  ||.| Set InetDBas|
00003d10  65 24 50 61 74 68 20 6e  65 74 23 46 69 6c 65 53  |e$Path net#FileS|
00003d20  65 72 76 65 72 3a 24 2e  4c 6f 63 61 6c 4e 65 74  |erver:$.LocalNet|
00003d30  2e 66 69 6c 65 73 2e 20  20 20 20 20 20 20 20 20  |.files.         |
00003d40  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00003d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003d80  20 20 20 20 20 20 7c 0a  7c 20 41 62 6f 75 74 20  |      |.| About |
00003d90  74 68 65 20 64 61 74 61  62 61 73 65 20 66 69 6c  |the database fil|
00003da0  65 73 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |es              |
00003db0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003dc0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 2d 2d 2d  |         |.| ---|
00003dd0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00003de0  2d 2d 2d 2d 2d 20 20 20  20 20 20 20 20 20 20 20  |-----           |
00003df0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003e00  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00003e10  54 68 65 20 64 61 74 61  62 61 73 65 20 66 69 6c  |The database fil|
00003e20  65 73 20 61 72 65 3a 20  20 20 20 20 20 20 20 20  |es are:         |
00003e30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00003e50  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00003e60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003e90  20 20 7c 0a 7c 20 20 20  20 68 6f 73 74 73 20 20  |  |.|    hosts  |
00003ea0  20 20 20 20 20 20 4d 61  70 73 20 68 6f 73 74 2f  |      Maps host/|
00003eb0  69 6e 74 65 72 66 61 63  65 20 6e 61 6d 65 73 20  |interface names |
00003ec0  61 6e 64 20 61 6c 69 61  73 65 73 20 74 6f 20 20  |and aliases to  |
00003ed0  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00003ee0  20 20 20 20 20 20 20 20  20 49 6e 74 65 72 6e 65  |         Interne|
00003ef0  74 20 61 64 64 72 65 73  73 65 73 20 20 20 20 20  |t addresses     |
00003f00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003f10  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00003f20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003f50  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00003f60  20 20 70 72 6f 74 6f 63  6f 6c 73 20 20 20 20 4d  |  protocols    M|
00003f70  61 70 73 20 70 72 6f 74  6f 63 6f 6c 20 6e 61 6d  |aps protocol nam|
00003f80  65 73 20 61 6e 64 20 61  6c 69 61 73 65 73 20 74  |es and aliases t|
00003f90  6f 20 6e 75 6d 62 65 72  73 20 20 20 20 20 7c 0a  |o numbers     |.|
00003fa0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00003fb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003fe0  20 7c 0a 7c 20 20 20 20  73 65 72 76 69 63 65 73  | |.|    services|
00003ff0  20 20 20 20 20 4d 61 70  73 20 73 65 72 76 69 63  |     Maps servic|
00004000  65 20 6e 61 6d 65 73 20  61 6e 64 20 61 6c 69 61  |e names and alia|
00004010  73 65 73 20 74 6f 20 70  6f 72 74 20 6e 75 6d 62  |ses to port numb|
00004020  65 72 73 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |ers |.|         |
00004030  20 20 20 20 20 20 20 20  61 6e 64 20 70 72 6f 74  |        and prot|
00004040  6f 63 6f 6c 20 6e 61 6d  65 73 20 20 20 20 20 20  |ocol names      |
00004050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004060  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00004070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000040a0  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
000040b0  20 6e 65 74 77 6f 72 6b  73 20 20 20 20 20 4d 61  | networks     Ma|
000040c0  70 73 20 6e 65 74 77 6f  72 6b 20 6e 61 6d 65 73  |ps network names|
000040d0  20 61 6e 64 20 61 6c 69  61 73 65 73 20 74 6f 20  | and aliases to |
000040e0  6e 65 74 77 6f 72 6b 20  20 20 20 20 20 7c 0a 7c  |network      |.||
000040f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004100  20 6e 75 6d 62 65 72 73  20 20 20 20 20 20 20 20  | numbers        |
00004110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004130  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00004140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004170  20 20 20 7c 0a 7c 20 54  68 65 20 68 6f 73 74 20  |   |.| The host |
00004180  66 69 6c 65 20 69 73 20  72 65 71 75 69 72 65 64  |file is required|
00004190  20 62 79 20 74 68 65 20  54 43 50 2f 49 50 20 50  | by the TCP/IP P|
000041a0  72 6f 74 6f 63 6f 6c 20  53 75 69 74 65 2c 20 61  |rotocol Suite, a|
000041b0  6e 64 20 20 20 20 7c 0a  7c 20 77 69 6c 6c 20 6e  |nd    |.| will n|
000041c0  65 65 64 20 65 64 69 74  69 6e 67 20 74 6f 20 69  |eed editing to i|
000041d0  6e 63 6c 75 64 65 20 74  68 65 20 6b 6e 6f 77 6e  |nclude the known|
000041e0  20 68 6f 73 74 73 20 6f  6e 20 74 68 65 20 61 63  | hosts on the ac|
000041f0  63 65 73 73 69 62 6c 65  20 7c 0a 7c 20 69 6e 74  |cessible |.| int|
00004200  65 72 6e 65 74 2e 20 54  68 65 72 65 20 61 72 65  |ernet. There are|
00004210  20 65 78 61 6d 70 6c 65  73 20 69 6e 20 74 68 65  | examples in the|
00004220  20 64 69 73 74 72 69 62  75 74 65 64 20 68 6f 73  | distributed hos|
00004230  74 73 20 66 69 6c 65 2e  20 20 20 20 7c 0a 7c 20  |ts file.    |.| |
00004240  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004270  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00004280  0a 7c 20 54 68 65 20 6f  74 68 65 72 20 64 61 74  |.| The other dat|
00004290  61 62 61 73 65 73 20 61  72 65 20 6e 6f 74 20 72  |abases are not r|
000042a0  65 71 75 69 72 65 64 20  62 79 20 74 68 65 20 54  |equired by the T|
000042b0  43 50 2f 49 50 20 50 72  6f 74 6f 63 6f 6c 20 20  |CP/IP Protocol  |
000042c0  20 20 7c 0a 7c 20 53 75  69 74 65 2c 20 62 75 74  |  |.| Suite, but|
000042d0  20 6d 61 79 20 62 65 20  75 73 65 64 20 62 79 20  | may be used by |
000042e0  61 64 64 69 74 69 6f 6e  61 6c 20 73 6f 66 74 77  |additional softw|
000042f0  61 72 65 2e 20 54 68 65  79 20 73 68 6f 75 6c 64  |are. They should|
00004300  20 6e 6f 74 20 7c 0a 7c  20 6e 65 65 64 20 74 6f  | not |.| need to|
00004310  20 62 65 20 65 64 69 74  65 64 2c 20 62 75 74 20  | be edited, but |
00004320  69 66 20 74 68 65 79 20  64 6f 2c 20 79 6f 75 20  |if they do, you |
00004330  77 69 6c 6c 20 61 67 61  69 6e 20 66 69 6e 64 20  |will again find |
00004340  20 20 20 20 20 20 20 20  7c 0a 7c 20 65 78 61 6d  |        |.| exam|
00004350  70 6c 65 73 20 69 6e 20  65 61 63 68 20 64 69 73  |ples in each dis|
00004360  74 72 69 62 75 74 65 64  20 66 69 6c 65 2e 20 20  |tributed file.  |
00004370  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004380  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 3d 3d  |           |.|==|
00004390  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000043c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 7c 0a  |==============|.|
000043d0  0a 53 65 74 20 49 6e 65  74 44 42 61 73 65 24 50  |.Set InetDBase$P|
000043e0  61 74 68 20 3c 4f 62 65  79 24 44 69 72 3e 2e 66  |ath <Obey$Dir>.f|
000043f0  69 6c 65 73 2e 0a 0a 0a  7c 3d 3d 3d 3d 3d 3d 3d  |iles....|=======|
00004400  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00004430  3d 3d 3d 3d 3d 3d 3d 3d  3d 7c 0a 7c 20 49 6e 65  |=========|.| Ine|
00004440  74 24 53 74 61 72 74 75  70 20 73 65 74 73 20 74  |t$Startup sets t|
00004450  68 65 20 6c 6f 63 61 74  69 6f 6e 20 6f 66 20 61  |he location of a|
00004460  6e 20 6f 62 65 79 20 66  69 6c 65 20 63 6f 6e 74  |n obey file cont|
00004470  61 69 6e 69 6e 67 20 61  20 20 20 20 7c 0a 7c 20  |aining a    |.| |
00004480  73 63 72 69 70 74 20 74  6f 20 63 6f 6e 66 69 67  |script to config|
00004490  75 72 65 20 6c 6f 63 61  6c 20 6e 65 74 77 6f 72  |ure local networ|
000044a0  6b 20 69 6e 74 65 72 66  61 63 65 73 20 61 6e 64  |k interfaces and|
000044b0  20 28 6f 70 74 69 6f 6e  61 6c 6c 79 29 20 20 7c  | (optionally)  ||
000044c0  0a 7c 20 74 6f 20 65 73  74 61 62 6c 69 73 68 20  |.| to establish |
000044d0  72 6f 75 74 65 73 2e 20  4c 69 6b 65 20 74 68 65  |routes. Like the|
000044e0  20 64 61 74 61 62 61 73  65 73 2c 20 74 68 69 73  | databases, this|
000044f0  20 73 74 61 72 74 75 70  20 66 69 6c 65 20 6d 61  | startup file ma|
00004500  79 20 7c 0a 7c 20 62 65  20 68 65 6c 64 20 6f 6e  |y |.| be held on|
00004510  20 61 20 6c 6f 63 61 6c  20 64 69 73 63 20 6f 72  | a local disc or|
00004520  20 61 20 72 65 6d 6f 74  65 20 45 63 6f 6e 65 74  | a remote Econet|
00004530  20 66 69 6c 65 20 73 65  72 76 65 72 2e 20 20 20  | file server.   |
00004540  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00004550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004580  20 20 20 20 20 20 20 20  7c 0a 7c 20 42 79 20 64  |        |.| By d|
00004590  65 66 61 75 6c 74 2c 20  69 74 20 69 73 20 68 65  |efault, it is he|
000045a0  6c 64 20 69 6e 20 74 68  65 20 73 61 6d 65 20 6c  |ld in the same l|
000045b0  6f 63 61 74 69 6f 6e 20  61 73 20 74 68 65 20 64  |ocation as the d|
000045c0  61 74 61 62 61 73 65 73  2c 20 20 7c 0a 7c 20 69  |atabases,  |.| i|
000045d0  6e 20 61 20 66 69 6c 65  20 6e 61 6d 65 64 20 27  |n a file named '|
000045e0  73 74 61 72 74 75 70 27  3a 20 20 20 20 20 20 20  |startup':       |
000045f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00004610  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00004620  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004650  20 7c 0a 7c 20 53 65 74  20 49 6e 65 74 24 53 74  | |.| Set Inet$St|
00004660  61 72 74 75 70 20 3c 49  6e 65 74 44 42 61 73 65  |artup <InetDBase|
00004670  24 50 61 74 68 3e 73 74  61 72 74 75 70 20 20 20  |$Path>startup   |
00004680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004690  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
000046a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000046d0  20 20 20 20 20 20 20 7c  0a 7c 20 59 6f 75 20 6d  |       |.| You m|
000046e0  61 79 20 6e 65 65 64 20  74 6f 20 75 73 65 20 64  |ay need to use d|
000046f0  69 66 66 65 72 65 6e 74  20 73 74 61 72 74 75 70  |ifferent startup|
00004700  20 66 69 6c 65 73 20 66  6f 72 20 65 61 63 68 20  | files for each |
00004710  6d 61 63 68 69 6e 65 20  20 20 7c 0a 7c 20 28 73  |machine   |.| (s|
00004720  61 79 20 74 6f 20 75 73  65 20 64 69 66 66 65 72  |ay to use differ|
00004730  65 6e 74 20 67 61 74 65  77 61 79 73 20 66 72 6f  |ent gateways fro|
00004740  6d 20 74 68 65 20 73 61  6d 65 20 73 75 62 6e 65  |m the same subne|
00004750  74 29 2c 20 62 75 74 20  77 69 73 68 20 7c 0a 7c  |t), but wish |.||
00004760  20 74 6f 20 6b 65 65 70  20 74 68 65 6d 20 69 6e  | to keep them in|
00004770  20 61 20 63 65 6e 74 72  61 6c 20 6c 6f 63 61 74  | a central locat|
00004780  69 6f 6e 20 74 6f 20 65  61 73 65 20 61 64 6d 69  |ion to ease admi|
00004790  6e 69 73 74 72 61 74 69  6f 6e 2e 20 20 20 20 20  |nistration.     |
000047a0  7c 0a 7c 20 46 6f 72 20  65 78 61 6d 70 6c 65 2c  ||.| For example,|
000047b0  20 69 66 20 49 4e 65 74  44 42 61 73 65 24 50 61  | if INetDBase$Pa|
000047c0  74 68 20 73 70 65 63 69  66 69 65 73 20 74 68 61  |th specifies tha|
000047d0  74 20 74 68 65 20 64 61  74 61 62 61 73 65 20 20  |t the database  |
000047e0  20 20 20 7c 0a 7c 20 64  69 72 65 63 74 6f 72 79  |   |.| directory|
000047f0  20 69 73 20 6f 6e 20 61  20 72 65 6d 6f 74 65 20  | is on a remote |
00004800  66 69 6c 65 20 73 65 72  76 65 72 2c 20 79 6f 75  |file server, you|
00004810  20 63 6f 75 6c 64 20 6b  65 65 70 20 74 68 65 20  | could keep the |
00004820  20 20 20 20 20 20 7c 0a  7c 20 73 74 61 72 74 75  |      |.| startu|
00004830  70 20 66 69 6c 65 73 20  69 6e 20 61 20 73 75 62  |p files in a sub|
00004840  64 69 72 65 63 74 6f 72  79 20 6e 61 6d 65 64 20  |directory named |
00004850  27 73 65 74 75 70 27 2c  20 61 6e 64 20 6e 61 6d  |'setup', and nam|
00004860  65 20 65 61 63 68 20 20  20 7c 0a 7c 20 66 69 6c  |e each   |.| fil|
00004870  65 20 61 66 74 65 72 20  74 68 65 20 68 6f 73 74  |e after the host|
00004880  20 74 68 61 74 20 75 73  65 73 20 69 74 3a 20 20  | that uses it:  |
00004890  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000048a0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000048b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000048e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
000048f0  0a 7c 20 53 65 74 20 49  6e 65 74 24 53 74 61 72  |.| Set Inet$Star|
00004900  74 75 70 20 3c 49 6e 65  74 44 42 61 73 65 24 50  |tup <InetDBase$P|
00004910  61 74 68 3e 73 65 74 75  70 2e 3c 49 6e 65 74 24  |ath>setup.<Inet$|
00004920  48 6f 73 74 6e 61 6d 65  3e 20 20 20 20 20 20 20  |Hostname>       |
00004930  20 20 7c 0a 7c 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |  |.|===========|
00004940  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00004970  3d 3d 3d 3d 3d 7c 0a 0a  53 65 74 20 49 6e 65 74  |=====|..Set Inet|
00004980  24 53 74 61 72 74 75 70  20 3c 49 6e 65 74 44 42  |$Startup <InetDB|
00004990  61 73 65 24 50 61 74 68  3e 73 74 61 72 74 75 70  |ase$Path>startup|
000049a0  0a 0a 0a 7c 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |...|============|
000049b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000049e0  3d 3d 3d 3d 7c 0a 7c 20  49 6e 65 74 24 52 6f 75  |====|.| Inet$Rou|
000049f0  74 65 44 4f 70 74 69 6f  6e 73 20 73 65 74 73 20  |teDOptions sets |
00004a00  77 68 65 74 68 65 72 20  74 68 65 20 69 6e 74 65  |whether the inte|
00004a10  72 6e 65 74 20 72 6f 75  74 69 6e 67 20 6d 6f 64  |rnet routing mod|
00004a20  75 6c 65 20 69 73 20 7c  0a 7c 20 72 75 6e 2c 20  |ule is |.| run, |
00004a30  61 6e 64 20 69 66 20 73  6f 2c 20 77 69 74 68 20  |and if so, with |
00004a40  77 68 69 63 68 20 6f 70  74 69 6f 6e 73 2e 20 20  |which options.  |
00004a50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004a60  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00004a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004aa0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00004ab0  20 52 6f 75 74 69 6e 67  20 6d 6f 64 75 6c 65 20  | Routing module |
00004ac0  6e 6f 74 20 72 75 6e 20  20 20 20 20 20 20 20 20  |not run         |
00004ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004af0  7c 0a 7c 20 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||.| ------------|
00004b00  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 20 20 20 20 20 20  |----------      |
00004b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004b30  20 20 20 7c 0a 7c 20 42  79 20 64 65 66 61 75 6c  |   |.| By defaul|
00004b40  74 2c 20 74 68 65 20 72  6f 75 74 69 6e 67 20 6d  |t, the routing m|
00004b50  6f 64 75 6c 65 20 69 73  20 6e 6f 74 20 72 75 6e  |odule is not run|
00004b60  2e 20 41 6e 79 20 72 6f  75 74 65 73 20 6d 75 73  |. Any routes mus|
00004b70  74 20 62 65 20 20 7c 0a  7c 20 65 73 74 61 62 6c  |t be  |.| establ|
00004b80  69 73 68 65 64 20 76 69  61 20 2a 52 6f 75 74 65  |ished via *Route|
00004b90  20 63 6f 6d 6d 61 6e 64  73 20 69 6e 20 74 68 65  | commands in the|
00004ba0  20 73 74 61 72 74 75 70  20 66 69 6c 65 20 28 74  | startup file (t|
00004bb0  68 65 20 20 20 20 20 20  20 7c 0a 7c 20 6c 6f 63  |he       |.| loc|
00004bc0  61 74 69 6f 6e 20 6f 66  20 77 68 69 63 68 20 69  |ation of which i|
00004bd0  73 20 73 65 74 20 62 79  20 49 6e 65 74 24 53 74  |s set by Inet$St|
00004be0  61 72 74 75 70 20 2d 20  73 65 65 20 61 62 6f 76  |artup - see abov|
00004bf0  65 29 3a 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |e):         |.| |
00004c00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004c30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00004c40  0a 7c 20 53 65 74 20 49  6e 65 74 24 52 6f 75 74  |.| Set Inet$Rout|
00004c50  65 44 4f 70 74 69 6f 6e  73 20 22 22 20 20 20 20  |eDOptions ""    |
00004c60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004c80  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
00004c90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004cc0  20 20 20 20 20 7c 0a 7c  20 52 6f 75 74 69 6e 67  |     |.| Routing|
00004cd0  20 6d 6f 64 75 6c 65 20  72 75 6e 20 77 69 74 68  | module run with|
00004ce0  20 64 65 66 61 75 6c 74  20 6f 70 74 69 6f 6e 73  | default options|
00004cf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004d00  20 20 20 20 20 20 20 20  7c 0a 7c 20 2d 2d 2d 2d  |        |.| ----|
00004d10  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00004d30  2d 2d 2d 20 20 20 20 20  20 20 20 20 20 20 20 20  |---             |
00004d40  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 54  |           |.| T|
00004d50  6f 20 72 75 6e 20 74 68  65 20 72 6f 75 74 69 6e  |o run the routin|
00004d60  67 20 6d 6f 64 75 6c 65  20 77 69 74 68 20 74 68  |g module with th|
00004d70  65 20 64 65 66 61 75 6c  74 20 6f 70 74 69 6f 6e  |e default option|
00004d80  73 20 66 6f 72 20 74 68  65 20 20 20 20 20 7c 0a  |s for the     |.|
00004d90  7c 20 6e 75 6d 62 65 72  20 6f 66 20 69 6e 74 65  || number of inte|
00004da0  72 66 61 63 65 73 20 63  6f 6e 66 69 67 75 72 65  |rfaces configure|
00004db0  64 20 66 6f 72 20 54 43  50 2f 49 50 2c 20 75 73  |d for TCP/IP, us|
00004dc0  65 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e:              |
00004dd0  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00004de0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004e10  20 20 20 20 7c 0a 7c 20  53 65 74 20 49 6e 65 74  |    |.| Set Inet|
00004e20  24 52 6f 75 74 65 44 4f  70 74 69 6f 6e 73 20 44  |$RouteDOptions D|
00004e30  45 46 41 55 4c 54 20 20  20 20 20 20 20 20 20 20  |EFAULT          |
00004e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004e50  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00004e60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004e90  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 46 6f  |          |.| Fo|
00004ea0  72 20 74 68 65 20 76 61  73 74 20 6d 61 6a 6f 72  |r the vast major|
00004eb0  69 74 79 20 6f 66 20 63  61 73 65 73 20 74 68 69  |ity of cases thi|
00004ec0  73 20 77 69 6c 6c 20 72  75 6e 20 52 6f 75 74 65  |s will run Route|
00004ed0  44 20 63 6f 72 72 65 63  74 6c 79 2e 20 7c 0a 7c  |D correctly. |.||
00004ee0  20 49 6e 20 70 61 72 74  69 63 75 6c 61 72 2c 20  | In particular, |
00004ef0  69 66 20 79 6f 75 72 20  6d 61 63 68 69 6e 65 20  |if your machine |
00004f00  68 61 73 20 74 77 6f 20  69 6e 74 65 72 66 61 63  |has two interfac|
00004f10  65 73 2c 20 52 6f 75 74  65 44 20 77 69 6c 6c 20  |es, RouteD will |
00004f20  7c 0a 7c 20 61 75 74 6f  6d 61 74 69 63 61 6c 6c  ||.| automaticall|
00004f30  79 20 72 65 63 6f 67 6e  69 73 65 20 69 74 20 61  |y recognise it a|
00004f40  73 20 61 20 67 61 74 65  77 61 79 2c 20 61 6e 64  |s a gateway, and|
00004f50  20 61 63 63 6f 72 64 69  6e 67 6c 79 20 72 75 6e  | accordingly run|
00004f60  20 20 20 7c 0a 7c 20 77  69 74 68 20 74 68 65 20  |   |.| with the |
00004f70  63 6f 72 72 65 63 74 20  6f 70 74 69 6f 6e 73 2e  |correct options.|
00004f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004fa0  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00004fb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004fe0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 52 6f 75  |         |.| Rou|
00004ff0  74 69 6e 67 20 6d 6f 64  75 6c 65 20 72 75 6e 20  |ting module run |
00005000  77 69 74 68 20 6f 74 68  65 72 20 6f 70 74 69 6f  |with other optio|
00005010  6e 73 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |ns              |
00005020  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00005030  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00005050  2d 2d 2d 2d 2d 20 20 20  20 20 20 20 20 20 20 20  |-----           |
00005060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00005070  0a 7c 20 54 6f 20 72 75  6e 20 74 68 65 20 72 6f  |.| To run the ro|
00005080  75 74 69 6e 67 20 6d 6f  64 75 6c 65 20 77 69 74  |uting module wit|
00005090  68 20 6e 6f 6e 2d 64 65  66 61 75 6c 74 20 6f 70  |h non-default op|
000050a0  74 69 6f 6e 73 2c 20 75  73 65 20 61 20 6c 69 6e  |tions, use a lin|
000050b0  65 20 7c 0a 7c 20 68 61  76 69 6e 67 20 74 68 65  |e |.| having the|
000050c0  20 73 79 6e 74 61 78 20  27 53 65 74 20 49 6e 65  | syntax 'Set Ine|
000050d0  74 24 52 6f 75 74 65 44  4f 70 74 69 6f 6e 73 20  |t$RouteDOptions |
000050e0  5b 67 5d 5b 73 7c 71 5d  27 2e 20 46 6f 72 20 20  |[g][s|q]'. For  |
000050f0  20 20 20 20 20 7c 0a 7c  20 65 78 61 6d 70 6c 65  |     |.| example|
00005100  2c 20 74 6f 20 75 73 65  20 74 68 65 20 67 20 61  |, to use the g a|
00005110  6e 64 20 71 20 6f 70 74  69 6f 6e 73 3a 20 20 20  |nd q options:   |
00005120  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005130  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00005140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005170  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 53  |           |.| S|
00005180  65 74 20 49 6e 65 74 24  52 6f 75 74 65 44 4f 70  |et Inet$RouteDOp|
00005190  74 69 6f 6e 73 20 67 71  20 20 20 20 20 20 20 20  |tions gq        |
000051a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000051b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
000051c0  7c 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  ||===============|
000051d0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00005200  3d 7c 0a 0a 53 65 74 20  49 6e 65 74 24 52 6f 75  |=|..Set Inet$Rou|
00005210  74 65 44 4f 70 74 69 6f  6e 73 20 22 22 0a 0a 0a  |teDOptions ""...|
00005220  0a 7c 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.|==============|
00005230  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00005260  3d 3d 7c 0a 7c 20 49 6e  65 74 24 49 73 47 61 74  |==|.| Inet$IsGat|
00005270  65 77 61 79 20 73 65 74  73 20 77 68 65 74 68 65  |eway sets whethe|
00005280  72 20 74 68 65 20 49 6e  74 65 72 6e 65 74 20 6d  |r the Internet m|
00005290  6f 64 75 6c 65 20 20 20  20 20 20 20 20 20 20 20  |odule           |
000052a0  20 20 20 20 20 7c 0a 7c  20 69 73 20 63 6f 6e 66  |     |.| is conf|
000052b0  69 67 75 72 65 64 20 74  6f 20 66 6f 72 77 61 72  |igured to forwar|
000052c0  64 20 49 50 20 70 61 63  6b 65 74 73 2c 20 61 6e  |d IP packets, an|
000052d0  64 20 68 65 6e 63 65 20  77 68 65 74 68 65 72 20  |d hence whether |
000052e0  61 20 68 6f 73 74 20 20  7c 0a 7c 20 77 69 74 68  |a host  |.| with|
000052f0  20 6d 75 6c 74 69 70 6c  65 20 69 6e 74 65 72 66  | multiple interf|
00005300  61 63 65 73 20 61 63 74  73 20 61 73 20 61 20 67  |aces acts as a g|
00005310  61 74 65 77 61 79 2e 20  42 79 20 64 65 66 61 75  |ateway. By defau|
00005320  6c 74 2c 20 70 61 63 6b  65 74 20 7c 0a 7c 20 66  |lt, packet |.| f|
00005330  6f 72 77 61 72 64 69 6e  67 20 69 73 20 6e 6f 74  |orwarding is not|
00005340  20 65 6e 61 62 6c 65 64  3a 20 20 20 20 20 20 20  | enabled:       |
00005350  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005360  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00005370  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00005380  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000053b0  20 7c 0a 7c 20 54 6f 20  65 6e 61 62 6c 65 20 70  | |.| To enable p|
000053c0  61 63 6b 65 74 20 66 6f  72 77 61 72 64 69 6e 67  |acket forwarding|
000053d0  2c 20 63 68 61 6e 67 65  20 74 68 65 20 6c 69 6e  |, change the lin|
000053e0  65 20 62 65 6c 6f 77 20  74 6f 20 72 65 61 64 3a  |e below to read:|
000053f0  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00005400  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005430  20 20 20 20 20 20 20 7c  0a 7c 20 53 65 74 20 49  |       |.| Set I|
00005440  6e 65 74 24 49 73 47 61  74 65 77 61 79 20 59 65  |net$IsGateway Ye|
00005450  73 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |s               |
00005460  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005470  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00005480  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000054b0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000054c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00005500  7c 0a 0a 53 65 74 20 49  6e 65 74 24 49 73 47 61  ||..Set Inet$IsGa|
00005510  74 65 77 61 79 20 22 22  0a                       |teway "".|
00005519