From owner-freebsd-questions Sun Feb 25 9:27:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vei.net (mail.vei.net [63.67.127.134]) by hub.freebsd.org (Postfix) with ESMTP id EF7C937B491 for ; Sun, 25 Feb 2001 09:27:23 -0800 (PST) (envelope-from techieguy7@yahoo.com) Received: from hav0c [63.83.78.158] by mail.vei.net with ESMTP (SMTPD32-6.05) id A336B1D005A; Sun, 25 Feb 2001 12:39:02 -0500 From: "Dan" To: freebsd-questions@FreeBSD.ORG Date: Sun, 25 Feb 2001 12:35:18 -0500 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-21253 Subject: ppp dial-up problems Message-ID: <3A98FC06.28236.910662B@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Message-Boundary-21253 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body I have set up ppp to dial my ISP. I typed ppp -auto myispname and when I try to run a program that needs the network it does not even attempt to establish a connection. When I type ppp -ddial it dials my ISP but then says "Warning: Chat script failed" and disconnects me. So I don't know what to do so i will post my ppp.conf, ppp.linkup, and rc.conf. Let me know if you see anything wrong. I can connect to the ISP using kppp(under kde) and it works just fine. But I can't get ppp to work. Any suggestions? Thanks --Message-Boundary-21253 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'ppp.linkup' MYADDR: delete ALL add 0 0 HISADDR --Message-Boundary-21253 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'ppp.conf' #info changed for privacy default: set log Phase Chat Connect Carrier lcp ipcp ccp command set device /dev/cuaa0 #my modem is on COM 1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" CLSCC: set phone "5555555" #Separate multiple phone numbers with a | set login "TIMEOUT 10 name:-BREAK-name: myname word: mypass cr2> ppp" #my isp asks for username: and password: and has a prompt of clscr2> where i type ppp set timeout 300 #Change to 0 if no timeout desired deny lqr set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 --Message-Boundary-21253 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'rc.conf' # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # linux_enable="YES" sendmail_enable="YES" moused_enable="YES" saver="logo" sshd_enable="YES" inetd_enable="YES" network_interfaces="lo0 tun0" ifconfig_tun0= router_enable="NO" --Message-Boundary-21253-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message