updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cable-scripts / pptp.conf
blob2986f779c5a6d4e1a0141c78d794437624680c20
1 # pptp.conf
3 # Configuration file for cables script.  Edit as appropriate and install in
4 # /etc/ppp/pptp.conf
6 # NOTE: This file is used by the cables script 
7 #        It is *not* used in any way by the
8 #       "pptp-linux" executable.
12 #***********************************************************************
14 # When you configure a variable, DO NOT leave spaces around the "=" sign.
16 # Ethernet card connected to Cable modem
17 ETH='eth0'
19 # 012 User name
20 USER='cable'
23 #PPTP Server Address
24 SERVERADDR='cablepns.012.net.il'
26 # DNS type: SERVER=obtain from server; SPECIFY=use DNS1 and DNS2;
27 # NOCHANGE=do not adjust.
28 DNSTYPE=SERVER
30 # Obtain DNS server addresses from the peer (recent versions of pppd only)
31 # In old config files, this used to be called USEPEERDNS.  Changed to
32 # PEERDNS for better Red Hat compatibility
33 PEERDNS=yes
35 DNS1=
36 DNS2=
38 # Make the PPTP connection your default route.  Set to
39 # DEFAULTROUTE=no if you don't want this.
40 DEFAULTROUTE=yes
42 # If you want pppd to reconnect when the link is lost.
43 #PERSIST=no if you don't want this
44 PERSIST=yes
46 # LCP echo interval and failure count.
47 LCP_INTERVAL=20
48 LCP_FAILURE=3
51 # Any extra arguments to pass to pppd or pptp.  Normally, use a blank string
52 # like this:
53 PPPD_EXTRA=""
54 PPTP_EXTRA=""
56 ########## DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
57 # If you wish to COMPLETELY overrride the pppd invocation:
58 # Example:
59 # OVERRIDE_PPPD_COMMAND="pppd call cable"