# Userspace GPL Speedtouch USB peer sample file
#
# See the manual page pppd(8) for information on all the options.

# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
#user "myusername@myprovider.net"

# The decapsulator program which talks with your modem.
# Don't forget to adapt the VP.VC pair to your ISP/country settings.
# Read the FAQ for some VP.VC pairs.
# pppoa3 can run in either sync or async mode. In order to use the async
# mode with pppoa3 comment the "sync" option and add the "-a" option to
# the pppoa3 command line.
pty "/usr/sbin/pppoa3 -c -m 1 -vpi 8 -vci 35"
sync

# If you use the kernel mode driver, use this instead:
#plugin pppoatm.so
#8.35

# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
# Comment out if you already have the correct default route installed.
defaultroute

# Makes pppd "dial again" when the connection is lost.
persist

# Do not ask the remote to authenticate.
noauth

# Do not try to negotiate compression.
nopcomp
noccp
novj
