# sample PPPoE peer file
plugin rp-pppoe.so eth0

# Your username at the ISP. This is the same as the first
# column in /etc/ppp/*-secrets:
user "jdoe"

# remotename is not needed if you only have one ISP account and
# hence an asterisk in the second column in pap or chap-secrets:
# remotename "adsl"

# If it's not working and you want pppd to be
# more verbose in /var/log/sys.log, add debug:
# debug

# If you have a static IP address (eg, 12.34.56.78) you
# can specify it by following it with a colon:
# 12.34.56.78:

# Otherwise accept whatever IP address the ISP gives you:
noipdefault

# The settings below usually don't need to be changed
noauth
hide-password
updetach
defaultroute
# create /etc/ppp/resolv.conf:
usepeerdns

### For more details (and more options)
### read man pppd
