All,
I'm running into difficulty testing an AT&T Wireless EDGE PC card (Sony Ericsson GC82) modem on Debian GNU/Linux 3.0 (Woody). I'm running PPP 2.4.2+20040202-0.backports.org.1. I'm using the "debug" and "nodetach" options in my configuration file. I've got an Ethernet connection established on eth0, and am attempting to establish a PPP connection using the modem. I remove the default route with "ip route delete" prior to starting PPP. When I run "pon," the output is as follows:
OK AT+cfun=1 OK AT+cgreg=1 OK
+CGREG: 1 AT OK AT+cgdcont=2,"IP","proxy" OK ATD*99***2# CONNECTSerial connection established. using channel 12 Using interface ppp0 Connect: ppp0 <--> /dev/ttyS2 sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x255bda16> <pcomp> <accomp>] rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x255bda16> <pcomp> <accomp>] sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x255bda16> <pcomp> <accomp>] rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x255bda16> <pcomp> <accomp>] rcvd [LCP ConfReq id=0xa4 <mru 1500> <asyncmap 0x0> <auth pap> <magic 0xd0553a> <pcomp> <accomp>] sent [LCP ConfAck id=0xa4 <mru 1500> <asyncmap 0x0> <auth pap> <magic 0xd0553a> <pcomp> <accomp>] sent [LCP EchoReq id=0x0 magic=0x255bda16] sent [PAP AuthReq id=0x1 user="turing" password=<hidden>] rcvd [LCP EchoRep id=0x0 magic=0x255bda16] appear to have received our own echo-reply! rcvd [PAP AuthAck id=0x1 "PAP access OK"] Remote message: PAP access OK PAP authentication succeeded sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0>] rcvd [LCP ProtRej id=0xa5 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f] rcvd [IPCP ConfReq id=0xa4 <addr 127.0.0.2> <compress VJ 0f 01> <ms-dns1 10.250.1.10> <ms-dns3 10.250.1.11>] sent [IPCP ConfRej id=0xa4 <ms-dns1 10.250.1.10> <ms-dns3 10.250.1.11>] rcvd [IPCP ConfNak id=0x1 <addr 10.112.92.29>] sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 10.112.92.29>] rcvd [IPCP ConfReq id=0xa5 <addr 127.0.0.2> <compress VJ 0f 01>] sent [IPCP ConfNak id=0xa5 <addr 10.0.0.1>] rcvd [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr 10.112.92.29>] rcvd [IPCP ConfReq id=0xa6 <addr 10.0.0.1> <compress VJ 0f 01>] sent [IPCP ConfAck id=0xa6 <addr 10.0.0.1> <compress VJ 0f 01>] local IP address 10.112.92.29 remote IP address 10.0.0.1 Script /etc/ppp/ip-up started (pid 8051) Script /etc/ppp/ip-up finished (pid 8051), status = 0x0 appear to have received our own echo-reply! appear to have received our own echo-reply! appear to have received our own echo-reply! No response to 4 echo-requests Serial link appears to be disconnected. Script /etc/ppp/ip-down started (pid 8072) sent [LCP TermReq id=0x2 "Peer not responding"] Script /etc/ppp/ip-down finished (pid 8072), status = 0x1 rcvd [LCP TermAck id=0x2] Connection terminated. Connect time 2.1 minutes. Sent 1128 bytes, received 506 bytes.
I'm concerned about the following messages in particular:
sent [LCP EchoReq id=0x0 magic=0x4f835e98] sent [PAP AuthReq id=0x1 user="turing" password=<hidden>] rcvd [LCP EchoRep id=0x0 magic=0x4f835e98] appear to have received our own echo-reply! rcvd [PAP AuthAck id=0x1 "PAP access OK"]
I'm able to verify the establishment of a new default route using "route -n". I can ping www.yahoo.com. However, ultimately, the script aborts with an error. What to do? I'd appreciate any suggestions offered.
Thanks.
Michael
-- Michael Morey Consultant Optivel Phone: 317.275.2306 E-mail: [EMAIL PROTECTED] Web: www.optivel.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]