Multi-Tech Systems MTD-H5 User Manual

Page of 32
USING LINUX
# If you want to use the HSDPAGPRS link as your gateway
defaultroute
# pppd must not propose any IP address to the peer
#noipdefault
ipcp-accept-local
ipcp-accept-remote
# Keep modem up even if connection fails
#persist
# Hardware flow control
crtscts
# Ask the peer for up to 2 DNS server addresses
usepeerdns
# No ppp compression
novj
nobsdcomp
novjccomp
nopcomp
noaccomp
# For sanity, keep a lock on the serial line
lock
# Show password in debug messages
show-password
This script calls the option connect using the script hsdpa_connectgprs_connect, for example: #!/bin/sh
# Connection to the network
'' AT+CGDCONT=1,"IP","<insert here the correct APN provided by
your network operator>"# Connection to the network
'' AT+CGDCONT=1,"IP","<insert here the correct APN provided by
your network operator>"
# Dial the number.
OK ATD*99***1#ATD*99***1#
# The modem is waiting for the following answer
CONNECT ''
After launching a PPP connection is possible to use ftp protocol or other utilities that allow the access to the
Internet.
QuickCarrier
TM
USB-D MTD-H5 User Guide
17