MODEM : MOTOROLA L6
ATTENZIONE IL FILE C'E' QUESTO COLLEGAMENTO dev/modev -> /dev/ttyACM0
/etc/ppp/pppscript
-------------------------------------------------------------------------------------------
TIMEOUT 120
ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
"" "ATZ"
"OK" 'AT+CGDCONT=1,"IP","internet.wind"'
"OK" "ATDT*99#"
TIMEOUT 60
CONNECT
_________________________________________________________
/etc/options
_________________________________________________________
# General configuration options for PPPD:
lock
defaultroute
noipdefault
modem
/dev/modem
460800
crtscts
# Uncomment the line below for more verbose error reporting:
#debug
# If you have a default route already, pppd may require the other side
# to authenticate itself, which most ISPs will not do. To work around this,
# uncomment the line below. Note that this may have negative side effects
# on system security if you allow PPP dialins. See the docs in /usr/doc/ppp*
# for more information.
#noauth
passive
asyncmap 0
name "nd"
------------------------------------



