FreeBSD Handbook : PPP and SLIP : Setting up a SLIP Server
Previous: Troubleshooting
Next: Prerequisites

15.4. Setting up a SLIP Server

Contributed by Guy Helmer <ghelmer@cs.iastate.edu>.
v1.0, 15 May 1995.

This document provides suggestions for setting up SLIP Server services on a FreeBSD system, which typically means configuring your system to automatically startup connections upon login for remote SLIP clients. The author has written this document based on his experience; however, as your system and needs may be different, this document may not answer all of your questions, and the author cannot be responsible if you damage your system or lose data due to attempting to follow the suggestions here.

This guide was originally written for SLIP Server services on a FreeBSD 1.x system. It has been modified to reflect changes in the pathnames and the removal of the SLIP interface compression flags in early versions of FreeBSD 2.X, which appear to be the only major changes between FreeBSD versions. If you do encounter mistakes in this document, please email the author with enough information to help correct the problem.

15.4.1. Prerequisites

15.4.2. Quick Overview

15.4.2.1. An Example of a SLIP Server Login

15.4.3. Kernel Configuration

15.4.4. Sliplogin Configuration

15.4.4.1. slip.hosts Configuration
15.4.4.2. slip.login Configuration
15.4.4.3. slip.logout Configuration

15.4.5. Routing Considerations

15.4.5.1. Static Routes
15.4.5.2. Running gated

15.4.6. Acknowledgments


FreeBSD Handbook : PPP and SLIP : Setting up a SLIP Server
Previous: Troubleshooting
Next: Prerequisites