Date: Tue, 12 Sep 2000 23:50:53 -0700 From: "windeath" <windeath@sirinet.net> To: <Questions@freebsd.org> Subject: PPP Distress Message-ID: <001701c01d4e$f662d260$1a5803cf@windeath>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] I've been trying to get a ppp connect for 4 weeks, I hear so many people say they just filled in the default ppp.conf and it worked, well it doesn't for me I found a shell script that sets stuff up but the log still looks pretty much the same Here's my /etc/ppp/ppp.conf default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa2 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 300 add default HISADDR sirius: set phone "3510124" #Separate multiple phone numbers with a | #set redial 3 20 set login set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 set authname linux set authkey ***** here's the log Sep 12 23:31:51 wdeath ppp[232]: Phase: Using interface: tun0 Sep 12 23:31:51 wdeath ppp[232]: Phase: deflink: Created in closed state Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set device /dev/cuaa2 Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set speed 115200 Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set timeout 300 Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: add default HISADDR Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set phone 3510124 Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set login Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set authname linux Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set authkey ******** Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: bundle: Establish Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: closed -> opening Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: Connected! Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: opening -> dial Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Phone: 3510124 Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: deflink: Dial attempt 1 of 1 Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Send: AT^M Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Expect(5): OK Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect timeout Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: AT^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect(5): OK Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: AT^M^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: OK^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: ATE1Q0^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect(5): OK Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: AT^M^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: OK^M Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: ATDT3510124^M Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Expect(40): CONNECT Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Received: ATE1Q0^M^M Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Received: OK^M Sep 12 23:32:38 wdeath ppp[233]: tun0: Chat: Expect timeout Sep 12 23:32:38 wdeath ppp[233]: tun0: Warning: Chat script failed Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: dial -> hangup Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: Disconnected! Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: Connect time: 47 secs: 0 octets in, 0 octets out Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Sep 12 23:32:38 2000 Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: hangup -> closed Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: bundle: Dead Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: PPP Terminated (normal). ps \\dATDT\\T isn't underlined, just something Outlook did Windeath [-- Attachment #2 --] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4134.600" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I've been trying to get a ppp connect for 4 weeks,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I hear so many people say they just filled in the default ppp.conf and it worked, well it doesn't for me</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I found a shell script that sets stuff up but the log still looks pretty much the same</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Here's my /etc/ppp/ppp.conf</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>default:<BR> set log Phase Chat LCP IPCP CCP tun command<BR> set device /dev/cuaa2<BR> set speed 115200<BR> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK <A href="file://\\dATDT\\T"><FONT color=#000000>\\dATDT\\T</FONT></A> TIMEOUT 40 CONNECT"<BR> set timeout 300<BR> add default HISADDR<BR>sirius:<BR> set phone "3510124" #Separate multiple phone numbers with a |<BR> #set redial 3 20<BR> set login<BR> set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 <BR> set authname linux<BR> set authkey *****</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>here's the log</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Sep 12 23:31:51 wdeath ppp[232]: Phase: Using interface: tun0 <BR>Sep 12 23:31:51 wdeath ppp[232]: Phase: deflink: Created in closed state <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set device /dev/cuaa2 <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set speed 115200 <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: set timeout 300 <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: default: add default HISADDR <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set phone 3510124 <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set login <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set authname linux <BR>Sep 12 23:31:51 wdeath ppp[232]: tun0: Command: isp: set authkey ******** <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: bundle: Establish <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: closed -> opening <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: Connected! <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Phase: deflink: opening -> dial <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Phone: 3510124 <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: deflink: Dial attempt 1 of 1 <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Send: AT^M <BR>Sep 12 23:31:51 wdeath ppp[233]: tun0: Chat: Expect(5): OK <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect timeout <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: AT^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect(5): OK <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: AT^M^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: OK^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: ATE1Q0^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Expect(5): OK <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: AT^M^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Received: OK^M <BR>Sep 12 23:31:56 wdeath ppp[233]: tun0: Chat: Send: ATDT3510124^M <BR>Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Expect(40): CONNECT <BR>Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Received: ATE1Q0^M^M <BR>Sep 12 23:31:58 wdeath ppp[233]: tun0: Chat: Received: OK^M <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Chat: Expect timeout <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Warning: Chat script failed <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: dial -> hangup <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: Disconnected! <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: Connect time: 47 secs: 0 octets in, 0 octets out <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Sep 12 23:32:38 2000 <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: deflink: hangup -> closed <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: bundle: Dead <BR>Sep 12 23:32:38 wdeath ppp[233]: tun0: Phase: PPP Terminated (normal). <BR></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>ps </DIV> <DIV> <A href="file://\\dATDT\\T"><FONT color=#000000>\\dATDT\\T</FONT></A> isn't underlined, just something Outlook did</DIV> <DIV> </DIV> <DIV>Windeath</DIV> <DIV><BR> </DIV></FONT></BODY></HTML>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001701c01d4e$f662d260$1a5803cf>
