# Example configuration for the ECIADSL user space driver and PPP over ATM.
#
# 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"

# Run the program without arguments for usage details.
# VP and VC must match the ones used by your ISP.
# You can find the vendor and product id in the last two columns of modems.db.
# The encapsulation can be set to VCM_RFC2364 or LLC_RFC2364.
pty "eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8000 -mode VCM_RFC2364"
sync

# 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
