Chapter 11. Other Network Technologies

Table of Contents
11.1. ARCNet
11.2. Appletalk (AF_APPLETALK)
11.2.1. Configuring the Appletalk software.
11.2.2. Exporting a Linux filesystems via Appletalk.
11.2.3. Sharing your Linux printer across Appletalk.
11.2.4. Starting the appletalk software.
11.2.5. Testing the appletalk software.
11.2.6. Caveats of the appletalk software.
11.2.7. More information
11.3. ATM
11.4. AX25 (AF_AX25)
11.5. DECNet
11.6. FDDI
11.7. Frame Relay
11.8. IPX (AF_IPX)
11.9. NetRom (AF_NETROM)
11.10. Rose protocol (AF_ROSE)
11.11. SAMBA - `NetBEUI', `NetBios', `CIFS' support.
11.12. STRIP support (Starmode Radio IP)
11.13. Token Ring
11.14. X.25
11.15. WaveLan Card

The following subsections are specific to particular network technologies. The information contained in these sections does not necessarily apply to any other type of network technology. The topics are sorted alphabetically.

11.1. ARCNet

ARCNet device names are `arc0e', `arc1e', `arc2e' etc. or `arc0s', `arc1s', `arc2s' etc. The first card detected by the kernel is assigned `arc0e' or `arc0s' and the rest are assigned sequentially in the order they are detected. The letter at the end signifies whether you've selected ethernet encapsulation packet format or RFC1051 packet format.

Kernel Compile Options:
	Network device support  --->
	    [*] Network device support
	    <*> ARCnet support
	    [ ]   Enable arc0e (ARCnet "Ether-Encap" packet format)
	    [ ]   Enable arc0s (ARCnet RFC1051 packet format)
	

Once you have your kernel properly built to support your ethernet card then configuration of the card is easy.

Typically you would use something like:

	root# ifconfig arc0e 192.168.0.1 netmask 255.255.255.0 up
	root# route add -net 192.168.0.0 netmask 255.255.255.0 arc0e
	

Please refer to the /usr/src/linux/Documentation/networking/arcnet.txt and /usr/src/linux/Documentation/networking/arcnet-hardware.txt files for further information.

ARCNet support was developed by Avery Pennarun, apenwarr@foxnet.net.