ChorusOS 4.0 Network Administration Guide

Supported Interfaces

ChorusOS systems provide support for Ethernet, loopback, PPP and SLIP network interfaces.

Network interfaces are lower-level than network protocols, providing the link between network hardware and network protocols. Figure 2-1 illustrates how the ifnet interface does this for Ethernet connections. Figure 2-2 does the same for the ppp and sl interfaces for PPP and SLIP connections, respectively.

Figure 2-1 Ethernet Networking

Graphic

The following list describes the network interfaces provided:

ifethN

The ChorusOS Ethernet interface provides the standard solution for high-speed network connections with other systems.

The Ethernet interface name is built from ifeth concatenated with the unit number, N.

loN

The loopback interface allows a system to communicate with itself through IP without sending packets over the network. It is a software-only interface and does not depend on network transport hardware.

The loopback interface name is built from lo concatenated with a number, N, usually 0 unless for some reason you require more than one loopback interface.

pppN

A PPP interface allows the ChorusOS system to connect to another system using a direct serial line or modem connection in the same way as an Ethernet connection.

The PPP interface name is built from ppp concatenated with a unit number, N.

slN

A SLIP interface also allows the ChorusOS system to connect to another system using a direct serial line or modem connection in the same way as an Ethernet connection.

The SLIP interface name is built from sl concatenated with a unit number, N.

Figure 2-2 PPP/SLIP Networking

Graphic