Add ppp/gprs
This commit is contained in:
22
ppp/gprs
Normal file
22
ppp/gprs
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# pppd options
|
||||
#
|
||||
#logfile /var/ppplog
|
||||
/dev/ttyUSB0
|
||||
9600
|
||||
nocrtscts
|
||||
debug
|
||||
nodetach
|
||||
ipcp-accept-local
|
||||
ipcp-accept-remote
|
||||
noipdefault
|
||||
usepeerdns
|
||||
defaultroute
|
||||
persist
|
||||
noauth
|
||||
|
||||
#lcp-echo-failure 0
|
||||
#lcp-echo-interval 0
|
||||
|
||||
# Chat scripts
|
||||
connect "/usr/sbin/chat -v -s -f /etc/ppp/chat"
|
||||
Reference in New Issue
Block a user