An incoming SLIP link permits the local system to accept an incoming SLIP connection request from a remote host. This type of link requires a login account in the /etc/passwd file on the local host. A remote host wishing to initiate a SLIP link with the local host must use an outgoing type of link, and must specify this account name and its associated password in the chat script in the entry for the local system in the remote system's UUCP Systems(4bnu) file.
When you use the Network Configuration Manager to configure this type of link, it creates a SLIP login account which uses a special shell script instead of a standard shell. The shell script must execute an slattach command to establish the SLIP link. You must configure the remote side to use an outgoing link type for its end of the link.
Provide the following information to configure an incoming link:
/usr/sbin/slattach /dev/term/00 132.147.118.6 132.147.246.12 255.255.0.0 38400 &In this example, SLIP accepts incoming requests from the system 132.147.246.12 via the interface 132.147.118.6 on a modem connected to /dev/term/00. The baud rate in this example is 38400. For more information, see slattach(1Mtcp).