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

12.4. Setting up a SLIP server

Contributed by Guy Helmer <ghelmer@alpha.dsu.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.

12.4.1. Prerequisites

12.4.2. Quick Overview

12.4.2.1. An Example of a SLIP Server Login

12.4.3. Kernel Configuration

12.4.4. Sliplogin Configuration

12.4.4.1. slip.hosts Configuration
12.4.4.2. slip.login Configuration
12.4.4.3. slip.logout Configuration

12.4.5. Routing Considerations

12.4.5.1. Static Routes
12.4.5.2. Running gated

12.4.6. Acknowledgments


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