summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-07-19 10:16:29 +0000
committerbrian <brian@FreeBSD.org>2000-07-19 10:16:29 +0000
commite59bf23032523b919990e96d1cd2172e76a6a0e8 (patch)
tree31a3c99ac89ed7210a15327c4c2e29600562e9b0 /etc/ppp
parent500d4d6905485c72e99c39d3502994a1439ce438 (diff)
downloadFreeBSD-src-e59bf23032523b919990e96d1cd2172e76a6a0e8.zip
FreeBSD-src-e59bf23032523b919990e96d1cd2172e76a6a0e8.tar.gz
Add a default ident string and do some minor whitespace adjustments
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf
index 86018c6..c23c61b 100644
--- a/etc/ppp/ppp.conf
+++ b/etc/ppp/ppp.conf
@@ -9,20 +9,19 @@
#################################################################
default:
+ ident user-ppp VERSION (built COMPILATIONDATE)
- #
- # Make sure that "device" references the correct serial port
+ # Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
-
set device /dev/cuaa1
set log Phase Chat LCP IPCP CCP tun command
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
- set timeout 120 # 3 mintue idle timer (the default)
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
+ set timeout 120 # 3 mintue idle timer (the default)
add default HISADDR # Add a (sticky) default route
enable dns # request DNS info (for resolv.conf)
OpenPOWER on IntegriCloud