source: rtems/c/src/tests/samples/pppd/ppp.conf @ d17d9c81

Last change on this file since d17d9c81 was d17d9c81, checked in by cvs2git <rtems-devel@…>, on 05/27/03 at 16:17:32

This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.

Cherrypick from master 2003-05-27 16:17:31 UTC Ralf Corsepius <ralf.corsepius@…> '2003-05-27 Ralf Corsepius <corsepiu@…>':

c/src/tests/samples/pppd/.cvsignore
c/src/tests/samples/pppd/Makefile-user
c/src/tests/samples/pppd/Makefile.am
c/src/tests/samples/pppd/README
c/src/tests/samples/pppd/init.c
c/src/tests/samples/pppd/netconfig.h
c/src/tests/samples/pppd/ppp.conf
c/src/tests/samples/pppd/pppd.options
c/src/tests/samples/pppd/pppdapp.c
c/src/tests/samples/pppd/system.h
cpukit/include/rtems/stdint.h

  • Property mode set to 100644
File size: 655 bytes
Line 
1
2#
3# Example configuration file for setting up a ppp server
4#   using a null-modem serial cable:
5#
6#   Tested using ppp on OpenBSD 2.9
7#     - just follow instructions in man page for accepting
8#       ppp connections over the serial port
9#     - if pap and/or chap is enabled, you must have a ppp.secret
10#       file which will be used for user authentication
11#     - found useful to turn on syslog for ppp
12#
13
14default:
15 set log Phase Chat LQM LCP IPCP CCP command
16 set device /dev/cua00
17 set speed 57600
18 set ctsrts on
19 set dial ""
20
21openbsd-server:
22 set timeout 0
23 set ifaddr 192.168.2.100 192.168.2.123
24 enable dns
25 allow users
26 enable chap
27 enable pap
Note: See TracBrowser for help on using the repository browser.