home *** CD-ROM | disk | FTP | other *** search
- Configuration of AUN link
- ~~~~~~~~~~~~~~~~~~~~~~~~~
- In order to us the AUN link, both !TCPIP and Acorn's !Internet
- configurations have to be ammeded.
-
- For !TCPIP, add the following commands to the config file:
-
- attach aun ka0
- add route ka0 <ip_addr A>
-
- For each route accessable through the Acorn TCP/IP suite, you
- need to add further route commands.
-
- For Acorn TCP/IP's !Internet application, add the following to the
- Startup file:
-
- IF "<Inet$Error>" = "" THEN rmload Inet:drivers.AUNLink
- IF "<Inet$Error>" = "" THEN ifconfig ka0 inet netmask 0xff000000 metric 1 <ip_addr A>
-
- IF "<Inet$Error>" = "" THEN route add <ip_addr K> <ip_addr A> 1
-
- For each route accessable through !TCPIP, you need to add further
- route commands.
-
-