Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to go to Internet through GPRS setup

22 bytes removed, 18:34, 20 April 2016
m
Configuration example using Movistar provider (Spain)
'''/etc/ppp/chatscripts/movistar''' file should look like this:
<pre>
ABORT 'BUSY' ABORT 'NO CARRIER' ABORT 'VOICE' ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'DELAYED' REPORT CONNECT TIMEOUT 6 '' 'ATQ0' 'OK-AT-OK' 'ATZ' TIMEOUT 3 'OK' @/etc/ppp/chatscripts/pin 'OK\d-AT-OK' 'ATI' 'OK' 'ATZ' 'OK' 'AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0' 'OK' 'AT+IFC=0,0' 'OK' 'ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0' 'OK-AT-OK' @/etc/ppp/chatscripts/apn 'OK' 'ATD*99***1#' TIMEOUT 30 CONNECT ''
</pre>
Many ISP require some time of authentication, in that case we should use PAP authentication method creating the new file
4,199
edits