Shannon McMackin wrote: > 1st, Andy, I apologize for not getting back to you on FC10. I've had > to switch back to Ubuntu. > > We had it working on Intrepid. I don't know for the life of me what > changed. I'm using the libs from try3 that you sent me and here's the > output in the attached file. > Shannon, I don't see anything obvious in the output except your provider did not respond to the request for an IP/DNS addresses properly. Line 12 should have looked like this from your provider: rcvd [IPCP ConfNak id=0x1 <addr 10.67.241.190> <ms-dns1 172.16.145.103> <ms-dns2 172.16.145.103>] instead it looks like this: rcvd [IPCP ConfNak id=0x1 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] So pppd kept sending requests for a local IP address and DNS servers until it gave up.
1 Connect: ppp0 <--> /dev/pts/1 2 sent [LCP ConfReq id=0x1 <asyncmap 0x0>] 3 rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth pap>] 4 sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth pap>] 5 rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>] 6 sent [PAP AuthReq id=0x1 user="Mariner-T61" password=<hidden>] 7 rcvd [PAP AuthAck id=0x1] 8 PAP authentication succeeded 9 sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 10 rcvd [IPCP ConfReq id=0x1 <addr 169.254.1.1>] 11 sent [IPCP ConfAck id=0x1 <addr 169.254.1.1>] 12 rcvd [IPCP ConfNak id=0x1 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 13 sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 14 rcvd [IPCP ConfNak id=0x2 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 15 sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 16 rcvd [IPCP ConfNak id=0x3 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 17 sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 18 rcvd [IPCP ConfNak id=0x4 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 19 sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 20 rcvd [IPCP ConfNak id=0x5 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] 21 sent [IPCP ConfReq id=0x6 <addr 0.0.0.0>] 22 rcvd [IPCP ConfNak id=0x6] 23 sent [IPCP ConfReq id=0x7 <addr 0.0.0.0>] 24 rcvd [IPCP ConfNak id=0x7] From what I see it looks good on your side. Are you still using the default barry-att_cingular scripts? Try running "sudo pppd dump debug call barry-att_cingular" so we can see what options pppd thinks are set. - Andy ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel