home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpip204 / TCPIP_Doc / Notes / AUNLink next >
Text File  |  1995-02-27  |  776b  |  25 lines

  1. Configuration of AUN link
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~
  3.    In order to us the AUN link, both !TCPIP and Acorn's !Internet
  4.    configurations have to be ammeded.
  5.    
  6.    For !TCPIP, add the following commands to the config file:
  7.    
  8.    attach aun ka0
  9.    add route ka0 <ip_addr A>
  10.  
  11.    For each route accessable through the Acorn TCP/IP suite, you
  12.    need to add further route commands.
  13.    
  14.    For Acorn TCP/IP's !Internet application, add the following to the
  15.    Startup file:
  16.  
  17.    IF "<Inet$Error>" = "" THEN rmload Inet:drivers.AUNLink
  18.    IF "<Inet$Error>" = "" THEN ifconfig ka0 inet netmask 0xff000000 metric 1 <ip_addr A>
  19.  
  20.    IF "<Inet$Error>" = "" THEN route add <ip_addr K> <ip_addr A> 1
  21.  
  22.    For each route accessable through !TCPIP, you need to add further
  23.    route commands.
  24.  
  25.