OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [pppd/] [example/] [ppp.conf] - Blame information for rev 1779

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
 
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
 
14
default:
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
 
21
openbsd-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

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.