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

Telnet/Internet/!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 » web
Filename: Telnet/Internet/!Internet/!Configure
Read OK:
File size: 5502 bytes
Load address: 0000
Exec address: 0000
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 thishost


|================================================================|
| 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 default


|================================================================|
| 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 ""


|================================================================|
| 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 74  | Inet$HostName t|
00000270  68 69 73 68 6f 73 74 0a  0a 0a 7c 3d 3d 3d 3d 3d  |hishost...|=====|
00000280  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000002b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 7c 0a 7c 20 49  |===========|.| I|
000002c0  6e 65 74 24 45 63 6f 49  50 41 64 64 72 20 73 65  |net$EcoIPAddr se|
000002d0  74 73 20 77 68 65 74 68  65 72 20 79 6f 75 20 68  |ts whether you h|
000002e0  61 76 65 20 61 6e 20 45  63 6f 6e 65 74 20 69 6e  |ave an Econet in|
000002f0  74 65 72 66 61 63 65 20  74 68 61 74 20 20 7c 0a  |terface that  |.|
00000300  7c 20 79 6f 75 20 77 69  73 68 20 74 6f 20 63 6f  || you wish to co|
00000310  6e 66 69 67 75 72 65 20  66 6f 72 20 54 43 50 2f  |nfigure for TCP/|
00000320  49 50 2c 20 61 6e 64 20  28 69 66 20 73 6f 29 20  |IP, and (if so) |
00000330  73 65 74 73 20 69 74 73  20 20 20 20 20 20 20 20  |sets its        |
00000340  20 7c 0a 7c 20 49 6e 74  65 72 6e 65 74 20 61 64  | |.| Internet ad|
00000350  64 72 65 73 73 2e 20 49  74 20 6d 61 79 20 62 65  |dress. It may be|
00000360  20 75 73 65 64 20 69 6e  20 74 68 65 73 65 20 64  | used in these d|
00000370  69 66 66 65 72 65 6e 74  20 77 61 79 73 3a 20 20  |ifferent ways:  |
00000380  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00000390  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000003c0  20 20 20 20 20 20 20 7c  0a 7c 20 45 63 6f 6e 65  |       |.| Econe|
000003d0  74 20 69 6e 74 65 72 66  61 63 65 20 6e 6f 74 20  |t interface not |
000003e0  75 73 65 64 20 66 6f 72  20 54 43 50 2f 49 50 20  |used for TCP/IP |
000003f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000400  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 2d 2d  |          |.| --|
00000410  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000430  2d 2d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |--              |
00000440  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00000450  20 49 66 20 61 6e 20 45  63 6f 6e 65 74 20 69 6e  | If an Econet in|
00000460  74 65 72 66 61 63 65 20  69 73 20 6e 6f 74 20 70  |terface is not p|
00000470  72 65 73 65 6e 74 2c 20  6f 72 20 69 73 20 6e 6f  |resent, or is no|
00000480  74 20 74 6f 20 62 65 20  20 20 20 20 20 20 20 20  |t to be         |
00000490  7c 0a 7c 20 63 6f 6e 66  69 67 75 72 65 64 20 74  ||.| configured t|
000004a0  6f 20 73 75 70 70 6f 72  74 20 49 6e 74 65 72 6e  |o support Intern|
000004b0  65 74 20 70 72 6f 74 6f  63 6f 6c 73 20 28 64 65  |et protocols (de|
000004c0  66 61 75 6c 74 29 2c 20  74 68 65 6e 3a 20 20 20  |fault), then:   |
000004d0  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
000004e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000510  20 20 20 20 20 20 7c 0a  7c 20 53 65 74 20 49 6e  |      |.| Set In|
00000520  65 74 24 45 63 6f 49 50  41 64 64 72 20 22 22 20  |et$EcoIPAddr "" |
00000530  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000550  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
00000560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000590  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000005a0  49 6e 74 65 72 6e 65 74  20 61 64 64 72 65 73 73  |Internet address|
000005b0  20 73 65 74 20 75 70 20  65 78 70 6c 69 63 69 74  | set up explicit|
000005c0  6c 79 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |ly              |
000005d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
000005e0  0a 7c 20 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.| -------------|
000005f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000600  2d 2d 2d 2d 2d 20 20 20  20 20 20 20 20 20 20 20  |-----           |
00000610  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000620  20 20 7c 0a 7c 20 59 6f  75 20 6d 61 79 20 65 78  |  |.| You may ex|
00000630  70 6c 69 63 69 74 6c 79  20 73 65 74 20 74 68 65  |plicitly set the|
00000640  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
00000650  73 20 6f 66 20 79 6f 75  72 20 45 63 6f 6e 65 74  |s of your Econet|
00000660  20 20 20 20 20 7c 0a 7c  20 69 6e 74 65 72 66 61  |     |.| interfa|
00000670  63 65 2e 20 46 6f 72 20  65 78 61 6d 70 6c 65 3a  |ce. For example:|
00000680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000006a0  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
000006b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000006e0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 53  |           |.| S|
000006f0  65 74 20 49 6e 65 74 24  45 63 6f 49 50 41 64 64  |et Inet$EcoIPAdd|
00000700  72 20 31 2e 30 2e 30 2e  31 20 20 20 20 20 20 20  |r 1.0.0.1       |
00000710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000720  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000730  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00000740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000770  20 7c 0a 7c 20 49 6e 74  65 72 6e 65 74 20 61 64  | |.| Internet ad|
00000780  64 72 65 73 73 20 73 65  74 20 66 72 6f 6d 20 69  |dress set from i|
00000790  6e 74 65 72 66 61 63 65  20 6e 61 6d 65 20 20 20  |nterface name   |
000007a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007b0  20 20 20 20 7c 0a 7c 20  2d 2d 2d 2d 2d 2d 2d 2d  |    |.| --------|
000007c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000007e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007f0  20 20 20 20 20 20 20 7c  0a 7c 20 59 6f 75 20 6d  |       |.| You m|
00000800  61 79 20 73 70 65 63 69  66 79 20 74 68 65 20 69  |ay specify the i|
00000810  6e 74 65 72 66 61 63 65  20 6e 61 6d 65 20 6f 66  |nterface name of|
00000820  20 79 6f 75 72 20 45 63  6f 6e 65 74 20 69 6e 74  | your Econet int|
00000830  65 72 66 61 63 65 2e 20  20 20 7c 0a 7c 20 49 6e  |erface.   |.| In|
00000840  20 74 68 69 73 20 63 61  73 65 2c 20 69 74 73 20  | this case, its |
00000850  49 6e 74 65 72 6e 65 74  20 61 64 64 72 65 73 73  |Internet address|
00000860  20 69 73 20 66 6f 75 6e  64 20 62 79 20 6c 6f 6f  | is found by loo|
00000870  6b 69 6e 67 20 75 70 20  74 68 65 20 20 7c 0a 7c  |king up the  |.||
00000880  20 73 70 65 63 69 66 69  65 64 20 69 6e 74 65 72  | specified inter|
00000890  66 61 63 65 20 6e 61 6d  65 20 69 6e 20 74 68 65  |face name in the|
000008a0  20 68 6f 73 74 73 20 64  61 74 61 62 61 73 65 2e  | hosts database.|
000008b0  20 28 54 68 65 20 6c 6f  63 61 74 69 6f 6e 20 20  | (The location  |
000008c0  7c 0a 7c 20 6f 66 20 74  68 65 20 68 6f 73 74 73  ||.| of the hosts|
000008d0  20 64 61 74 61 62 61 73  65 20 69 73 20 73 65 74  | database is set|
000008e0  20 62 65 6c 6f 77 20 62  79 20 74 68 65 20 76 61  | below by the va|
000008f0  72 69 61 62 6c 65 20 20  20 20 20 20 20 20 20 20  |riable          |
00000900  20 20 20 7c 0a 7c 20 49  6e 65 74 44 42 61 73 65  |   |.| InetDBase|
00000910  24 50 61 74 68 2e 29 20  46 6f 72 20 65 78 61 6d  |$Path.) For exam|
00000920  70 6c 65 3a 20 20 20 20  20 20 20 20 20 20 20 20  |ple:            |
00000930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000940  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00000950  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000980  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 53 65 74  |         |.| Set|
00000990  20 49 6e 65 74 24 45 63  6f 49 50 41 64 64 72 20  | Inet$EcoIPAddr |
000009a0  74 68 69 73 68 6f 73 74  5f 65 63 6f 20 20 20 20  |thishost_eco    |
000009b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009c0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000009d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00000a10  0a 7c 20 49 66 20 61 6c  6c 20 79 6f 75 72 20 45  |.| If all your E|
00000a20  63 6f 6e 65 74 20 69 6e  74 65 72 66 61 63 65 20  |conet interface |
00000a30  6e 61 6d 65 73 20 61 72  65 20 64 65 72 69 76 65  |names are derive|
00000a40  64 20 66 72 6f 6d 20 74  68 65 20 20 20 20 20 20  |d from the      |
00000a50  20 20 7c 0a 7c 20 70 72  69 6e 63 69 70 61 6c 20  |  |.| principal |
00000a60  68 6f 73 74 20 6e 61 6d  65 20 69 6e 20 74 68 65  |host name in the|
00000a70  20 73 61 6d 65 20 77 61  79 2c 20 79 6f 75 20 63  | same way, you c|
00000a80  61 6e 20 61 76 6f 69 64  20 68 61 76 69 6e 67 20  |an avoid having |
00000a90  74 6f 20 20 20 7c 0a 7c  20 65 64 69 74 20 74 68  |to   |.| edit th|
00000aa0  65 20 76 61 6c 75 65 20  6f 66 20 49 6e 65 74 24  |e value of Inet$|
00000ab0  45 63 6f 49 50 41 64 64  72 20 66 6f 72 20 65 61  |EcoIPAddr for ea|
00000ac0  63 68 20 73 74 61 74 69  6f 6e 2e 20 46 6f 72 20  |ch station. For |
00000ad0  20 20 20 20 20 20 20 20  7c 0a 7c 20 65 78 61 6d  |        |.| exam|
00000ae0  70 6c 65 3a 20 20 20 20  20 20 20 20 20 20 20 20  |ple:            |
00000af0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b10  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00000b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000b60  7c 20 53 65 74 20 49 6e  65 74 24 45 63 6f 49 50  || Set Inet$EcoIP|
00000b70  41 64 64 72 20 3c 49 6e  65 74 24 48 6f 73 74 4e  |Addr <Inet$HostN|
00000b80  61 6d 65 3e 5f 65 63 6f  20 20 20 20 20 20 20 20  |ame>_eco        |
00000b90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ba0  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00000bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000be0  20 20 20 20 7c 0a 7c 20  49 6e 74 65 72 6e 65 74  |    |.| Internet|
00000bf0  20 61 64 64 72 65 73 73  20 73 65 74 20 66 72 6f  | address set fro|
00000c00  6d 20 70 72 69 6e 63 69  70 61 6c 20 68 6f 73 74  |m principal host|
00000c10  20 6e 61 6d 65 20 20 20  20 20 20 20 20 20 20 20  | name           |
00000c20  20 20 20 20 20 20 20 7c  0a 7c 20 2d 2d 2d 2d 2d  |       |.| -----|
00000c30  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000c50  2d 2d 2d 2d 2d 2d 2d 2d  20 20 20 20 20 20 20 20  |--------        |
00000c60  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 59 6f  |          |.| Yo|
00000c70  75 20 6d 61 79 20 68 61  76 65 20 61 20 6e 75 6d  |u may have a num|
00000c80  62 65 72 20 6f 66 20 73  74 61 74 69 6f 6e 73 20  |ber of stations |
00000c90  74 68 61 74 20 75 73 65  20 6f 6e 6c 79 20 45 63  |that use only Ec|
00000ca0  6f 6e 65 74 20 74 6f 20  20 20 20 20 20 7c 0a 7c  |onet to      |.||
00000cb0  20 63 6f 6e 6e 65 63 74  20 74 6f 20 54 43 50 2f  | connect to TCP/|
00000cc0  49 50 2c 20 61 6e 64 20  74 68 61 74 20 68 65 6e  |IP, and that hen|
00000cd0  63 65 20 75 73 65 20 74  68 65 69 72 20 70 72 69  |ce use their pri|
00000ce0  6e 63 69 70 61 6c 20 68  6f 73 74 20 20 20 20 20  |ncipal host     |
00000cf0  7c 0a 7c 20 6e 61 6d 65  20 61 73 20 74 68 65 69  ||.| name as thei|
00000d00  72 20 45 63 6f 6e 65 74  20 69 6e 74 65 72 66 61  |r Econet interfa|
00000d10  63 65 20 6e 61 6d 65 2e  20 54 68 65 69 72 20 49  |ce name. Their I|
00000d20  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 20  |nternet address |
00000d30  20 20 20 7c 0a 7c 20 63  61 6e 20 62 65 20 66 6f  |   |.| can be fo|
00000d40  75 6e 64 20 62 79 20 6c  6f 6f 6b 69 6e 67 20 75  |und by looking u|
00000d50  70 20 74 68 65 69 72 20  70 72 69 6e 63 69 70 61  |p their principa|
00000d60  6c 20 68 6f 73 74 20 6e  61 6d 65 20 69 6e 20 74  |l host name in t|
00000d70  68 65 20 20 20 20 7c 0a  7c 20 68 6f 73 74 73 20  |he    |.| hosts |
00000d80  64 61 74 61 62 61 73 65  2c 20 74 68 75 73 3a 20  |database, thus: |
00000d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000db0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
00000dc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000df0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00000e00  53 65 74 20 49 6e 65 74  24 45 63 6f 49 50 41 64  |Set Inet$EcoIPAd|
00000e10  64 72 20 3c 49 6e 65 74  24 48 6f 73 74 4e 61 6d  |dr <Inet$HostNam|
00000e20  65 3e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e>              |
00000e30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00000e40  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00000e50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000e80  20 20 7c 0a 7c 20 55 73  69 6e 67 20 74 68 69 73  |  |.| Using this|
00000e90  20 6d 65 74 68 6f 64 20  61 76 6f 69 64 73 20 68  | method avoids h|
00000ea0  61 76 69 6e 67 20 74 6f  20 65 64 69 74 20 74 68  |aving to edit th|
00000eb0  65 20 76 61 6c 75 65 20  6f 66 20 20 20 20 20 20  |e value of      |
00000ec0  20 20 20 20 20 7c 0a 7c  20 49 6e 65 74 24 45 63  |     |.| Inet$Ec|
00000ed0  6f 49 50 41 64 64 72 20  66 6f 72 20 65 61 63 68  |oIPAddr for each|
00000ee0  20 73 74 61 74 69 6f 6e  2e 20 20 20 20 20 20 20  | station.       |
00000ef0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f00  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00000f10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000f40  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 49  |           |.| I|
00000f50  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 20  |nternet address |
00000f60  73 65 74 20 66 72 6f 6d  20 61 6e 20 41 52 50 20  |set from an ARP |
00000f70  73 65 72 76 65 72 20 20  20 20 20 20 20 20 20 20  |server          |
00000f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00000f90  7c 20 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  || --------------|
00000fa0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000fb0  2d 2d 2d 2d 2d 2d 2d 2d  2d 20 20 20 20 20 20 20  |---------       |
00000fc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000fd0  20 7c 0a 7c 20 59 6f 75  20 6d 61 79 20 6c 6f 6f  | |.| You may loo|
00000fe0  6b 20 75 70 20 74 68 65  20 49 6e 74 65 72 6e 65  |k up the Interne|
00000ff0  74 20 61 64 64 72 65 73  73 20 6f 66 20 74 68 65  |t address of the|
00001000  20 45 63 6f 6e 65 74 20  69 6e 74 65 72 66 61 63  | Econet interfac|
00001010  65 20 20 20 7c 0a 7c 20  76 69 61 20 61 20 52 65  |e   |.| via a Re|
00001020  76 65 72 73 65 20 41 52  50 20 65 78 63 68 61 6e  |verse ARP exchan|
00001030  67 65 20 77 69 74 68 20  61 20 72 65 6d 6f 74 65  |ge with a remote|
00001040  20 41 52 50 20 73 65 72  76 65 72 2e 20 54 68 65  | ARP server. The|
00001050  20 41 52 50 20 20 20 7c  0a 7c 20 73 65 72 76 65  | ARP   |.| serve|
00001060  72 20 69 73 20 70 61 73  73 65 64 20 74 68 65 20  |r is passed the |
00001070  45 63 6f 6e 65 74 20 69  6e 74 65 72 66 61 63 65  |Econet interface|
00001080  27 73 20 70 68 79 73 69  63 61 6c 20 61 64 64 72  |'s physical addr|
00001090  65 73 73 20 6f 66 20 20  20 20 7c 0a 7c 20 30 30  |ess of    |.| 00|
000010a0  3a 30 30 3a 30 30 3a 30  30 3a 3c 6e 65 74 5f 6e  |:00:00:00:<net_n|
000010b0  75 6d 62 65 72 3e 3a 3c  73 74 61 74 69 6f 6e 5f  |umber>:<station_|
000010c0  6e 75 6d 62 65 72 3e 2c  20 61 6e 64 20 72 65 74  |number>, and ret|
000010d0  75 72 6e 73 20 69 74 73  20 20 20 20 20 7c 0a 7c  |urns its     |.||
000010e0  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
000010f0  73 2e 20 49 66 20 74 68  69 73 20 69 73 20 72 65  |s. If this is re|
00001100  71 75 69 72 65 64 2c 20  74 68 65 6e 3a 20 20 20  |quired, then:   |
00001110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001120  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00001130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001160  20 20 20 7c 0a 7c 20 53  65 74 20 49 6e 65 74 24  |   |.| Set Inet$|
00001170  45 63 6f 49 50 41 64 64  72 20 72 65 76 61 72 70  |EcoIPAddr revarp|
00001180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000011a0  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
000011b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000011e0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 49 6e 74  |         |.| Int|
000011f0  65 72 6e 65 74 20 61 64  64 72 65 73 73 20 73 65  |ernet address se|
00001200  74 20 66 72 6f 6d 20 61  20 42 4f 4f 54 50 20 73  |t from a BOOTP s|
00001210  65 72 76 65 72 20 20 20  20 20 20 20 20 20 20 20  |erver           |
00001220  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00001230  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001250  2d 2d 2d 2d 2d 2d 2d 2d  20 20 20 20 20 20 20 20  |--------        |
00001260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00001270  0a 7c 20 59 6f 75 20 6d  61 79 20 61 6c 73 6f 20  |.| You may also |
00001280  6c 6f 6f 6b 20 75 70 20  74 68 65 20 49 6e 74 65  |look up the Inte|
00001290  72 6e 65 74 20 61 64 64  72 65 73 73 20 6f 66 20  |rnet address of |
000012a0  74 68 65 20 45 63 6f 6e  65 74 20 20 20 20 20 20  |the Econet      |
000012b0  20 20 7c 0a 7c 20 69 6e  74 65 72 66 61 63 65 20  |  |.| interface |
000012c0  76 69 61 20 61 6e 20 65  78 63 68 61 6e 67 65 20  |via an exchange |
000012d0  77 69 74 68 20 61 20 72  65 6d 6f 74 65 20 42 4f  |with a remote BO|
000012e0  4f 54 50 20 73 65 72 76  65 72 2e 20 54 68 65 20  |OTP server. The |
000012f0  20 20 20 20 20 7c 0a 7c  20 73 65 72 76 65 72 20  |     |.| server |
00001300  69 73 20 70 61 73 73 65  64 20 74 68 65 20 45 63  |is passed the Ec|
00001310  6f 6e 65 74 20 69 6e 74  65 72 66 61 63 65 27 73  |onet interface's|
00001320  20 70 68 79 73 69 63 61  6c 20 61 64 64 72 65 73  | physical addres|
00001330  73 20 6f 66 20 20 20 20  7c 0a 7c 20 30 30 3a 30  |s of    |.| 00:0|
00001340  30 3a 30 30 3a 30 30 3a  3c 6e 65 74 5f 6e 75 6d  |0:00:00:<net_num|
00001350  62 65 72 3e 3a 3c 73 74  61 74 69 6f 6e 5f 6e 75  |ber>:<station_nu|
00001360  6d 62 65 72 3e 2c 20 61  6e 64 20 72 65 74 75 72  |mber>, and retur|
00001370  6e 73 20 69 74 73 20 20  20 20 20 7c 0a 7c 20 49  |ns its     |.| I|
00001380  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 2e  |nternet address.|
00001390  20 49 66 20 74 68 69 73  20 69 73 20 72 65 71 75  | If this is requ|
000013a0  69 72 65 64 2c 20 74 68  65 6e 3a 20 20 20 20 20  |ired, then:     |
000013b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
000013c0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
000013d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001400  20 7c 0a 7c 20 53 65 74  20 49 6e 65 74 24 45 63  | |.| Set Inet$Ec|
00001410  6f 49 50 41 64 64 72 20  62 6f 6f 74 70 20 20 20  |oIPAddr bootp   |
00001420  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001440  20 20 20 20 7c 0a 7c 3d  3d 3d 3d 3d 3d 3d 3d 3d  |    |.|=========|
00001450  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00001480  3d 3d 3d 3d 3d 3d 3d 7c  0a 0a 53 65 74 20 49 6e  |=======|..Set In|
00001490  65 74 24 45 63 6f 49 50  41 64 64 72 20 22 22 0a  |et$EcoIPAddr "".|
000014a0  0a 0a 7c 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |..|=============|
000014b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000014e0  3d 3d 3d 7c 0a 7c 20 49  6e 65 74 24 45 63 6f 49  |===|.| Inet$EcoI|
000014f0  50 4d 61 73 6b 20 73 65  74 73 20 74 68 65 20 45  |PMask sets the E|
00001500  63 6f 6e 65 74 20 69 6e  74 65 72 66 61 63 65 27  |conet interface'|
00001510  73 20 6e 65 74 6d 61 73  6b 2c 20 77 68 69 63 68  |s netmask, which|
00001520  20 20 20 20 20 20 7c 0a  7c 20 73 70 65 63 69 66  |      |.| specif|
00001530  69 65 73 20 68 6f 77 20  6d 75 63 68 20 6f 66 20  |ies how much of |
00001540  61 6e 20 45 63 6f 6e 65  74 20 49 6e 74 65 72 6e  |an Econet Intern|
00001550  65 74 20 61 64 64 72 65  73 73 20 69 73 20 74 6f  |et address is to|
00001560  20 62 65 20 20 20 20 20  20 7c 0a 7c 20 69 6e 74  | be      |.| int|
00001570  65 72 70 72 65 74 65 64  20 61 73 20 74 68 65 20  |erpreted as the |
00001580  6e 65 74 77 6f 72 6b 20  70 61 72 74 2c 20 61 6e  |network part, an|
00001590  64 20 68 6f 77 20 6d 75  63 68 20 61 73 20 74 68  |d how much as th|
000015a0  65 20 68 6f 73 74 20 20  20 20 20 20 7c 0a 7c 20  |e host      |.| |
000015b0  70 61 72 74 2e 20 20 20  20 20 20 20 20 20 20 20  |part.           |
000015c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000015e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
000015f0  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00001600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001630  20 20 7c 0a 7c 20 54 68  65 20 64 65 66 61 75 6c  |  |.| The defaul|
00001640  74 20 76 61 6c 75 65 3a  20 20 20 20 20 20 20 20  |t value:        |
00001650  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001670  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00001680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000016b0  20 20 20 20 20 20 20 20  7c 0a 7c 20 53 65 74 20  |        |.| Set |
000016c0  49 6e 65 74 24 45 63 6f  49 50 4d 61 73 6b 20 64  |Inet$EcoIPMask d|
000016d0  65 66 61 75 6c 74 20 20  20 20 20 20 20 20 20 20  |efault          |
000016e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000016f0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00001700  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001730  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00001740  7c 20 69 73 20 73 75 69  74 61 62 6c 65 20 66 6f  || is suitable fo|
00001750  72 20 61 6e 79 20 6e 65  74 77 6f 72 6b 20 77 69  |r any network wi|
00001760  74 68 20 6e 6f 20 73 75  62 6e 65 74 73 2e 20 20  |th no subnets.  |
00001770  49 66 20 79 6f 75 20 61  72 65 20 75 73 69 6e 67  |If you are using|
00001780  20 7c 0a 7c 20 73 75 62  6e 65 74 73 20 74 68 65  | |.| subnets the|
00001790  6e 20 79 6f 75 20 6d 75  73 74 20 73 65 74 20 74  |n you must set t|
000017a0  68 69 73 20 76 61 6c 75  65 20 61 73 20 61 70 70  |his value as app|
000017b0  72 6f 70 72 69 61 74 65  2e 20 46 6f 72 20 20 20  |ropriate. For   |
000017c0  20 20 20 20 7c 0a 7c 20  65 78 61 6d 70 6c 65 3a  |    |.| example:|
000017d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001800  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00001810  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001840  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 73 65  |          |.| se|
00001850  74 20 49 6e 65 74 24 45  63 6f 49 50 4d 61 73 6b  |t Inet$EcoIPMask|
00001860  20 30 78 66 66 66 66 66  38 30 30 20 20 20 20 20  | 0xfffff800     |
00001870  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001880  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00001890  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000018d0  7c 0a 7c 20 49 66 20 61  6e 20 45 63 6f 6e 65 74  ||.| If an Econet|
000018e0  20 69 6e 74 65 72 66 61  63 65 20 69 73 20 6e 6f  | interface is no|
000018f0  74 20 70 72 65 73 65 6e  74 2c 20 69 73 20 6e 6f  |t present, is no|
00001900  74 20 63 6f 6e 66 69 67  75 72 65 64 20 74 6f 20  |t configured to |
00001910  20 20 20 7c 0a 7c 20 73  75 70 70 6f 72 74 20 49  |   |.| support I|
00001920  6e 74 65 72 6e 65 74 20  70 72 6f 74 6f 63 6f 6c  |nternet protocol|
00001930  73 2c 20 69 73 20 75 73  69 6e 67 20 52 65 76 65  |s, is using Reve|
00001940  72 73 65 20 41 52 50 2c  20 6f 72 20 69 73 20 75  |rse ARP, or is u|
00001950  73 69 6e 67 20 20 7c 0a  7c 20 42 4f 4f 54 50 2c  |sing  |.| BOOTP,|
00001960  20 74 68 65 6e 20 74 68  65 20 76 61 6c 75 65 20  | then the value |
00001970  6f 66 20 74 68 69 73 20  76 61 72 69 61 62 6c 65  |of this variable|
00001980  20 69 73 20 69 67 6e 6f  72 65 64 2e 20 20 20 20  | is ignored.    |
00001990  20 20 20 20 20 20 20 20  20 7c 0a 7c 3d 3d 3d 3d  |         |.|====|
000019a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000019d0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 7c 0a 0a 53  |============|..S|
000019e0  65 74 20 49 6e 65 74 24  45 63 6f 49 50 4d 61 73  |et Inet$EcoIPMas|
000019f0  6b 20 64 65 66 61 75 6c  74 0a 0a 0a 7c 3d 3d 3d  |k default...|===|
00001a00  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00001a30  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 7c 0a 7c  |=============|.||
00001a40  20 49 6e 65 74 24 45 74  68 65 72 49 50 41 64 64  | Inet$EtherIPAdd|
00001a50  72 20 73 65 74 73 20 77  68 65 74 68 65 72 20 79  |r sets whether y|
00001a60  6f 75 20 68 61 76 65 20  61 6e 20 45 74 68 65 72  |ou have an Ether|
00001a70  6e 65 74 20 69 6e 74 65  72 66 61 63 65 20 20 20  |net interface   |
00001a80  7c 0a 7c 20 74 68 61 74  20 79 6f 75 20 77 69 73  ||.| that you wis|
00001a90  68 20 74 6f 20 63 6f 6e  66 69 67 75 72 65 20 66  |h to configure f|
00001aa0  6f 72 20 54 43 50 2f 49  50 2c 20 61 6e 64 20 28  |or TCP/IP, and (|
00001ab0  69 66 20 73 6f 29 20 73  65 74 73 20 69 74 73 20  |if so) sets its |
00001ac0  20 20 20 7c 0a 7c 20 49  6e 74 65 72 6e 65 74 20  |   |.| Internet |
00001ad0  61 64 64 72 65 73 73 2e  20 49 74 20 6d 61 79 20  |address. It may |
00001ae0  62 65 20 75 73 65 64 20  69 6e 20 74 68 65 73 65  |be used in these|
00001af0  20 64 69 66 66 65 72 65  6e 74 20 77 61 79 73 3a  | different ways:|
00001b00  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00001b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001b40  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 45 74 68  |         |.| Eth|
00001b50  65 72 6e 65 74 20 69 6e  74 65 72 66 61 63 65 20  |ernet interface |
00001b60  6e 6f 74 20 75 73 65 64  20 66 6f 72 20 54 43 50  |not used for TCP|
00001b70  2f 49 50 20 20 20 20 20  20 20 20 20 20 20 20 20  |/IP             |
00001b80  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00001b90  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001bb0  2d 2d 2d 2d 2d 2d 20 20  20 20 20 20 20 20 20 20  |------          |
00001bc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00001bd0  0a 7c 20 49 66 20 61 6e  20 45 74 68 65 72 6e 65  |.| If an Etherne|
00001be0  74 20 69 6e 74 65 72 66  61 63 65 20 69 73 20 6e  |t interface is n|
00001bf0  6f 74 20 70 72 65 73 65  6e 74 2c 20 6f 72 20 69  |ot present, or i|
00001c00  73 20 6e 6f 74 20 74 6f  20 62 65 20 20 20 20 20  |s not to be     |
00001c10  20 20 7c 0a 7c 20 63 6f  6e 66 69 67 75 72 65 64  |  |.| configured|
00001c20  20 74 6f 20 73 75 70 70  6f 72 74 20 49 6e 74 65  | to support Inte|
00001c30  72 6e 65 74 20 70 72 6f  74 6f 63 6f 6c 73 2c 20  |rnet protocols, |
00001c40  74 68 65 6e 3a 20 20 20  20 20 20 20 20 20 20 20  |then:           |
00001c50  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00001c60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001c90  20 20 20 20 20 20 20 20  7c 0a 7c 20 53 65 74 20  |        |.| Set |
00001ca0  49 6e 65 74 24 45 74 68  65 72 49 50 41 64 64 72  |Inet$EtherIPAddr|
00001cb0  20 22 22 20 20 20 20 20  20 20 20 20 20 20 20 20  | ""             |
00001cc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001cd0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00001ce0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00001d20  7c 20 49 6e 74 65 72 6e  65 74 20 61 64 64 72 65  || Internet addre|
00001d30  73 73 20 73 65 74 20 75  70 20 65 78 70 6c 69 63  |ss set up explic|
00001d40  69 74 6c 79 20 20 20 20  20 20 20 20 20 20 20 20  |itly            |
00001d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d60  20 7c 0a 7c 20 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | |.| -----------|
00001d70  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00001d80  2d 2d 2d 2d 2d 2d 2d 20  20 20 20 20 20 20 20 20  |-------         |
00001d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001da0  20 20 20 20 7c 0a 7c 20  59 6f 75 20 6d 61 79 20  |    |.| You may |
00001db0  65 78 70 6c 69 63 69 74  6c 79 20 73 65 74 20 74  |explicitly set t|
00001dc0  68 65 20 49 6e 74 65 72  6e 65 74 20 61 64 64 72  |he Internet addr|
00001dd0  65 73 73 20 6f 66 20 79  6f 75 72 20 45 74 68 65  |ess of your Ethe|
00001de0  72 6e 65 74 20 20 20 7c  0a 7c 20 69 6e 74 65 72  |rnet   |.| inter|
00001df0  66 61 63 65 2e 20 46 6f  72 20 65 78 61 6d 70 6c  |face. For exampl|
00001e00  65 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e:              |
00001e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e20  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00001e30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001e60  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00001e70  20 53 65 74 20 49 6e 65  74 24 45 74 68 65 72 49  | Set Inet$EtherI|
00001e80  50 41 64 64 72 20 31 2e  30 2e 30 2e 31 20 20 20  |PAddr 1.0.0.1   |
00001e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001eb0  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00001ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001ef0  20 20 20 7c 0a 7c 20 49  6e 74 65 72 6e 65 74 20  |   |.| Internet |
00001f00  61 64 64 72 65 73 73 20  73 65 74 20 66 72 6f 6d  |address set from|
00001f10  20 69 6e 74 65 72 66 61  63 65 20 6e 61 6d 65 20  | interface name |
00001f20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f30  20 20 20 20 20 20 7c 0a  7c 20 2d 2d 2d 2d 2d 2d  |      |.| ------|
00001f40  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001f60  2d 2d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |--              |
00001f70  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 59 6f 75  |         |.| You|
00001f80  20 6d 61 79 20 73 70 65  63 69 66 79 20 74 68 65  | may specify the|
00001f90  20 69 6e 74 65 72 66 61  63 65 20 6e 61 6d 65 20  | interface name |
00001fa0  6f 66 20 79 6f 75 72 20  45 74 68 65 72 6e 65 74  |of your Ethernet|
00001fb0  20 69 6e 74 65 72 66 61  63 65 2e 20 7c 0a 7c 20  | interface. |.| |
00001fc0  49 6e 20 74 68 69 73 20  63 61 73 65 2c 20 69 74  |In this case, it|
00001fd0  73 20 49 6e 74 65 72 6e  65 74 20 61 64 64 72 65  |s Internet addre|
00001fe0  73 73 20 69 73 20 66 6f  75 6e 64 20 62 79 20 6c  |ss is found by l|
00001ff0  6f 6f 6b 69 6e 67 20 75  70 20 74 68 65 20 20 7c  |ooking up the  ||
00002000  0a 7c 20 73 70 65 63 69  66 69 65 64 20 69 6e 74  |.| specified int|
00002010  65 72 66 61 63 65 20 6e  61 6d 65 20 69 6e 20 74  |erface name in t|
00002020  68 65 20 68 6f 73 74 73  20 64 61 74 61 62 61 73  |he hosts databas|
00002030  65 2e 20 28 54 68 65 20  6c 6f 63 61 74 69 6f 6e  |e. (The location|
00002040  20 20 7c 0a 7c 20 6f 66  20 74 68 65 20 68 6f 73  |  |.| of the hos|
00002050  74 73 20 64 61 74 61 62  61 73 65 20 69 73 20 73  |ts database is s|
00002060  65 74 20 62 65 6c 6f 77  20 62 79 20 74 68 65 20  |et below by the |
00002070  76 61 72 69 61 62 6c 65  20 20 20 20 20 20 20 20  |variable        |
00002080  20 20 20 20 20 7c 0a 7c  20 49 6e 65 74 44 42 61  |     |.| InetDBa|
00002090  73 65 24 50 61 74 68 2e  29 20 46 6f 72 20 65 78  |se$Path.) For ex|
000020a0  61 6d 70 6c 65 3a 20 20  20 20 20 20 20 20 20 20  |ample:          |
000020b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020c0  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
000020d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002100  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 53  |           |.| S|
00002110  65 74 20 49 6e 65 74 24  45 74 68 65 72 49 50 41  |et Inet$EtherIPA|
00002120  64 64 72 20 74 68 69 73  68 6f 73 74 5f 65 74 68  |ddr thishost_eth|
00002130  65 72 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |er              |
00002140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00002150  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00002160  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002190  20 7c 0a 7c 20 49 66 20  61 6c 6c 20 79 6f 75 72  | |.| If all your|
000021a0  20 45 74 68 65 72 6e 65  74 20 69 6e 74 65 72 66  | Ethernet interf|
000021b0  61 63 65 20 6e 61 6d 65  73 20 61 72 65 20 64 65  |ace names are de|
000021c0  72 69 76 65 64 20 66 72  6f 6d 20 74 68 65 20 20  |rived from the  |
000021d0  20 20 20 20 7c 0a 7c 20  70 72 69 6e 63 69 70 61  |    |.| principa|
000021e0  6c 20 68 6f 73 74 20 6e  61 6d 65 20 69 6e 20 74  |l host name in t|
000021f0  68 65 20 73 61 6d 65 20  77 61 79 2c 20 79 6f 75  |he same way, you|
00002200  20 63 61 6e 20 61 76 6f  69 64 20 68 61 76 69 6e  | can avoid havin|
00002210  67 20 74 6f 20 20 20 7c  0a 7c 20 65 64 69 74 20  |g to   |.| edit |
00002220  74 68 65 20 76 61 6c 75  65 20 6f 66 20 49 6e 65  |the value of Ine|
00002230  74 24 45 74 68 65 72 49  50 41 64 64 72 20 66 6f  |t$EtherIPAddr fo|
00002240  72 20 65 61 63 68 20 73  74 61 74 69 6f 6e 2e 20  |r each station. |
00002250  46 6f 72 20 20 20 20 20  20 20 7c 0a 7c 20 65 78  |For       |.| ex|
00002260  61 6d 70 6c 65 3a 20 20  20 20 20 20 20 20 20 20  |ample:          |
00002270  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002290  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000022a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000022e0  7c 0a 7c 20 53 65 74 20  49 6e 65 74 24 45 74 68  ||.| Set Inet$Eth|
000022f0  65 72 49 50 41 64 64 72  20 3c 49 6e 65 74 24 48  |erIPAddr <Inet$H|
00002300  6f 73 74 4e 61 6d 65 3e  5f 65 74 68 65 72 20 20  |ostName>_ether  |
00002310  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002320  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00002330  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002360  20 20 20 20 20 20 7c 0a  7c 20 49 6e 74 65 72 6e  |      |.| Intern|
00002370  65 74 20 61 64 64 72 65  73 73 20 73 65 74 20 66  |et address set f|
00002380  72 6f 6d 20 70 72 69 6e  63 69 70 61 6c 20 68 6f  |rom principal ho|
00002390  73 74 20 6e 61 6d 65 20  20 20 20 20 20 20 20 20  |st name         |
000023a0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 2d 2d 2d  |         |.| ---|
000023b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000023d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 20 20 20 20 20 20  |----------      |
000023e0  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
000023f0  59 6f 75 20 6d 61 79 20  68 61 76 65 20 61 20 6e  |You may have a n|
00002400  75 6d 62 65 72 20 6f 66  20 73 74 61 74 69 6f 6e  |umber of station|
00002410  73 20 74 68 61 74 20 75  73 65 20 6f 6e 6c 79 20  |s that use only |
00002420  45 74 68 65 72 6e 65 74  20 74 6f 20 20 20 20 7c  |Ethernet to    ||
00002430  0a 7c 20 63 6f 6e 6e 65  63 74 20 74 6f 20 54 43  |.| connect to TC|
00002440  50 2f 49 50 2c 20 61 6e  64 20 74 68 61 74 20 68  |P/IP, and that h|
00002450  65 6e 63 65 20 75 73 65  20 74 68 65 69 72 20 70  |ence use their p|
00002460  72 69 6e 63 69 70 61 6c  20 68 6f 73 74 20 20 20  |rincipal host   |
00002470  20 20 7c 0a 7c 20 6e 61  6d 65 20 61 73 20 74 68  |  |.| name as th|
00002480  65 69 72 20 45 74 68 65  72 6e 65 74 20 69 6e 74  |eir Ethernet int|
00002490  65 72 66 61 63 65 20 6e  61 6d 65 2e 20 54 68 65  |erface name. The|
000024a0  69 72 20 49 6e 74 65 72  6e 65 74 20 61 64 64 72  |ir Internet addr|
000024b0  65 73 73 20 20 7c 0a 7c  20 63 61 6e 20 62 65 20  |ess  |.| can be |
000024c0  66 6f 75 6e 64 20 62 79  20 6c 6f 6f 6b 69 6e 67  |found by looking|
000024d0  20 75 70 20 74 68 65 69  72 20 70 72 69 6e 63 69  | up their princi|
000024e0  70 61 6c 20 68 6f 73 74  20 6e 61 6d 65 20 69 6e  |pal host name in|
000024f0  20 74 68 65 20 20 20 20  7c 0a 7c 20 68 6f 73 74  | the    |.| host|
00002500  73 20 64 61 74 61 62 61  73 65 2c 20 74 68 75 73  |s database, thus|
00002510  3a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |:               |
00002520  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002530  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00002540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00002580  7c 20 53 65 74 20 49 6e  65 74 24 45 74 68 65 72  || Set Inet$Ether|
00002590  49 50 41 64 64 72 20 3c  49 6e 65 74 24 48 6f 73  |IPAddr <Inet$Hos|
000025a0  74 4e 61 6d 65 3e 20 20  20 20 20 20 20 20 20 20  |tName>          |
000025b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000025c0  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
000025d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002600  20 20 20 20 7c 0a 7c 20  55 73 69 6e 67 20 74 68  |    |.| Using th|
00002610  69 73 20 6d 65 74 68 6f  64 20 61 76 6f 69 64 73  |is method avoids|
00002620  20 68 61 76 69 6e 67 20  74 6f 20 65 64 69 74 20  | having to edit |
00002630  74 68 65 20 76 61 6c 75  65 20 6f 66 20 20 20 20  |the value of    |
00002640  20 20 20 20 20 20 20 7c  0a 7c 20 49 6e 65 74 24  |       |.| Inet$|
00002650  45 74 68 65 72 49 50 41  64 64 72 20 66 6f 72 20  |EtherIPAddr for |
00002660  65 61 63 68 20 73 74 61  74 69 6f 6e 2e 20 20 20  |each station.   |
00002670  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002680  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00002690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000026c0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000026d0  20 49 6e 74 65 72 6e 65  74 20 61 64 64 72 65 73  | Internet addres|
000026e0  73 20 73 65 74 20 66 72  6f 6d 20 61 6e 20 41 52  |s set from an AR|
000026f0  50 20 73 65 72 76 65 72  20 20 20 20 20 20 20 20  |P server        |
00002700  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002710  7c 0a 7c 20 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||.| ------------|
00002720  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00002730  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 20 20 20 20 20  |-----------     |
00002740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002750  20 20 20 7c 0a 7c 20 59  6f 75 20 6d 61 79 20 6c  |   |.| You may l|
00002760  6f 6f 6b 20 75 70 20 74  68 65 20 49 6e 74 65 72  |ook up the Inter|
00002770  6e 65 74 20 61 64 64 72  65 73 73 20 6f 66 20 74  |net address of t|
00002780  68 65 20 45 74 68 65 72  6e 65 74 20 69 6e 74 65  |he Ethernet inte|
00002790  72 66 61 63 65 20 7c 0a  7c 20 76 69 61 20 61 20  |rface |.| via a |
000027a0  52 65 76 65 72 73 65 20  41 52 50 20 65 78 63 68  |Reverse ARP exch|
000027b0  61 6e 67 65 20 77 69 74  68 20 61 20 72 65 6d 6f  |ange with a remo|
000027c0  74 65 20 41 52 50 20 73  65 72 76 65 72 2e 20 54  |te ARP server. T|
000027d0  68 65 20 41 52 50 20 20  20 7c 0a 7c 20 73 65 72  |he ARP   |.| ser|
000027e0  76 65 72 20 69 73 20 70  61 73 73 65 64 20 74 68  |ver is passed th|
000027f0  65 20 45 74 68 65 72 6e  65 74 20 69 6e 74 65 72  |e Ethernet inter|
00002800  66 61 63 65 27 73 20 70  68 79 73 69 63 61 6c 20  |face's physical |
00002810  61 64 64 72 65 73 73 20  20 20 20 20 7c 0a 7c 20  |address     |.| |
00002820  28 73 65 74 20 69 6e 20  74 68 65 20 68 61 72 64  |(set in the hard|
00002830  77 61 72 65 20 61 74 20  74 68 65 20 74 69 6d 65  |ware at the time|
00002840  20 6f 66 20 6d 61 6e 75  66 61 63 74 75 72 65 29  | of manufacture)|
00002850  2c 20 61 6e 64 20 72 65  74 75 72 6e 73 20 20 7c  |, and returns  ||
00002860  0a 7c 20 69 74 73 20 49  6e 74 65 72 6e 65 74 20  |.| its Internet |
00002870  61 64 64 72 65 73 73 2e  20 49 66 20 74 68 69 73  |address. If this|
00002880  20 69 73 20 72 65 71 75  69 72 65 64 2c 20 74 68  | is required, th|
00002890  65 6e 3a 20 20 20 20 20  20 20 20 20 20 20 20 20  |en:             |
000028a0  20 20 7c 0a 7c 20 20 20  20 20 20 20 20 20 20 20  |  |.|           |
000028b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000028e0  20 20 20 20 20 7c 0a 7c  20 53 65 74 20 49 6e 65  |     |.| Set Ine|
000028f0  74 24 45 74 68 65 72 49  50 41 64 64 72 20 72 65  |t$EtherIPAddr re|
00002900  76 61 72 70 20 20 20 20  20 20 20 20 20 20 20 20  |varp            |
00002910  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002920  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00002930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002960  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 49  |           |.| I|
00002970  6e 74 65 72 6e 65 74 20  61 64 64 72 65 73 73 20  |nternet address |
00002980  73 65 74 20 66 72 6f 6d  20 61 20 42 4f 4f 54 50  |set from a BOOTP|
00002990  20 73 65 72 76 65 72 20  20 20 20 20 20 20 20 20  | server         |
000029a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
000029b0  7c 20 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  || --------------|
000029c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000029d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 20 20 20 20 20 20  |----------      |
000029e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000029f0  20 7c 0a 7c 20 59 6f 75  20 6d 61 79 20 61 6c 73  | |.| You may als|
00002a00  6f 20 6c 6f 6f 6b 20 75  70 20 74 68 65 20 49 6e  |o look up the In|
00002a10  74 65 72 6e 65 74 20 61  64 64 72 65 73 73 20 6f  |ternet address o|
00002a20  66 20 74 68 65 20 45 74  68 65 72 6e 65 74 20 20  |f the Ethernet  |
00002a30  20 20 20 20 7c 0a 7c 20  69 6e 74 65 72 66 61 63  |    |.| interfac|
00002a40  65 20 76 69 61 20 61 6e  20 65 78 63 68 61 6e 67  |e via an exchang|
00002a50  65 20 77 69 74 68 20 61  20 72 65 6d 6f 74 65 20  |e with a remote |
00002a60  42 4f 4f 54 50 20 73 65  72 76 65 72 2e 20 54 68  |BOOTP server. Th|
00002a70  65 20 20 20 20 20 20 7c  0a 7c 20 73 65 72 76 65  |e      |.| serve|
00002a80  72 20 69 73 20 70 61 73  73 65 64 20 74 68 65 20  |r is passed the |
00002a90  45 74 68 65 72 6e 65 74  20 69 6e 74 65 72 66 61  |Ethernet interfa|
00002aa0  63 65 27 73 20 70 68 79  73 69 63 61 6c 20 61 64  |ce's physical ad|
00002ab0  64 72 65 73 73 20 20 20  20 20 7c 0a 7c 20 28 73  |dress     |.| (s|
00002ac0  65 74 20 69 6e 20 74 68  65 20 68 61 72 64 77 61  |et in the hardwa|
00002ad0  72 65 20 61 74 20 74 68  65 20 74 69 6d 65 20 6f  |re at the time o|
00002ae0  66 20 6d 61 6e 75 66 61  63 74 75 72 65 29 2c 20  |f manufacture), |
00002af0  61 6e 64 20 72 65 74 75  72 6e 73 20 20 7c 0a 7c  |and returns  |.||
00002b00  20 69 74 73 20 49 6e 74  65 72 6e 65 74 20 61 64  | its Internet ad|
00002b10  64 72 65 73 73 2e 20 49  66 20 74 68 69 73 20 69  |dress. If this i|
00002b20  73 20 72 65 71 75 69 72  65 64 2c 20 74 68 65 6e  |s required, then|
00002b30  3a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |:               |
00002b40  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00002b50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002b80  20 20 20 7c 0a 7c 20 73  65 74 20 49 6e 65 74 24  |   |.| set Inet$|
00002b90  45 74 68 65 72 49 50 41  64 64 72 20 62 6f 6f 74  |EtherIPAddr boot|
00002ba0  70 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |p               |
00002bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002bc0  20 20 20 20 20 20 7c 0a  7c 3d 3d 3d 3d 3d 3d 3d  |      |.|=======|
00002bd0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00002c00  3d 3d 3d 3d 3d 3d 3d 3d  3d 7c 0a 0a 53 65 74 20  |=========|..Set |
00002c10  49 6e 65 74 24 45 74 68  65 72 49 50 41 64 64 72  |Inet$EtherIPAddr|
00002c20  20 3c 49 6e 65 74 24 48  6f 73 74 4e 61 6d 65 3e  | <Inet$HostName>|
00002c30  0a 0a 0a 7c 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |...|============|
00002c40  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00002c70  3d 3d 3d 3d 7c 0a 7c 20  49 6e 65 74 24 45 74 68  |====|.| Inet$Eth|
00002c80  65 72 49 50 4d 61 73 6b  20 73 65 74 73 20 74 68  |erIPMask sets th|
00002c90  65 20 45 74 68 65 72 6e  65 74 20 69 6e 74 65 72  |e Ethernet inter|
00002ca0  66 61 63 65 27 73 20 6e  65 74 6d 61 73 6b 2c 20  |face's netmask, |
00002cb0  77 68 69 63 68 20 20 7c  0a 7c 20 73 70 65 63 69  |which  |.| speci|
00002cc0  66 69 65 73 20 68 6f 77  20 6d 75 63 68 20 6f 66  |fies how much of|
00002cd0  20 61 6e 20 45 74 68 65  72 6e 65 74 20 49 6e 74  | an Ethernet Int|
00002ce0  65 72 6e 65 74 20 61 64  64 72 65 73 73 20 69 73  |ernet address is|
00002cf0  20 74 6f 20 62 65 20 20  20 20 7c 0a 7c 20 69 6e  | to be    |.| in|
00002d00  74 65 72 70 72 65 74 65  64 20 61 73 20 74 68 65  |terpreted as the|
00002d10  20 6e 65 74 77 6f 72 6b  20 70 61 72 74 2c 20 61  | network part, a|
00002d20  6e 64 20 68 6f 77 20 6d  75 63 68 20 61 73 20 74  |nd how much as t|
00002d30  68 65 20 68 6f 73 74 20  20 20 20 20 20 7c 0a 7c  |he host      |.||
00002d40  20 70 61 72 74 2e 20 20  20 20 20 20 20 20 20 20  | part.          |
00002d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002d80  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00002d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002dc0  20 20 20 7c 0a 7c 20 54  68 65 20 64 65 66 61 75  |   |.| The defau|
00002dd0  6c 74 20 76 61 6c 75 65  3a 20 20 20 20 20 20 20  |lt value:       |
00002de0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002e00  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00002e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002e40  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 53 65 74  |         |.| Set|
00002e50  20 49 6e 65 74 24 45 74  68 65 72 49 50 4d 61 73  | Inet$EtherIPMas|
00002e60  6b 20 64 65 66 61 75 6c  74 20 20 20 20 20 20 20  |k default       |
00002e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002e80  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00002e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00002ed0  0a 7c 20 69 73 20 73 75  69 74 61 62 6c 65 20 66  |.| is suitable f|
00002ee0  6f 72 20 61 6e 79 20 6e  65 74 77 6f 72 6b 20 77  |or any network w|
00002ef0  69 74 68 20 6e 6f 20 73  75 62 6e 65 74 73 2e 20  |ith no subnets. |
00002f00  20 49 66 20 79 6f 75 20  61 72 65 20 75 73 69 6e  | If you are usin|
00002f10  67 20 7c 0a 7c 20 73 75  62 6e 65 74 73 20 74 68  |g |.| subnets th|
00002f20  65 6e 20 79 6f 75 20 6d  75 73 74 20 73 65 74 20  |en you must set |
00002f30  74 68 69 73 20 76 61 6c  75 65 20 61 73 20 61 70  |this value as ap|
00002f40  70 72 6f 70 72 69 61 74  65 2e 20 46 6f 72 20 20  |propriate. For  |
00002f50  20 20 20 20 20 7c 0a 7c  20 65 78 61 6d 70 6c 65  |     |.| example|
00002f60  3a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |:               |
00002f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002f90  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00002fa0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00002fd0  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 53  |           |.| S|
00002fe0  65 74 20 49 6e 65 74 24  45 74 68 65 72 49 50 4d  |et Inet$EtherIPM|
00002ff0  61 73 6b 20 30 78 66 66  66 66 66 38 30 30 20 20  |ask 0xfffff800  |
00003000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00003020  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00003030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003060  20 7c 0a 7c 20 49 66 20  79 6f 75 20 61 72 65 20  | |.| If you are |
00003070  6f 6e 20 61 6e 20 41 55  4e 20 6e 65 74 77 6f 72  |on an AUN networ|
00003080  6b 20 28 6e 6f 74 20 69  66 20 79 6f 75 27 72 65  |k (not if you're|
00003090  20 75 73 69 6e 67 20 41  55 4e 20 6f 76 65 72 20  | using AUN over |
000030a0  61 20 20 20 7c 0a 7c 20  66 75 6c 6c 20 49 50 20  |a   |.| full IP |
000030b0  6e 65 74 77 6f 72 6b 29  20 79 6f 75 20 73 68 6f  |network) you sho|
000030c0  75 6c 64 20 75 73 65 3a  20 20 20 20 20 20 20 20  |uld use:        |
000030d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000030e0  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
000030f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003120  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 53 65  |          |.| Se|
00003130  74 20 49 6e 65 74 24 45  74 68 65 72 49 50 4d 61  |t Inet$EtherIPMa|
00003140  73 6b 20 30 78 66 66 66  66 30 30 30 30 20 20 20  |sk 0xffff0000   |
00003150  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003160  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00003170  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000031b0  7c 0a 7c 20 49 66 20 61  6e 20 45 74 68 65 72 6e  ||.| If an Ethern|
000031c0  65 74 20 69 6e 74 65 72  66 61 63 65 20 69 73 20  |et interface is |
000031d0  6e 6f 74 20 70 72 65 73  65 6e 74 2c 20 69 73 20  |not present, is |
000031e0  6e 6f 74 20 63 6f 6e 66  69 67 75 72 65 64 20 74  |not configured t|
000031f0  6f 20 20 7c 0a 7c 20 73  75 70 70 6f 72 74 20 49  |o  |.| support I|
00003200  6e 74 65 72 6e 65 74 20  70 72 6f 74 6f 63 6f 6c  |nternet protocol|
00003210  73 2c 20 69 73 20 75 73  69 6e 67 20 52 65 76 65  |s, is using Reve|
00003220  72 73 65 20 41 52 50 2c  20 6f 72 20 69 73 20 75  |rse ARP, or is u|
00003230  73 69 6e 67 20 20 7c 0a  7c 20 42 4f 4f 54 50 2c  |sing  |.| BOOTP,|
00003240  20 74 68 65 6e 20 74 68  65 20 76 61 6c 75 65 20  | then the value |
00003250  6f 66 20 74 68 69 73 20  76 61 72 69 61 62 6c 65  |of this variable|
00003260  20 69 73 20 69 67 6e 6f  72 65 64 2e 20 20 20 20  | is ignored.    |
00003270  20 20 20 20 20 20 20 20  20 7c 0a 7c 3d 3d 3d 3d  |         |.|====|
00003280  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000032b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 7c 0a 0a 53  |============|..S|
000032c0  65 74 20 49 6e 65 74 24  45 74 68 65 72 49 50 4d  |et Inet$EtherIPM|
000032d0  61 73 6b 20 64 65 66 61  75 6c 74 0a 0a 0a 7c 3d  |ask default...|=|
000032e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00003310  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 7c  |===============||
00003320  0a 7c 20 49 6e 65 74 24  45 74 68 65 72 44 65 76  |.| Inet$EtherDev|
00003330  69 63 65 20 73 65 74 73  20 74 68 65 20 66 69 6c  |ice sets the fil|
00003340  65 6e 61 6d 65 20 6f 66  20 74 68 65 20 64 65 76  |ename of the dev|
00003350  69 63 65 20 64 72 69 76  65 72 20 6d 6f 64 75 6c  |ice driver modul|
00003360  65 20 7c 0a 7c 20 28 68  65 6c 64 20 69 6e 20 53  |e |.| (held in S|
00003370  79 73 74 65 6d 3a 4d 6f  64 75 6c 65 73 2e 4e 65  |ystem:Modules.Ne|
00003380  74 77 6f 72 6b 29 20 66  6f 72 20 79 6f 75 72 20  |twork) for your |
00003390  45 74 68 65 72 6e 65 74  20 69 6e 74 65 72 66 61  |Ethernet interfa|
000033a0  63 65 2e 20 20 7c 0a 7c  20 46 6f 72 20 65 78 61  |ce.  |.| For exa|
000033b0  6d 70 6c 65 2c 20 74 6f  20 6c 6f 61 64 20 74 68  |mple, to load th|
000033c0  65 20 64 65 76 69 63 65  20 64 72 69 76 65 72 20  |e device driver |
000033d0  66 6f 72 20 74 68 65 20  41 63 6f 72 6e 20 20 20  |for the Acorn   |
000033e0  20 20 20 20 20 20 20 20  7c 0a 7c 20 45 74 68 65  |        |.| Ethe|
000033f0  72 6e 65 74 20 32 20 65  78 70 61 6e 73 69 6f 6e  |rnet 2 expansion|
00003400  20 63 61 72 64 3a 20 20  20 20 20 20 20 20 20 20  | card:          |
00003410  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003420  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00003430  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003460  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00003470  7c 20 53 65 74 20 49 6e  65 74 24 45 74 68 65 72  || Set Inet$Ether|
00003480  44 65 76 69 63 65 20 45  74 68 65 72 32 20 20 20  |Device Ether2   |
00003490  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000034b0  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
000034c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000034f0  20 20 20 20 7c 0a 7c 20  49 66 20 79 6f 75 72 20  |    |.| If your |
00003500  69 6e 74 65 72 66 61 63  65 20 68 61 73 20 61 20  |interface has a |
00003510  64 72 69 76 65 72 20 69  6e 20 52 4f 4d 2c 20 61  |driver in ROM, a|
00003520  6e 64 20 73 6f 20 64 6f  65 73 20 6e 6f 74 20 6e  |nd so does not n|
00003530  65 65 64 20 74 6f 20 7c  0a 7c 20 6c 6f 61 64 20  |eed to |.| load |
00003540  6f 6e 65 20 66 72 6f 6d  20 64 69 73 63 2c 20 75  |one from disc, u|
00003550  73 65 3a 20 20 20 20 20  20 20 20 20 20 20 20 20  |se:             |
00003560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003570  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00003580  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000035b0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
000035c0  20 53 65 74 20 49 6e 65  74 24 45 74 68 65 72 44  | Set Inet$EtherD|
000035d0  65 76 69 63 65 20 22 22  20 20 20 20 20 20 20 20  |evice ""        |
000035e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003600  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00003610  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003640  20 20 20 7c 0a 7c 20 6e  62 3a 20 41 6c 74 68 6f  |   |.| nb: Altho|
00003650  75 67 68 20 74 68 65 20  41 63 6f 72 6e 20 45 74  |ugh the Acorn Et|
00003660  68 65 72 6e 65 74 20 33  20 65 78 70 61 6e 73 69  |hernet 3 expansi|
00003670  6f 6e 20 63 61 72 64 20  68 61 73 20 61 20 64 72  |on card has a dr|
00003680  69 76 65 72 20 20 7c 0a  7c 20 69 6e 20 52 4f 4d  |iver  |.| in ROM|
00003690  2c 20 79 6f 75 20 73 68  6f 75 6c 64 20 73 74 69  |, you should sti|
000036a0  6c 6c 20 6c 6f 61 64 20  74 68 65 20 76 65 72 73  |ll load the vers|
000036b0  69 6f 6e 20 6f 6e 20 64  69 73 63 3a 20 20 20 20  |ion on disc:    |
000036c0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
000036d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003700  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00003710  53 65 74 20 49 6e 65 74  24 45 74 68 65 72 44 65  |Set Inet$EtherDe|
00003720  76 69 63 65 20 45 74 68  65 72 33 2d 31 36 20 20  |vice Ether3-16  |
00003730  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00003750  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00003760  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003790  20 20 7c 0a 7c 20 49 66  20 61 6e 20 45 74 68 65  |  |.| If an Ethe|
000037a0  72 6e 65 74 20 69 6e 74  65 72 66 61 63 65 20 69  |rnet interface i|
000037b0  73 20 6e 6f 74 20 70 72  65 73 65 6e 74 2c 20 6f  |s not present, o|
000037c0  72 20 69 73 20 6e 6f 74  20 63 6f 6e 66 69 67 75  |r is not configu|
000037d0  72 65 64 20 20 7c 0a 7c  20 74 6f 20 73 75 70 70  |red  |.| to supp|
000037e0  6f 72 74 20 49 6e 74 65  72 6e 65 74 20 70 72 6f  |ort Internet pro|
000037f0  74 6f 63 6f 6c 73 2c 20  6f 72 20 69 73 20 75 73  |tocols, or is us|
00003800  69 6e 67 20 52 65 76 65  72 73 65 20 41 52 50 2c  |ing Reverse ARP,|
00003810  20 74 68 65 6e 20 20 20  7c 0a 7c 20 74 68 65 20  | then   |.| the |
00003820  76 61 6c 75 65 20 6f 66  20 74 68 69 73 20 76 61  |value of this va|
00003830  72 69 61 62 6c 65 20 69  73 20 69 67 6e 6f 72 65  |riable is ignore|
00003840  64 2e 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |d.              |
00003850  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 3d 3d  |           |.|==|
00003860  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00003890  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 7c 0a  |==============|.|
000038a0  0a 53 65 74 20 49 6e 65  74 24 45 74 68 65 72 44  |.Set Inet$EtherD|
000038b0  65 76 69 63 65 20 22 22  0a 0a 0a 7c 3d 3d 3d 3d  |evice ""...|====|
000038c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000038f0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 7c 0a 7c 20  |============|.| |
00003900  49 6e 65 74 44 42 61 73  65 24 50 61 74 68 20 73  |InetDBase$Path s|
00003910  65 74 73 20 74 68 65 20  6c 6f 63 61 74 69 6f 6e  |ets the location|
00003920  20 6f 66 20 74 68 65 20  64 69 72 65 63 74 6f 72  | of the director|
00003930  79 20 68 6f 6c 64 69 6e  67 20 74 68 65 20 20 7c  |y holding the  ||
00003940  0a 7c 20 49 6e 74 65 72  6e 65 74 20 64 61 74 61  |.| Internet data|
00003950  62 61 73 65 20 66 69 6c  65 73 2e 20 54 68 69 73  |base files. This|
00003960  20 64 69 72 65 63 74 6f  72 79 20 63 61 6e 20 62  | directory can b|
00003970  65 20 6f 6e 20 61 6e 79  20 20 20 20 20 20 20 20  |e on any        |
00003980  20 20 7c 0a 7c 20 61 63  63 65 73 73 69 62 6c 65  |  |.| accessible|
00003990  20 52 49 53 43 20 4f 53  20 66 69 6c 69 6e 67 20  | RISC OS filing |
000039a0  73 79 73 74 65 6d 2e 20  4c 69 6b 65 20 61 6c 6c  |system. Like all|
000039b0  20 6f 74 68 65 72 20 70  61 74 68 20 20 20 20 20  | other path     |
000039c0  20 20 20 20 20 7c 0a 7c  20 76 61 72 69 61 62 6c  |     |.| variabl|
000039d0  65 73 2c 20 49 6e 65 74  44 42 61 73 65 24 50 61  |es, InetDBase$Pa|
000039e0  74 68 20 6d 75 73 74 20  65 6e 64 20 77 69 74 68  |th must end with|
000039f0  20 61 20 27 2e 27 20 28  74 68 65 20 52 49 53 43  | a '.' (the RISC|
00003a00  20 4f 53 20 20 20 20 20  7c 0a 7c 20 64 69 72 65  | OS     |.| dire|
00003a10  63 74 6f 72 79 20 73 65  70 61 72 61 74 6f 72 29  |ctory separator)|
00003a20  2e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00003a30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003a40  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00003a50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003a80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00003a90  7c 20 54 68 65 20 64 61  74 61 62 61 73 65 73 20  || The databases |
00003aa0  6d 61 79 20 62 65 20 68  65 6c 64 20 6f 6e 20 61  |may be held on a|
00003ab0  20 6c 6f 63 61 6c 20 64  69 73 63 2e 20 42 79 20  | local disc. By |
00003ac0  64 65 66 61 75 6c 74 2c  20 74 68 65 79 20 20 20  |default, they   |
00003ad0  20 7c 0a 7c 20 61 72 65  20 68 65 6c 64 20 69 6e  | |.| are held in|
00003ae0  20 21 49 6e 74 65 72 6e  65 74 2e 66 69 6c 65 73  | !Internet.files|
00003af0  3a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |:               |
00003b00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003b10  20 20 20 20 7c 0a 7c 20  20 20 20 20 20 20 20 20  |    |.|         |
00003b20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003b50  20 20 20 20 20 20 20 7c  0a 7c 20 53 65 74 20 49  |       |.| Set I|
00003b60  6e 65 74 44 42 61 73 65  24 50 61 74 68 20 3c 4f  |netDBase$Path <O|
00003b70  62 65 79 24 44 69 72 3e  2e 66 69 6c 65 73 2e 20  |bey$Dir>.files. |
00003b80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003b90  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00003ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003bd0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00003be0  20 41 6c 74 65 72 6e 61  74 69 76 65 6c 79 2c 20  | Alternatively, |
00003bf0  74 68 65 79 20 6d 61 79  20 62 65 20 68 65 6c 64  |they may be held|
00003c00  20 6f 6e 20 61 20 72 65  6d 6f 74 65 20 45 63 6f  | on a remote Eco|
00003c10  6e 65 74 20 66 69 6c 65  73 65 72 76 65 72 2e 20  |net fileserver. |
00003c20  7c 0a 7c 20 54 68 69 73  20 61 6c 6c 6f 77 73 20  ||.| This allows |
00003c30  61 20 73 69 6e 67 6c 65  20 63 6f 70 79 20 74 6f  |a single copy to|
00003c40  20 62 65 20 75 73 65 64  20 66 6f 72 20 61 6c 6c  | be used for all|
00003c50  20 54 43 50 2f 49 50 20  75 73 65 72 73 2c 20 20  | TCP/IP users,  |
00003c60  20 20 20 7c 0a 7c 20 68  65 6e 63 65 20 6d 61 6b  |   |.| hence mak|
00003c70  69 6e 67 20 61 64 6d 69  6e 69 73 74 72 61 74 69  |ing administrati|
00003c80  6f 6e 20 65 61 73 69 65  72 2e 20 46 6f 72 20 65  |on easier. For e|
00003c90  78 61 6d 70 6c 65 3a 20  20 20 20 20 20 20 20 20  |xample:         |
00003ca0  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
00003cb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003ce0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 53 65 74  |         |.| Set|
00003cf0  20 49 6e 65 74 44 42 61  73 65 24 50 61 74 68 20  | InetDBase$Path |
00003d00  6e 65 74 23 46 69 6c 65  53 65 72 76 65 72 3a 24  |net#FileServer:$|
00003d10  2e 4c 6f 63 61 6c 4e 65  74 2e 66 69 6c 65 73 2e  |.LocalNet.files.|
00003d20  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00003d30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003d60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00003d70  0a 7c 20 41 62 6f 75 74  20 74 68 65 20 64 61 74  |.| About the dat|
00003d80  61 62 61 73 65 20 66 69  6c 65 73 20 20 20 20 20  |abase files     |
00003d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003db0  20 20 7c 0a 7c 20 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |  |.| ----------|
00003dc0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 20 20  |--------------  |
00003dd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003df0  20 20 20 20 20 7c 0a 7c  20 54 68 65 20 64 61 74  |     |.| The dat|
00003e00  61 62 61 73 65 20 66 69  6c 65 73 20 61 72 65 3a  |abase files are:|
00003e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003e30  20 20 20 20 20 20 20 20  7c 0a 7c 20 20 20 20 20  |        |.|     |
00003e40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003e70  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00003e80  20 20 68 6f 73 74 73 20  20 20 20 20 20 20 20 4d  |  hosts        M|
00003e90  61 70 73 20 68 6f 73 74  2f 69 6e 74 65 72 66 61  |aps host/interfa|
00003ea0  63 65 20 6e 61 6d 65 73  20 61 6e 64 20 61 6c 69  |ce names and ali|
00003eb0  61 73 65 73 20 74 6f 20  20 20 20 20 20 20 7c 0a  |ases to       |.|
00003ec0  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00003ed0  20 20 49 6e 74 65 72 6e  65 74 20 61 64 64 72 65  |  Internet addre|
00003ee0  73 73 65 73 20 20 20 20  20 20 20 20 20 20 20 20  |sses            |
00003ef0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00003f00  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00003f10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003f40  20 20 20 20 7c 0a 7c 20  20 20 20 70 72 6f 74 6f  |    |.|    proto|
00003f50  63 6f 6c 73 20 20 20 20  4d 61 70 73 20 70 72 6f  |cols    Maps pro|
00003f60  74 6f 63 6f 6c 20 6e 61  6d 65 73 20 61 6e 64 20  |tocol names and |
00003f70  61 6c 69 61 73 65 73 20  74 6f 20 6e 75 6d 62 65  |aliases to numbe|
00003f80  72 73 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |rs     |.|      |
00003f90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00003fc0  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00003fd0  20 73 65 72 76 69 63 65  73 20 20 20 20 20 4d 61  | services     Ma|
00003fe0  70 73 20 73 65 72 76 69  63 65 20 6e 61 6d 65 73  |ps service names|
00003ff0  20 61 6e 64 20 61 6c 69  61 73 65 73 20 74 6f 20  | and aliases to |
00004000  70 6f 72 74 20 6e 75 6d  62 65 72 73 20 7c 0a 7c  |port numbers |.||
00004010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004020  20 61 6e 64 20 70 72 6f  74 6f 63 6f 6c 20 6e 61  | and protocol na|
00004030  6d 65 73 20 20 20 20 20  20 20 20 20 20 20 20 20  |mes             |
00004040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004050  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00004060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004090  20 20 20 7c 0a 7c 20 20  20 20 6e 65 74 77 6f 72  |   |.|    networ|
000040a0  6b 73 20 20 20 20 20 4d  61 70 73 20 6e 65 74 77  |ks     Maps netw|
000040b0  6f 72 6b 20 6e 61 6d 65  73 20 61 6e 64 20 61 6c  |ork names and al|
000040c0  69 61 73 65 73 20 74 6f  20 6e 65 74 77 6f 72 6b  |iases to network|
000040d0  20 20 20 20 20 20 7c 0a  7c 20 20 20 20 20 20 20  |      |.|       |
000040e0  20 20 20 20 20 20 20 20  20 20 6e 75 6d 62 65 72  |          number|
000040f0  73 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |s               |
00004100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004110  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 20 20 20  |         |.|    |
00004120  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004150  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00004160  54 68 65 20 68 6f 73 74  20 66 69 6c 65 20 69 73  |The host file is|
00004170  20 72 65 71 75 69 72 65  64 20 62 79 20 74 68 65  | required by the|
00004180  20 54 43 50 2f 49 50 20  50 72 6f 74 6f 63 6f 6c  | TCP/IP Protocol|
00004190  20 53 75 69 74 65 2c 20  61 6e 64 20 20 20 20 7c  | Suite, and    ||
000041a0  0a 7c 20 77 69 6c 6c 20  6e 65 65 64 20 65 64 69  |.| will need edi|
000041b0  74 69 6e 67 20 74 6f 20  69 6e 63 6c 75 64 65 20  |ting to include |
000041c0  74 68 65 20 6b 6e 6f 77  6e 20 68 6f 73 74 73 20  |the known hosts |
000041d0  6f 6e 20 74 68 65 20 61  63 63 65 73 73 69 62 6c  |on the accessibl|
000041e0  65 20 7c 0a 7c 20 69 6e  74 65 72 6e 65 74 2e 20  |e |.| internet. |
000041f0  54 68 65 72 65 20 61 72  65 20 65 78 61 6d 70 6c  |There are exampl|
00004200  65 73 20 69 6e 20 74 68  65 20 64 69 73 74 72 69  |es in the distri|
00004210  62 75 74 65 64 20 68 6f  73 74 73 20 66 69 6c 65  |buted hosts file|
00004220  2e 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |.    |.|        |
00004230  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004260  20 20 20 20 20 20 20 20  7c 0a 7c 20 54 68 65 20  |        |.| The |
00004270  6f 74 68 65 72 20 64 61  74 61 62 61 73 65 73 20  |other databases |
00004280  61 72 65 20 6e 6f 74 20  72 65 71 75 69 72 65 64  |are not required|
00004290  20 62 79 20 74 68 65 20  54 43 50 2f 49 50 20 50  | by the TCP/IP P|
000042a0  72 6f 74 6f 63 6f 6c 20  20 20 20 7c 0a 7c 20 53  |rotocol    |.| S|
000042b0  75 69 74 65 2c 20 62 75  74 20 6d 61 79 20 62 65  |uite, but may be|
000042c0  20 75 73 65 64 20 62 79  20 61 64 64 69 74 69 6f  | used by additio|
000042d0  6e 61 6c 20 73 6f 66 74  77 61 72 65 2e 20 54 68  |nal software. Th|
000042e0  65 79 20 73 68 6f 75 6c  64 20 6e 6f 74 20 7c 0a  |ey should not |.|
000042f0  7c 20 6e 65 65 64 20 74  6f 20 62 65 20 65 64 69  || need to be edi|
00004300  74 65 64 2c 20 62 75 74  20 69 66 20 74 68 65 79  |ted, but if they|
00004310  20 64 6f 2c 20 79 6f 75  20 77 69 6c 6c 20 61 67  | do, you will ag|
00004320  61 69 6e 20 66 69 6e 64  20 20 20 20 20 20 20 20  |ain find        |
00004330  20 7c 0a 7c 20 65 78 61  6d 70 6c 65 73 20 69 6e  | |.| examples in|
00004340  20 65 61 63 68 20 64 69  73 74 72 69 62 75 74 65  | each distribute|
00004350  64 20 66 69 6c 65 2e 20  20 20 20 20 20 20 20 20  |d file.         |
00004360  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004370  20 20 20 20 7c 0a 7c 3d  3d 3d 3d 3d 3d 3d 3d 3d  |    |.|=========|
00004380  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000043b0  3d 3d 3d 3d 3d 3d 3d 7c  0a 0a 53 65 74 20 49 6e  |=======|..Set In|
000043c0  65 74 44 42 61 73 65 24  50 61 74 68 20 3c 4f 62  |etDBase$Path <Ob|
000043d0  65 79 24 44 69 72 3e 2e  66 69 6c 65 73 2e 0a 0a  |ey$Dir>.files...|
000043e0  0a 7c 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.|==============|
000043f0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00004420  3d 3d 7c 0a 7c 20 49 6e  65 74 24 53 74 61 72 74  |==|.| Inet$Start|
00004430  75 70 20 73 65 74 73 20  74 68 65 20 6c 6f 63 61  |up sets the loca|
00004440  74 69 6f 6e 20 6f 66 20  61 6e 20 6f 62 65 79 20  |tion of an obey |
00004450  66 69 6c 65 20 63 6f 6e  74 61 69 6e 69 6e 67 20  |file containing |
00004460  61 20 20 20 20 7c 0a 7c  20 73 63 72 69 70 74 20  |a    |.| script |
00004470  74 6f 20 63 6f 6e 66 69  67 75 72 65 20 6c 6f 63  |to configure loc|
00004480  61 6c 20 6e 65 74 77 6f  72 6b 20 69 6e 74 65 72  |al network inter|
00004490  66 61 63 65 73 20 61 6e  64 20 28 6f 70 74 69 6f  |faces and (optio|
000044a0  6e 61 6c 6c 79 29 20 20  7c 0a 7c 20 74 6f 20 65  |nally)  |.| to e|
000044b0  73 74 61 62 6c 69 73 68  20 72 6f 75 74 65 73 2e  |stablish routes.|
000044c0  20 4c 69 6b 65 20 74 68  65 20 64 61 74 61 62 61  | Like the databa|
000044d0  73 65 73 2c 20 74 68 69  73 20 73 74 61 72 74 75  |ses, this startu|
000044e0  70 20 66 69 6c 65 20 6d  61 79 20 7c 0a 7c 20 62  |p file may |.| b|
000044f0  65 20 68 65 6c 64 20 6f  6e 20 61 20 6c 6f 63 61  |e held on a loca|
00004500  6c 20 64 69 73 63 20 6f  72 20 61 20 72 65 6d 6f  |l disc or a remo|
00004510  74 65 20 45 63 6f 6e 65  74 20 66 69 6c 65 20 73  |te Econet file s|
00004520  65 72 76 65 72 2e 20 20  20 20 20 20 20 20 7c 0a  |erver.        |.|
00004530  7c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  ||               |
00004540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004570  20 7c 0a 7c 20 42 79 20  64 65 66 61 75 6c 74 2c  | |.| By default,|
00004580  20 69 74 20 69 73 20 68  65 6c 64 20 69 6e 20 74  | it is held in t|
00004590  68 65 20 73 61 6d 65 20  6c 6f 63 61 74 69 6f 6e  |he same location|
000045a0  20 61 73 20 74 68 65 20  64 61 74 61 62 61 73 65  | as the database|
000045b0  73 2c 20 20 7c 0a 7c 20  69 6e 20 61 20 66 69 6c  |s,  |.| in a fil|
000045c0  65 20 6e 61 6d 65 64 20  27 73 74 61 72 74 75 70  |e named 'startup|
000045d0  27 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |':              |
000045e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000045f0  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00004600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004630  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 53 65  |          |.| Se|
00004640  74 20 49 6e 65 74 24 53  74 61 72 74 75 70 20 3c  |t Inet$Startup <|
00004650  49 6e 65 74 44 42 61 73  65 24 50 61 74 68 3e 73  |InetDBase$Path>s|
00004660  74 61 72 74 75 70 20 20  20 20 20 20 20 20 20 20  |tartup          |
00004670  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00004680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000046c0  7c 0a 7c 20 59 6f 75 20  6d 61 79 20 6e 65 65 64  ||.| You may need|
000046d0  20 74 6f 20 75 73 65 20  64 69 66 66 65 72 65 6e  | to use differen|
000046e0  74 20 73 74 61 72 74 75  70 20 66 69 6c 65 73 20  |t startup files |
000046f0  66 6f 72 20 65 61 63 68  20 6d 61 63 68 69 6e 65  |for each machine|
00004700  20 20 20 7c 0a 7c 20 28  73 61 79 20 74 6f 20 75  |   |.| (say to u|
00004710  73 65 20 64 69 66 66 65  72 65 6e 74 20 67 61 74  |se different gat|
00004720  65 77 61 79 73 20 66 72  6f 6d 20 74 68 65 20 73  |eways from the s|
00004730  61 6d 65 20 73 75 62 6e  65 74 29 2c 20 62 75 74  |ame subnet), but|
00004740  20 77 69 73 68 20 7c 0a  7c 20 74 6f 20 6b 65 65  | wish |.| to kee|
00004750  70 20 74 68 65 6d 20 69  6e 20 61 20 63 65 6e 74  |p them in a cent|
00004760  72 61 6c 20 6c 6f 63 61  74 69 6f 6e 20 74 6f 20  |ral location to |
00004770  65 61 73 65 20 61 64 6d  69 6e 69 73 74 72 61 74  |ease administrat|
00004780  69 6f 6e 2e 20 20 20 20  20 7c 0a 7c 20 46 6f 72  |ion.     |.| For|
00004790  20 65 78 61 6d 70 6c 65  2c 20 69 66 20 49 4e 65  | example, if INe|
000047a0  74 44 42 61 73 65 24 50  61 74 68 20 73 70 65 63  |tDBase$Path spec|
000047b0  69 66 69 65 73 20 74 68  61 74 20 74 68 65 20 64  |ifies that the d|
000047c0  61 74 61 62 61 73 65 20  20 20 20 20 7c 0a 7c 20  |atabase     |.| |
000047d0  64 69 72 65 63 74 6f 72  79 20 69 73 20 6f 6e 20  |directory is on |
000047e0  61 20 72 65 6d 6f 74 65  20 66 69 6c 65 20 73 65  |a remote file se|
000047f0  72 76 65 72 2c 20 79 6f  75 20 63 6f 75 6c 64 20  |rver, you could |
00004800  6b 65 65 70 20 74 68 65  20 20 20 20 20 20 20 7c  |keep the       ||
00004810  0a 7c 20 73 74 61 72 74  75 70 20 66 69 6c 65 73  |.| startup files|
00004820  20 69 6e 20 61 20 73 75  62 64 69 72 65 63 74 6f  | in a subdirecto|
00004830  72 79 20 6e 61 6d 65 64  20 27 73 65 74 75 70 27  |ry named 'setup'|
00004840  2c 20 61 6e 64 20 6e 61  6d 65 20 65 61 63 68 20  |, and name each |
00004850  20 20 7c 0a 7c 20 66 69  6c 65 20 61 66 74 65 72  |  |.| file after|
00004860  20 74 68 65 20 68 6f 73  74 20 74 68 61 74 20 75  | the host that u|
00004870  73 65 73 20 69 74 3a 20  20 20 20 20 20 20 20 20  |ses it:         |
00004880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004890  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
000048a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000048d0  20 20 20 20 20 20 20 20  7c 0a 7c 20 53 65 74 20  |        |.| Set |
000048e0  49 6e 65 74 24 53 74 61  72 74 75 70 20 3c 49 6e  |Inet$Startup <In|
000048f0  65 74 44 42 61 73 65 24  50 61 74 68 3e 73 65 74  |etDBase$Path>set|
00004900  75 70 2e 3c 49 6e 65 74  24 48 6f 73 74 6e 61 6d  |up.<Inet$Hostnam|
00004910  65 3e 20 20 20 20 20 20  20 20 20 7c 0a 7c 3d 3d  |e>         |.|==|
00004920  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00004950  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 7c 0a  |==============|.|
00004960  0a 53 65 74 20 49 6e 65  74 24 53 74 61 72 74 75  |.Set Inet$Startu|
00004970  70 20 3c 49 6e 65 74 44  42 61 73 65 24 50 61 74  |p <InetDBase$Pat|
00004980  68 3e 73 74 61 72 74 75  70 0a 0a 0a 7c 3d 3d 3d  |h>startup...|===|
00004990  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000049c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 7c 0a 7c  |=============|.||
000049d0  20 49 6e 65 74 24 52 6f  75 74 65 44 4f 70 74 69  | Inet$RouteDOpti|
000049e0  6f 6e 73 20 73 65 74 73  20 77 68 65 74 68 65 72  |ons sets whether|
000049f0  20 74 68 65 20 69 6e 74  65 72 6e 65 74 20 72 6f  | the internet ro|
00004a00  75 74 69 6e 67 20 6d 6f  64 75 6c 65 20 69 73 20  |uting module is |
00004a10  7c 0a 7c 20 72 75 6e 2c  20 61 6e 64 20 69 66 20  ||.| run, and if |
00004a20  73 6f 2c 20 77 69 74 68  20 77 68 69 63 68 20 6f  |so, with which o|
00004a30  70 74 69 6f 6e 73 2e 20  20 20 20 20 20 20 20 20  |ptions.         |
00004a40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004a50  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00004a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004a90  20 20 20 20 20 20 7c 0a  7c 20 52 6f 75 74 69 6e  |      |.| Routin|
00004aa0  67 20 6d 6f 64 75 6c 65  20 6e 6f 74 20 72 75 6e  |g module not run|
00004ab0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004ad0  20 20 20 20 20 20 20 20  20 7c 0a 7c 20 2d 2d 2d  |         |.| ---|
00004ae0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00004af0  2d 2d 2d 20 20 20 20 20  20 20 20 20 20 20 20 20  |---             |
00004b00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004b10  20 20 20 20 20 20 20 20  20 20 20 20 7c 0a 7c 20  |            |.| |
00004b20  42 79 20 64 65 66 61 75  6c 74 2c 20 74 68 65 20  |By default, the |
00004b30  72 6f 75 74 69 6e 67 20  6d 6f 64 75 6c 65 20 69  |routing module i|
00004b40  73 20 6e 6f 74 20 72 75  6e 2e 20 41 6e 79 20 72  |s not run. Any r|
00004b50  6f 75 74 65 73 20 6d 75  73 74 20 62 65 20 20 7c  |outes must be  ||
00004b60  0a 7c 20 65 73 74 61 62  6c 69 73 68 65 64 20 76  |.| established v|
00004b70  69 61 20 2a 52 6f 75 74  65 20 63 6f 6d 6d 61 6e  |ia *Route comman|
00004b80  64 73 20 69 6e 20 74 68  65 20 73 74 61 72 74 75  |ds in the startu|
00004b90  70 20 66 69 6c 65 20 28  74 68 65 20 20 20 20 20  |p file (the     |
00004ba0  20 20 7c 0a 7c 20 6c 6f  63 61 74 69 6f 6e 20 6f  |  |.| location o|
00004bb0  66 20 77 68 69 63 68 20  69 73 20 73 65 74 20 62  |f which is set b|
00004bc0  79 20 49 6e 65 74 24 53  74 61 72 74 75 70 20 2d  |y Inet$Startup -|
00004bd0  20 73 65 65 20 61 62 6f  76 65 29 3a 20 20 20 20  | see above):    |
00004be0  20 20 20 20 20 7c 0a 7c  20 20 20 20 20 20 20 20  |     |.|        |
00004bf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004c20  20 20 20 20 20 20 20 20  7c 0a 7c 20 53 65 74 20  |        |.| Set |
00004c30  49 6e 65 74 24 52 6f 75  74 65 44 4f 70 74 69 6f  |Inet$RouteDOptio|
00004c40  6e 73 20 22 22 20 20 20  20 20 20 20 20 20 20 20  |ns ""           |
00004c50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004c60  20 20 20 20 20 20 20 20  20 20 20 7c 0a 7c 20 20  |           |.|  |
00004c70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004ca0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00004cb0  7c 20 52 6f 75 74 69 6e  67 20 6d 6f 64 75 6c 65  || Routing module|
00004cc0  20 72 75 6e 20 77 69 74  68 20 64 65 66 61 75 6c  | run with defaul|
00004cd0  74 20 6f 70 74 69 6f 6e  73 20 20 20 20 20 20 20  |t options       |
00004ce0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004cf0  20 7c 0a 7c 20 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | |.| -----------|
00004d00  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00004d10  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 20 20 20 20  |------------    |
00004d20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004d30  20 20 20 20 7c 0a 7c 20  54 6f 20 72 75 6e 20 74  |    |.| To run t|
00004d40  68 65 20 72 6f 75 74 69  6e 67 20 6d 6f 64 75 6c  |he routing modul|
00004d50  65 20 77 69 74 68 20 74  68 65 20 64 65 66 61 75  |e with the defau|
00004d60  6c 74 20 6f 70 74 69 6f  6e 73 20 66 6f 72 20 74  |lt options for t|
00004d70  68 65 20 20 20 20 20 7c  0a 7c 20 6e 75 6d 62 65  |he     |.| numbe|
00004d80  72 20 6f 66 20 69 6e 74  65 72 66 61 63 65 73 20  |r of interfaces |
00004d90  63 6f 6e 66 69 67 75 72  65 64 20 66 6f 72 20 54  |configured for T|
00004da0  43 50 2f 49 50 2c 20 75  73 65 3a 20 20 20 20 20  |CP/IP, use:     |
00004db0  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 20 20  |          |.|   |
00004dc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004df0  20 20 20 20 20 20 20 20  20 20 20 20 20 7c 0a 7c  |             |.||
00004e00  20 53 65 74 20 49 6e 65  74 24 52 6f 75 74 65 44  | Set Inet$RouteD|
00004e10  4f 70 74 69 6f 6e 73 20  44 45 46 41 55 4c 54 20  |Options DEFAULT |
00004e20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004e40  7c 0a 7c 20 20 20 20 20  20 20 20 20 20 20 20 20  ||.|             |
00004e50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004e80  20 20 20 7c 0a 7c 20 46  6f 72 20 74 68 65 20 76  |   |.| For the v|
00004e90  61 73 74 20 6d 61 6a 6f  72 69 74 79 20 6f 66 20  |ast majority of |
00004ea0  63 61 73 65 73 20 74 68  69 73 20 77 69 6c 6c 20  |cases this will |
00004eb0  72 75 6e 20 52 6f 75 74  65 44 20 63 6f 72 72 65  |run RouteD corre|
00004ec0  63 74 6c 79 2e 20 7c 0a  7c 20 49 6e 20 70 61 72  |ctly. |.| In par|
00004ed0  74 69 63 75 6c 61 72 2c  20 69 66 20 79 6f 75 72  |ticular, if your|
00004ee0  20 6d 61 63 68 69 6e 65  20 68 61 73 20 74 77 6f  | machine has two|
00004ef0  20 69 6e 74 65 72 66 61  63 65 73 2c 20 52 6f 75  | interfaces, Rou|
00004f00  74 65 44 20 77 69 6c 6c  20 7c 0a 7c 20 61 75 74  |teD will |.| aut|
00004f10  6f 6d 61 74 69 63 61 6c  6c 79 20 72 65 63 6f 67  |omatically recog|
00004f20  6e 69 73 65 20 69 74 20  61 73 20 61 20 67 61 74  |nise it as a gat|
00004f30  65 77 61 79 2c 20 61 6e  64 20 61 63 63 6f 72 64  |eway, and accord|
00004f40  69 6e 67 6c 79 20 72 75  6e 20 20 20 7c 0a 7c 20  |ingly run   |.| |
00004f50  77 69 74 68 20 74 68 65  20 63 6f 72 72 65 63 74  |with the correct|
00004f60  20 6f 70 74 69 6f 6e 73  2e 20 20 20 20 20 20 20  | options.       |
00004f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00004f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 7c  |               ||
00004f90  0a 7c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.|              |
00004fa0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00004fd0  20 20 7c 0a 7c 20 52 6f  75 74 69 6e 67 20 6d 6f  |  |.| Routing mo|
00004fe0  64 75 6c 65 20 72 75 6e  20 77 69 74 68 20 6f 74  |dule run with ot|
00004ff0  68 65 72 20 6f 70 74 69  6f 6e 73 20 20 20 20 20  |her options     |
00005000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005010  20 20 20 20 20 7c 0a 7c  20 2d 2d 2d 2d 2d 2d 2d  |     |.| -------|
00005020  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00005030  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 20 20  |--------------  |
00005040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005050  20 20 20 20 20 20 20 20  7c 0a 7c 20 54 6f 20 72  |        |.| To r|
00005060  75 6e 20 74 68 65 20 72  6f 75 74 69 6e 67 20 6d  |un the routing m|
00005070  6f 64 75 6c 65 20 77 69  74 68 20 6e 6f 6e 2d 64  |odule with non-d|
00005080  65 66 61 75 6c 74 20 6f  70 74 69 6f 6e 73 2c 20  |efault options, |
00005090  75 73 65 20 61 20 6c 69  6e 65 20 7c 0a 7c 20 68  |use a line |.| h|
000050a0  61 76 69 6e 67 20 74 68  65 20 73 79 6e 74 61 78  |aving the syntax|
000050b0  20 27 53 65 74 20 49 6e  65 74 24 52 6f 75 74 65  | 'Set Inet$Route|
000050c0  44 4f 70 74 69 6f 6e 73  20 5b 67 5d 5b 73 7c 71  |DOptions [g][s|q|
000050d0  5d 27 2e 20 46 6f 72 20  20 20 20 20 20 20 7c 0a  |]'. For       |.|
000050e0  7c 20 65 78 61 6d 70 6c  65 2c 20 74 6f 20 75 73  || example, to us|
000050f0  65 20 74 68 65 20 67 20  61 6e 64 20 71 20 6f 70  |e the g and q op|
00005100  74 69 6f 6e 73 3a 20 20  20 20 20 20 20 20 20 20  |tions:          |
00005110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005120  20 7c 0a 7c 20 20 20 20  20 20 20 20 20 20 20 20  | |.|            |
00005130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005160  20 20 20 20 7c 0a 7c 20  53 65 74 20 49 6e 65 74  |    |.| Set Inet|
00005170  24 52 6f 75 74 65 44 4f  70 74 69 6f 6e 73 20 67  |$RouteDOptions g|
00005180  71 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |q               |
00005190  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000051a0  20 20 20 20 20 20 20 7c  0a 7c 3d 3d 3d 3d 3d 3d  |       |.|======|
000051b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000051e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 7c 0a 0a 53 65 74  |==========|..Set|
000051f0  20 49 6e 65 74 24 52 6f  75 74 65 44 4f 70 74 69  | Inet$RouteDOpti|
00005200  6f 6e 73 20 22 22 0a 0a  0a 0a 7c 3d 3d 3d 3d 3d  |ons ""....|=====|
00005210  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00005240  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 7c 0a 7c 20 49  |===========|.| I|
00005250  6e 65 74 24 49 73 47 61  74 65 77 61 79 20 73 65  |net$IsGateway se|
00005260  74 73 20 77 68 65 74 68  65 72 20 74 68 65 20 49  |ts whether the I|
00005270  6e 74 65 72 6e 65 74 20  6d 6f 64 75 6c 65 20 20  |nternet module  |
00005280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 7c 0a  |              |.|
00005290  7c 20 69 73 20 63 6f 6e  66 69 67 75 72 65 64 20  || is configured |
000052a0  74 6f 20 66 6f 72 77 61  72 64 20 49 50 20 70 61  |to forward IP pa|
000052b0  63 6b 65 74 73 2c 20 61  6e 64 20 68 65 6e 63 65  |ckets, and hence|
000052c0  20 77 68 65 74 68 65 72  20 61 20 68 6f 73 74 20  | whether a host |
000052d0  20 7c 0a 7c 20 77 69 74  68 20 6d 75 6c 74 69 70  | |.| with multip|
000052e0  6c 65 20 69 6e 74 65 72  66 61 63 65 73 20 61 63  |le interfaces ac|
000052f0  74 73 20 61 73 20 61 20  67 61 74 65 77 61 79 2e  |ts as a gateway.|
00005300  20 42 79 20 64 65 66 61  75 6c 74 2c 20 70 61 63  | By default, pac|
00005310  6b 65 74 20 7c 0a 7c 20  66 6f 72 77 61 72 64 69  |ket |.| forwardi|
00005320  6e 67 20 69 73 20 6e 6f  74 20 65 6e 61 62 6c 65  |ng is not enable|
00005330  64 3a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |d:              |
00005340  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00005350  20 20 20 20 20 20 20 7c  0a 7c 20 20 20 20 20 20  |       |.|      |
00005360  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005390  20 20 20 20 20 20 20 20  20 20 7c 0a 7c 20 54 6f  |          |.| To|
000053a0  20 65 6e 61 62 6c 65 20  70 61 63 6b 65 74 20 66  | enable packet f|
000053b0  6f 72 77 61 72 64 69 6e  67 2c 20 63 68 61 6e 67  |orwarding, chang|
000053c0  65 20 74 68 65 20 6c 69  6e 65 20 62 65 6c 6f 77  |e the line below|
000053d0  20 74 6f 20 72 65 61 64  3a 20 20 20 20 7c 0a 7c  | to read:    |.||
000053e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005420  7c 0a 7c 20 53 65 74 20  49 6e 65 74 24 49 73 47  ||.| Set Inet$IsG|
00005430  61 74 65 77 61 79 20 59  65 73 20 20 20 20 20 20  |ateway Yes      |
00005440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00005460  20 20 20 7c 0a 7c 20 20  20 20 20 20 20 20 20 20  |   |.|          |
00005470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000054a0  20 20 20 20 20 20 7c 0a  7c 3d 3d 3d 3d 3d 3d 3d  |      |.|=======|
000054b0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000054e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 7c 0a 0a 53 65 74 20  |=========|..Set |
000054f0  49 6e 65 74 24 49 73 47  61 74 65 77 61 79 20 22  |Inet$IsGateway "|
00005500  22 0a                                             |".|
00005502