Configuring the Serial Line Internet Protocol (SLIP)

Administering SLIP

The slattach(1Mtcp) command establishes a connection over a pre-defined SLIP link. Each time slattach is executed, a new slattach process is created to control the additional SLIP link in use. slattach creates a network interface based on the local and remote IP addresses that are passed to it as parameters.

Parameters to the slattach command define:

Multiple applications (or multiple instances of the same application) on a local host can communicate with the same remote host using the same SLIP link. Use of the same SLIP link requires only that the applications use the same IP address to specify the remote host. By using different IP addresses to specify the same remote host, two applications can also use individual SLIP links to the same host, provided a separate SLIP link exists for each remote IP address.

Once a SLIP link is established, it remains active until:

Once a link has been removed, you may need to remove the associated route from the routing table using the route(1Mtcp) command:

route delete destination_address gateway_address

This should only be necessary if the system is not running a routing daemon such as routed(1Mtcp).


© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999