The NET code is a complete kernel based implementation of tcp/ip for Linux. The NET-2 and NET-3 versions of code support:
Most popular ethernet cards are supported.
for tcp/ip networking over serial lines such as the telephone via modem, or a local cable between two machines.
for compressing the tcp/ip headers to improve slip performance over low speed lines.
to allow local connections between two machines using your printer ports.
to allow you to remotely mount another machines filesystems.
Alan Cox has some experimental code available.
An experimental PI Card driver is available.
The NET-2 and NET-3 network code does not yet currently support:
to allow Linux to serve and mount Novell network devices. This is being worked on.
This means token ring, arcnet, FDDI, etc. An experimental Token Ring driver is being developed.
this is being developed.
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