Guest User

Untitled

a guest
Jan 13th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Press CTRL-C to close the connection at any stage!
  2. defining PDP context...
  3. AT
  4. OK
  5. AT+CPIN=""
  6. ERROR
  7. AT+CGDCONT=1,"IP","TMN"
  8. OK
  9. ATH
  10. OK
  11. ATE1
  12. OK
  13. AT+CSQ
  14. waiting for connect...
  15.  
  16. +CSQ: 16,99
  17.  
  18. OK
  19. ATD*99#
  20. CONNECT
  21. Connected.
  22. If the following ppp negotiations fail,
  23. try restarting the phone.
  24.  
  25. Script /etc/ppp/peers/gprs-connect-chatmm finished (pid 23218), status = 0x0
  26. Serial connection established.
  27. using channel 1
  28. Using interface ppp0
  29. Connect: ppp0 <--> /dev/usb/ttyUSB0
  30. sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2307c908> <pcomp> <accomp>]
  31. rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0x104b2f26> <pcomp> <accomp>]
  32. sent [LCP ConfNak id=0x0 <auth pap>]
  33. rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x2307c908> <pcomp> <accomp>]
  34. rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0x104b2f26> <pcomp> <accomp>]
  35. sent [LCP ConfAck id=0x1 <asyncmap 0x0> <auth pap> <magic 0x104b2f26> <pcomp> <accomp>]
  36. sent [LCP EchoReq id=0x0 magic=0x2307c908]
  37. sent [PAP AuthReq id=0x1 user="tmn" password=<hidden>]
  38. rcvd [LCP DiscReq id=0x2 magic=0x104b2f26]
  39. rcvd [LCP EchoRep id=0x0 magic=0x104b2f26 23 07 c9 08]
  40. rcvd [PAP AuthAck id=0x1 ""]
  41. PAP authentication succeeded
  42. sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
  43. rcvd [IPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
  44. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  45. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  46. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  47. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  48. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  49. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  50. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  51. sent [LCP EchoReq id=0x1 magic=0x2307c908]
  52. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  53. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  54. sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
  55. IPCP: timeout sending Config-Requests
  56. sent [LCP TermReq id=0x2 "No network protocols running"]
  57. sent [LCP TermReq id=0x3 "No network protocols running"]
  58. Connection terminated.
  59.  
  60. Sending break to the modem
  61.  
  62. PDP context detached
  63. Script /etc/ppp/peers/gprs-disconnect-chatmm finished (pid 23723), status = 0x0
  64. Serial link disconnected.
  65. Modem hangup
  66. Exit status is 0
  67. DISCONNECTED
  68.  
  69. Press ENTER to quit
  70. Press r ENTER to reconnect/try again
Add Comment
Please, Sign In to add comment