# # pppd options file for connection to Plusnet using FTTC/PPPoE # # # We will use the PPPoE plugin for ppp plugin rp-pppoe.so # # Our DSL modem (preconfigured for PPPoE) is on interface em1 # em1 # # Specify your username here, which should be of the form username@plusdsl.net # You'll also need to set up /etc/ppp/chap-secrets (owned by root, mode 600) # to look like this: # # # client server secret IP addresses # username@plusdsl.net * password # name username@plusdsl.net # # Log messages to a convenient place. # logfile /var/log/ppp/plusnet-fttc # # Create a /var/run/ppp-plusnet-fttc.pid file with our PID in it. # linkname plusnet-fttc # # Pass parameter 6 to ip-up and ip-up.local as "plusnet" # ipparam plusnet # # Debug the connection # #debug # ============================================ # SHOULDN'T NEED TO CHANGE ANYTHING BELOW HERE # ============================================ # # Ask the peer for the addresses of some nameservers to use. If you're not # running your own nameserver, you may wish to get /etc/ppp/ip-up to use # the environment variables DNS1 and DNS2 to set up /etc/resolv.conf # usepeerdns # # Set up the default route to go through PlusNet # defaultroute # # If the connection breaks, try to restore it. # persist # # Don't fork as we're using systemd # nodetach # # We don't need the remote server to authenticate itself # noauth # # Turn off transmission protocols we know won't be used # nobsdcomp nodeflate # # Time this thing out if it goes poof # lcp-echo-failure 20 lcp-echo-interval 10