5 NET-2/NET-3 Supported functionality.

Contents of this section

The NET code is a complete kernel based implementation of tcp/ip for Linux. The NET-2 and NET-3 versions of code support:

Ethernet Cards

Most popular ethernet cards are supported.

SLIP (Serial Line IP) and PPP

for tcp/ip networking over serial lines such as the telephone via modem, or a local cable between two machines.

Van Jacobsen Header Compression

for compressing the tcp/ip headers to improve slip performance over low speed lines.

PLIP (Parallel Lines IP)

to allow local connections between two machines using your printer ports.

NFS (Networked File System)

to allow you to remotely mount another machines filesystems.

AX.25 (A protocol used by Amateur Radio Operators)

Alan Cox has some experimental code available.

PI Card (An 8530 SCC based card used by Amateur Radio Operators)

An experimental PI Card driver is available.

The NET-2 and NET-3 network code does not yet currently support:

SPX/IPX/NCP (Novell) support

to allow Linux to serve and mount Novell network devices. This is being worked on.

Lan types other than ethernet

This means token ring, arcnet, FDDI, etc. An experimental Token Ring driver is being developed.

ISDN Support

this is being developed.

5.1 Supported Ethernet cards.

The standard linux kernel release supports the following type of Ethernet cards:

As mentioned above, Linux supports otehr means of network connection if you don't have access to an ethernet card or connection. Many universities and businesses worldwide offer some form of dial-up network access. Generally these forms of access will offer an option of either SLIP or PPP access, so you will be well catered for. All you will need is a telephone modem, the one you already have may well be good enough, and to configure your Linux system appropriately. There are sections below that describe exactly what you need.

Next Chapter, Previous Chapter

Table of contents of this chapter, General table of contents

Top of the document, Beginning of this Chapter