# # $Id: interfaces,v 4.10 1994/10/28 18:24:25 too Exp $ # # Network interface configuration for the AmiTCP/IP # # Copyright © 1994 AmiTCP/IP Group, # Network Solutions Development Inc. # All rights reserved. # # AmiTCP/IP uses the network interface to communicate with SANA-II devices, # just like DOS uses handlers or filesystems to communicate with exec # devices. A network interface is created and configured with `ifconfig' # utility. AmiTCP/IP can create several network interfaces for each SANA-II # device; this is seldom useful, except when two different IP addresses are # needed for one host or when network has several different framings for IP # or (for example, ARP has got two different framings for IP). # # The Install_AmiTCP installation script depends on the interface # names defined here, so do not change them. # # There is a built-in interface "lo0" in AmiTCP/IP, other interfaces should # be defined here. # # This configuration file is read with template: # NAME/A, DEV=DEVICE/A/K, UNIT/N/A/K, IPTYPE/N/K, ADDR=ADDRESS/K, # ARPTYPE=IPARPTYPE/N/K, IPREQ=IPREQUESTS/N/K, ARPREQ=ARPREQUESTS/N/K, # WRITEREQ=WRITEREQUESTS/N/K, NOTRACKING/S, FILTER/S, NOARP/S, # P2P=POINT2POINT/S, NOSIMPLEX/S, LOOPBACK/S # # Lines can be continued if their last character is '+'. The '#' and ';' are # comment characters - rest of the line is ignored # # Parameters are interpreted as follows: # NAME/A # New-style AmiTCP/IP network interface name. This name must be # unique. If you have multiple units for the same device, then you # must differentiate the units by adding the unit number as a suffix # to the name, for example. The maximum lenght for the name is 15 # bytes. # DEV=DEVICE/A/K # Sana-II (old-style AmiTCP/IP) device name # UNIT/N/A/K # Sana-II (old-style AmiTCP/IP) device unit number # ADDR=ADDRESS/K (* # Hardware address used by SANA-II device configuration in hexadecimal # notation with octets separated by colons, # e.g. 80:00:13:AE:45:EF. This should be used if your ethernet adapter # has no address ROM, for example. # IPTYPE/N/K (* # Packet type (framing) for Internet Protocol (IP) # IPREQ=IPREQUESTS/N/K # IO requests allocated for receiving IP packets. # ARPTYPE=IPARPTYPE/N/K (* # Packet type (framing) for Address Resolution Protocol (ARP) # ARPREQ=ARPREQUESTS/N/K # IO requests allocated for receiving ARP packets # WRITEREQ=WRITEREQUESTS/N/K # IO requests allocated for transmitting packets # NOTRACKING/S # Disable the packet type tracking on SANA-II devices. This feature is # needed to circumvent a bug in a2060.device V37.2 # FILTER/S # Enable Sana-II packet filtering for this interface. This is needed only # if you have several protocol stacks using the same Sana-II device and # unit. E.g., Envoy uses IP, too, so the FILTERing should be enabled on # interfaces which are shared with Envoy # NOARP/S # Disable the ARP for this interface # P2P=POINT2POINT/S # Use the device as point-to-point device # NOSIMPLEX/S # Disable the copying of broadcast packets. Set this parameter if we hear # our own broadcasts # LOOPBACK/S # Set this parameter if it is loopback # # *) Don't set these parameters if you don't know what you are doing. # AmiTCP/IP recognizes Ethernet, Arcnet (RFC 1051 framing), SLIP and PPP # drivers automatically. See file for the # packet types used for these drivers. # # Here are few examples: # # Serial Line IP # slip0 DEV=DEVS:Networks/rhslip.device UNIT=0 # IPTYPE=2048 NOARP P2P IPREQ=8 WRITEREQ=8 # # SLIP with Van Jacobson header compression # cslip0 DEV=DEVS:Networks/rhcslip.device UNIT=0 # IPTYPE=2048 NOARP P2P IPREQ=8 WRITEREQ=8 # # Ethernet adapter A2065 # ether0 DEV=DEVS:Networks/a2065.device UNIT=0 a2065 DEV=DEVS:Networks/a2065.device UNIT=0 # IPTYPE=2048 ARPTYPE=2054 ARPREQ=4 IPREQ=16 WRITEREQ=16 # # Hydra Ethernet adapter # hydra DEV=DEVS:Networks/hydra.device UNIT=0 # # GoldenGate WD80xx Ethernet adapter # wd80xx DEV=DEVS:Networks/wd80xx.device UNIT=0 # NOTE: This needs an configuration file for the IRQ and MEM address settings! # # ASDG EB920 Ethernet adapter # eb920 DEV=DEVS:Networks/eb920.device UNIT=0 # # Village Tronic Ariadne Ethernet adapter # ariadne DEV=DEVS:Networks/ariadne.device UNIT=0 # # GoldenGate 2 Ethernet for 3COM 3c503 card # NOTE: This needs an configuration file for the IRQ and ISA address settings! # gg_3c503 DEV=DEVS:Networks/gg_3c503.device UNIT=0 # # GoldenGate 2 Ethernet for NE1000 card # NOTE: This needs an configuration file for the IRQ and ISA address settings! # gg_ne1000 DEV=DEVS:Networks/gg_ne1000.device UNIT=0 # # GoldenGate 2 Ethernet for NE2000 card # NOTE: This needs an configuration file for the IRQ and ISA address settings! # gg_ne2000 DEV=DEVS:Networks/gg_ne2000.device UNIT=0 # # GoldenGate 2 Ethernet for SMC/WD 80x3 card # NOTE: This needs an configuration file for the IRQ, # IO and BASE address settings! # gg_smc DEV=DEVS:Networks/gg_smc.device UNIT=0 # # Arcnet adapter a2060 # arcnet0 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING a2060 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING # IPTYPE=240 ARPTYPE=241 ARPREQ=4 IPREQ=16 WRITEREQ=16 # # An X.25 driver by Dave Martin # ax25 DEV=DEVS:Networks/ax25.device UNIT=0 + IPTYPE=204 ARPTYPE=205 ARPREQ=3 IPREQ=16 WRITEREQ=16 # # Village Tronic Ariadne Liana (PLIP) interface # # These entries are not complete! Not enough info now. # ;liana0 DEV=DEVS:Networks/ariadneliana.device UNIT=0 ;liana1 DEV=DEVS:Networks/ariadneliana.device UNIT=1 # EOF