######################################################################
#
# This script is part of the PPP System designed and used by
# Preston A. Elder of Shadow Realm.  If you have any problems
# with this system please email prez@antisocial.com.
#
# This system is publically distributable via. the GNU license.
#
######################################################################
#
# ISP specific Account Details
#
TELEPHONE=555-1234	# The telephone number for the connection
LOCAL_IP=0.0.0.0	# Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0	# Remote IP address if desired. Normally 0.0.0.0
NETMASK=255.255.255.0	# The proper netmask if needed

# If this is known
#REMOTENET=192.168.0.0
#REMOTEBIT=24

# Scripted
ACCOUNT=username	# The account name for logon (as in 'George Burns')
PASSWORD=password	# The password for this account (and 'Gracie Allen')

# Authenticated
#PAP=username		# Username in pap-secrets to authenticate for PAP
#CHAP=username		# Username in chap-secrets to authenticate for CHAP

# Extra Options
#PPPOPT=""		# Extra options for pppd (see man pppd)
#CHATOPT=""		# Extra options for char (see man chat)
