## SAMPLE ONLY
## CHANGE TO SUIT YOUR SYSTEM

## turn pppd syslog debugging on
#debug

## change 'servername' to whatever you specify as your server name in chap-secrets
name servername
## change the domainname to your local domain
domain mydomain.net

## these are reasonable defaults for WinXXXX clients
## for the security related settings
# The Debian pppd package now supports both MSCHAP and MPPE, so enable them 
# here. Please note that the kernel support for MPPE must also be present !
auth
require-mschap
require-mschap-v2
require-mppe-128

## Fill in your addresses
ms-dns 10.0.0.1
ms-wins 10.0.0.1

## Fill in your netmask
netmask 255.255.255.0

## some defaults
nodefaultroute
proxyarp
lock
