# 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: replace myusername@realm with the PPP login name given to
# your by your provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
user "myusername@realm"

# Run the program without arguments for usage details.
# VP and VC must match the ones used by your ISP.
# The protocol can be set to VCM_RFC2364 or LLC_RFC2364 (for PPPoE, look at
# /usr/share/doc/eciadsl/examples/interfaces).
# You can find the other parameters in /usr/share/doc/eciadsl/modems.db:
# <name> <ignore> <ignore> <vendor> <product> <mc> <ignore> <alt>
pty "eciadsl-pppoeci -vpi 8 -vci 35  -mode VCM_RFC2364 -vendor 0x0915 -product 0x8000 -mc GS7070 -alt 4"
sync

# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# 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
