From owner-freebsd-questions Sun Jun 20 8:34:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from frida.mra.si (frida.mra.si [193.2.116.133]) by hub.freebsd.org (Postfix) with ESMTP id BD10214C8B for ; Sun, 20 Jun 1999 08:34:12 -0700 (PDT) (envelope-from brane@frida.mra.si) Received: from localhost (brane@localhost) by frida.mra.si (8.9.3/8.9.3) with SMTP id RAA11906; Sun, 20 Jun 1999 17:46:21 +0200 (CEST) Date: Sun, 20 Jun 1999 17:46:21 +0200 (CEST) From: Branko Kmetec To: freebsd-questions@freebsd.org Cc: Branko Kmetec Subject: pppd problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some problems with connecting to ISP through pppd. When I connect to ISP, I received IPs but I can't route through or ping to IP at ppp0. After I run pppd I receive: bash# Jun 20 17:18:41 master pppd[5296]: pppd 2.3.5 started by root, uid 0 bash# Jun 20 17:18:44 master pppd[5296]: Connect: ppp0 <--> /dev/cuaa0 bash# Jun 20 17:18:46 master pppd[5296]: local IP address 212.30.66.134 Jun 20 17:18:46 master pppd[5296]: remote IP address 212.30.66.251 With ifconfig -a I get valid IPs for ppp0, but I can't ping them. With netstat -r I don't get nothing. My configuration files are: /etc/ppp/options /dev/cuaa0 115200 connect "usr/bin/chat -f /etc/ppp/dial.chat" crtscts # enable hardware flow control modem # modem control line noipdefault # remote PPP server must supply your IP address. # if the remote host doesn't send your IP during IPCP # negotiation , remove this option passive # wait for LCP packets defaultroute # put this if you want that PPP server will be your # default router user branilov For user branilov I have a line in /etc/ppp/chap-secrets (ISP uses chap authentication). /etc/ppp/dial.chat ABORT BUSY ABORT 'NO CARRIER' TIMEOUT 5 '' ATZ OK ATB4 OK ATDT088032320 TIMEOUT 5 CONNECT Any ideas what could be a problem? Regards, Brane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message