# /etc/ppp/options # # Originally created by Jim Knoble # Modified for Debian by alvar Bray # Modified for PPP Server setup by Christoph Lameter # # To quickly see what options are active in this file, use this command: # egrep -v '#|^ *$' /etc/ppp/options # Use the ppp over ATM plugin plugin /usr/lib/pppd/2.4.2/pppoatm.so # Use ATM mode 0.38 0.38 # Kernal level debugging - pops handy stuff in /var/log/debug # Use this if you can't seem to log in kdebug 0 # Turn on some debugging - gives some info in /var/log/messages debug # Don't require peer to authenticate itself noauth # If the link terminates, wait 4 seconds holdoff 4 # Maximum number of failures before giving up maxfail 25 # Use the peer as a default route defaultroute # Our username user "CHANGE@ME" # Their name, to look up in /etc/ppp/pap-secrets remotename MY-PROVIDER-FRIENDLY-NAME