home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / ppp / examples / peers-pppoa < prev    next >
Encoding:
Text File  |  2006-07-10  |  843 b   |  33 lines

  1. # example configuration for the kernel space PPP over ATM driver
  2. #
  3. # See the manual page pppd(8) for information on all the options.
  4.  
  5. # MUST CHANGE: replace myusername@realm with the PPP login name given to
  6. # your by your provider.
  7. # There should be a matching entry with the password in /etc/ppp/pap-secrets
  8. # and/or /etc/ppp/chap-secrets.
  9. user "myusername@realm"
  10.  
  11. # Load the PPPoA plugin.
  12. plugin pppoatm.so
  13.  
  14. # VP.VC pair used by your ISP.
  15. 8.35
  16.  
  17. # Enable this option if your ISP uses PPPoA with LLC encapsulation.
  18. #llc-encaps
  19.  
  20. # Assumes that your IP address is allocated dynamically by the ISP.
  21. noipdefault
  22. # Try to get the name server addresses from the ISP.
  23. usepeerdns
  24. # Use this connection as the default route.
  25. defaultroute
  26.  
  27. # Makes pppd "dial again" when the connection is lost.
  28. persist
  29.  
  30. # Do not ask the remote to authenticate.
  31. noauth
  32.  
  33.