T-Mobile pppd scripts

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(/etc/ppp/peers/tmobile)
(catspec)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
I got this working using wap.voicestream.com.  internet2 keeps giving me "LCP terminated by peer (^K!)" after CHAP auth.
 
I got this working using wap.voicestream.com.  internet2 keeps giving me "LCP terminated by peer (^K!)" after CHAP auth.
  
 +
Note to the above comment (2008-08-19 by Ryan Adams): I finally got internet2.voicestream.com working (on OM2008.8).  Initially, like the user above, I received "LCP terminated by peer (^K!)" after CHAP authentication.  It turns out this only happened when I dialed in to "99***2".  When I used "99***1" instead I was able to get all the way through without any errors.  I have the "T-Mobile Total Internet Add-on" plan and live around Seattle, WA.
  
 
== /etc/ppp/peers/tmobile ==
 
== /etc/ppp/peers/tmobile ==
# File: /etc/ppp/peers/tmobile
+
  # File: /etc/ppp/peers/tmobile
#
+
  #
/dev/ttySAC0
+
  /dev/ttySAC0
115200
+
  115200
crtscts
+
  crtscts
lock
+
  lock
hide-password
+
  hide-password
defaultroute # set the default route
+
  defaultroute # set the default route
usepeerdns
+
  usepeerdns
holdoff 3
+
  holdoff 3
ipcp-accept-local
+
  ipcp-accept-local
lcp-echo-failure 12
+
  lcp-echo-failure 12
lcp-echo-interval 3
+
  lcp-echo-interval 3
noauth
+
  noauth
noipdefault
+
  noipdefault
novj
+
  novj
novjccomp
+
  novjccomp
replacedefaultroute
+
  replacedefaultroute
persist
+
  persist
debug
+
  debug
 
+
 
connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile"
+
  connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile"
disconnect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile-disconnect"
+
  disconnect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile-disconnect"
 
+
  
  
 +
----
 +
This almost worked as is for me.  I simply had to remove the "115200" line.  I'm using T-Mobile in Denver, CO so I'm not sure if that's what caused the differences. - Dave 
 
----
 
----
  
 
=== /etc/ppp/chatscripts/tmobile ===
 
=== /etc/ppp/chatscripts/tmobile ===
TIMEOUT 10
+
  TIMEOUT 10
ABORT 'BUSY'
+
  ABORT 'BUSY'
ABORT 'NO ANSWER'
+
  ABORT 'NO ANSWER'
ABORT 'ERROR'
+
  ABORT 'ERROR'
SAY 'Starting GPRS connect script\n'
+
  SAY 'Starting GPRS connect script\n'
 
+
""'ATZ'
+
  ""'ATZ'
SAY 'Setting APN\n'
+
  SAY 'Setting APN\n'
OK 'AT+CGDCONT=1,"IP","wap.voicestream.com"'
+
  OK 'AT+CGDCONT=1,"IP","wap.voicestream.com"'
 
+
ABORT 'NO CARRIER'
+
  ABORT 'NO CARRIER'
SAY 'Dialing...\n'
+
  SAY 'Dialing...\n'
OK 'ATD*99***1#'
+
  OK 'ATD*99***1#'
CONNECT ''
+
  CONNECT  
  
 +
----
 +
I was able to use "internet2.voicestream.com".  Once again, not sure if being in Denver caused the difference.  - Dave
 
----
 
----
  
 
=== /etc/ppp/chatscripts/tmobile-disconnect ===
 
=== /etc/ppp/chatscripts/tmobile-disconnect ===
"" "\K"
+
  "" "\K"
"" "+++ATH0"
+
  "" "+++ATH0"
SAY "GPRS disconnected."
+
  SAY "GPRS disconnected."
  
 
----
 
----
  
 
=== /etc/ppp/chap-secrets ===
 
=== /etc/ppp/chap-secrets ===
# client        server  secret                  IP addresses
+
  # client        server  secret                  IP addresses
  *            *      ""                      *
+
    *            *      ""                      *
  
 
----
 
----
Line 92: Line 96:
 
     rcvd [LCP TermReq id=0x7 0b 21]
 
     rcvd [LCP TermReq id=0x7 0b 21]
 
     LCP terminated by peer (^K!)
 
     LCP terminated by peer (^K!)
 +
 +
[[Category:GPRS]]

Latest revision as of 23:01, 16 August 2009

I got this working using wap.voicestream.com. internet2 keeps giving me "LCP terminated by peer (^K!)" after CHAP auth.

Note to the above comment (2008-08-19 by Ryan Adams): I finally got internet2.voicestream.com working (on OM2008.8). Initially, like the user above, I received "LCP terminated by peer (^K!)" after CHAP authentication. It turns out this only happened when I dialed in to "99***2". When I used "99***1" instead I was able to get all the way through without any errors. I have the "T-Mobile Total Internet Add-on" plan and live around Seattle, WA.

Contents

[edit] /etc/ppp/peers/tmobile

  # File: /etc/ppp/peers/tmobile
  #
  /dev/ttySAC0
  115200
  crtscts
  lock
  hide-password
  defaultroute # set the default route
  usepeerdns
  holdoff 3
  ipcp-accept-local
  lcp-echo-failure 12
  lcp-echo-interval 3
  noauth
  noipdefault
  novj
  novjccomp
  replacedefaultroute
  persist
  debug
  
  connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile"
  disconnect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile-disconnect"



