mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 18:33:20 +00:00
added ppp_installer
This commit is contained in:
35
ppp_installer/provider
Normal file
35
ppp_installer/provider
Normal file
@@ -0,0 +1,35 @@
|
||||
# /etc/ppp/peers/provider
|
||||
/dev/#DEVICE 115200
|
||||
# The chat script, customize your APN in this file
|
||||
connect 'chat -s -v -f /etc/chatscripts/chat-connect -T #APN'
|
||||
# The close script
|
||||
disconnect 'chat -s -v -f /etc/chatscripts/chat-disconnect'
|
||||
# Hide password in debug messages
|
||||
hide-password
|
||||
# The phone is not required to authenticate
|
||||
noauth
|
||||
# Debug info from pppd
|
||||
debug
|
||||
# If you want to use the HSDPA link as your gateway
|
||||
defaultroute
|
||||
# pppd must not propose any IP address to the peer
|
||||
noipdefault
|
||||
# No ppp compression
|
||||
novj
|
||||
novjccomp
|
||||
noccp
|
||||
ipcp-accept-local
|
||||
ipcp-accept-remote
|
||||
local
|
||||
# For sanity, keep a lock on the serial line
|
||||
lock
|
||||
modem
|
||||
dump
|
||||
updetach
|
||||
# Hardware flow control
|
||||
nocrtscts
|
||||
remotename 3gppp
|
||||
ipparam 3gppp
|
||||
ipcp-max-failure 30
|
||||
# Ask the peer for up to 2 DNS server addresses
|
||||
usepeerdns
|
||||
Reference in New Issue
Block a user