~ubuntu-branches/debian/sid/ppp/sid

« back to all changes in this revision

Viewing changes to extra/peers-pppoa

  • Committer: Bazaar Package Importer
  • Author(s): Eddy Petrișor
  • Date: 2007-03-17 22:31:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070317223145-felzh5yrmh8fwi8t
Tags: 2.4.4rel-8
* urgency high since fixes an RC bug
* make sure the /etc/resolv.conf file is world readable (Closes: #415077)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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