This almost worked as is for me. I simply had to remove the "115200" line. I'm using T-Mobile in Denver, CO so I'm not sure if that's what caused the differences. - Dave


[edit] /etc/ppp/chatscripts/tmobile

 TIMEOUT 10
 ABORT 'BUSY'
 ABORT 'NO ANSWER'
 ABORT 'ERROR'
 SAY 'Starting GPRS connect script\n'

 ""'ATZ'
 SAY 'Setting APN\n'
 OK 'AT+CGDCONT=1,"IP","wap.voicestream.com"'

 ABORT 'NO CARRIER'
 SAY 'Dialing...\n'
 OK 'ATD*99***1#'
 CONNECT 

I was able to use "internet2.voicestream.com". Once again, not sure if being in Denver caused the difference. - Dave


[edit] /etc/ppp/chatscripts/tmobile-disconnect

 "" "\K"
 "" "+++ATH0"
 SAY "GPRS disconnected."

[edit] /etc/ppp/chap-secrets

 # client        server  secret                  IP addresses
   *             *       ""                      *

Modified from info found here: [1]


[edit] Failed negotiation

   root@fic-gta01:~$ pppd nodetach call tmobile
   Starting GPRS connect script
   Setting APN
   Dialing...
   Serial connection established.
   using channel 6
   Using interface ppp0
   Connect: ppp0 <--> /dev/ttySAC0
   sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4e9abed> <pcomp> <accomp>]
   rcvd [LCP ConfRej id=0x1 <magic 0x4e9abed>]
   sent [LCP ConfReq id=0x2 <asyncmap 0x0> <pcomp> <accomp>]
   rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> <pcomp> <accomp>]
   rcvd [LCP ConfReq id=0xb <asyncmap 0x0> <auth chap MD5> <pcomp> <accomp>]
   sent [LCP ConfAck id=0xb <asyncmap 0x0> <auth chap MD5> <pcomp> <accomp>]
   sent [LCP EchoReq id=0x0 magic=0x0]
   rcvd [CHAP Challenge id=0xc <c034dedca83809689a0180da3a2f2016460304ca4e64a1>, name = ""]
   sent [CHAP Response id=0xc <1c2a6e0f23afc550eeae08d33717b79c>, name = "fic-gta01"]
   rcvd [LCP EchoRep id=0x0 magic=0x0]
   rcvd [CHAP Success id=0xc ""]
   CHAP authentication succeeded
   sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15>]
   sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
   rcvd [LCP ProtRej id=0x4 80 fd 01 01 00 0c 1a 04 78 00 18 04 78 00]
   rcvd [LCP TermReq id=0x7 0b 21]
   LCP terminated by peer (^K!)
Personal tools

I got this working using wap.voicestream.com. internet2 keeps giving me "LCP terminated by peer (^K!)" after CHAP auth.


/etc/ppp/peers/tmobile

  1. File: /etc/ppp/peers/tmobile

/dev/ttySAC0 115200 crtscts lock hide-password defaultroute # set the default route usepeerdns holdoff 3 ipcp-accept-local lcp-echo-failure 12 lcp-echo-interval 3 noauth noipdefault novj novjccomp replacedefaultroute persist debug

connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile" disconnect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/tmobile-disconnect"



/etc/ppp/chatscripts/tmobile

TIMEOUT 10 ABORT 'BUSY' ABORT 'NO ANSWER' ABORT 'ERROR' SAY 'Starting GPRS connect script\n'

""'ATZ' SAY 'Setting APN\n' OK 'AT+CGDCONT=1,"IP","wap.voicestream.com"'

ABORT 'NO CARRIER' SAY 'Dialing...\n' OK 'ATD*99***1#' CONNECT


/etc/ppp/chatscripts/tmobile-disconnect

"" "\K" "" "+++ATH0" SAY "GPRS disconnected."


/etc/ppp/chap-secrets

  1. client server secret IP addresses
 *             *       ""                      *

Modified from info found here: [1]


Failed negotiation

   root@fic-gta01:~$ pppd nodetach call tmobile
   Starting GPRS connect script
   Setting APN
   Dialing...
   Serial connection established.
   using channel 6
   Using interface ppp0
   Connect: ppp0 <--> /dev/ttySAC0
   sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4e9abed> <pcomp> <accomp>]
   rcvd [LCP ConfRej id=0x1 <magic 0x4e9abed>]
   sent [LCP ConfReq id=0x2 <asyncmap 0x0> <pcomp> <accomp>]
   rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> <pcomp> <accomp>]
   rcvd [LCP ConfReq id=0xb <asyncmap 0x0> <auth chap MD5> <pcomp> <accomp>]
   sent [LCP ConfAck id=0xb <asyncmap 0x0> <auth chap MD5> <pcomp> <accomp>]
   sent [LCP EchoReq id=0x0 magic=0x0]
   rcvd [CHAP Challenge id=0xc <c034dedca83809689a0180da3a2f2016460304ca4e64a1>, name = ""]
   sent [CHAP Response id=0xc <1c2a6e0f23afc550eeae08d33717b79c>, name = "fic-gta01"]
   rcvd [LCP EchoRep id=0x0 magic=0x0]
   rcvd [CHAP Success id=0xc ""]
   CHAP authentication succeeded
   sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15>]
   sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
   rcvd [LCP ProtRej id=0x4 80 fd 01 01 00 0c 1a 04 78 00 18 04 78 00]
   rcvd [LCP TermReq id=0x7 0b 21]
   LCP terminated by peer (^K!)