blob: 3b69f476d5b7696c20fefe4922b8c6277a00d297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Select tty device
#
# First modem AT command port (symlink to actual device)
/dev/modem_at0
# Uncomment below to run in foreground
#nodetach
# Uncomment below to emit debug
#debug
# Uncomment to keep pppd up if the connection terminates
#persist
# Uncomment for unlimited connection attempts
#maxfail 0
# disable logging to /etc/ppp/connect-errors
# and only log to syslog
logfile /dev/null
lock
# Sprint modems in some cases require IPV6 to use IPV4.
# It probably doesn't hurt to try to get IPV6, even
# if the carrier doesn't support it.
+ipv6
ipv6cp-use-ipaddr
|