Deactivating a SLIP connection
To deactivate a SLIP connection, use this procedure.
To temporarily deactivate a SLIP connection, do the following on both the local and remote systems:
- Type:
ifconfig sl# down - List the currently running slattach processes using
the command:
The output might be similar to the following:ps -ef | grep slatroot 1269 1 0 Jun 25 ... slattach - Kill the slattach process using its process ID. For
example, to kill the slattach process shown in the preceding
example, enter:
wherekill 12691269is the slattach process ID. Do not remove the slattach process using the -9 flag of the kill command.The SLIP connection is now disabled.