From owner-freebsd-questions Thu Jan 30 7:49:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FFB37B401 for ; Thu, 30 Jan 2003 07:49:41 -0800 (PST) Received: from web21414.mail.yahoo.com (web21414.mail.yahoo.com [216.136.232.185]) by mx1.FreeBSD.org (Postfix) with SMTP id B5AC243F3F for ; Thu, 30 Jan 2003 07:49:40 -0800 (PST) (envelope-from zopewiz@yahoo.com) Message-ID: <20030130154940.22473.qmail@web21414.mail.yahoo.com> Received: from [63.170.174.190] by web21414.mail.yahoo.com via HTTP; Thu, 30 Jan 2003 07:49:40 PST Date: Thu, 30 Jan 2003 07:49:40 -0800 (PST) From: Carlos Carnero Subject: No traffic on incoming PPP connections To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've been toying with my test FreeBSD server (4.7-RELEASE-p3) to try to set up a plain old PPP server. I'm at a point where the modem answers, the connection goes up (i.e. the caller gets an IP number) but there's no traffic. Below you can find the files I changed in order to get that setup working, but I don't know what am I missing (and I am under the impression that's something so simple that's embarrasing.) BTW, I'm using mgetty+sendfax to answer the phone and no PAP nor CHAP, just passwd authentication. /etc/ppp/ppp.conf: default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \ \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180# 3 minute idle timer (the default) enable dns# request DNS info (for resolv.conf) enable proxy set ifaddr 192.168.250.254 ---> cont'd 192.168.250.250-192.168.250.253 cuaa0: allow users texel tony set ifaddr 192.168.250.254 192.168.250.253 enable proxy enable passwdauth accept dns set dns 192.168.250.1 set nbns 192.168.250.20 set mppe /usr/local/etc/mgetty+sendfax/mgetty.config: port cuaa0 debug 4 fax-id 00 00 000000 speed 115000 direct NO blocking NO port-owner uucp port-group dialer port-mode 0660 toggle-dtr YES toggle-dtr-waittime 500 data-only YES fax-only NO modem-type auto init-chat "" ATS0=0V1E1Q0&D3&C1&H3&N0 OK modem-check-time 3600 rings 1 answer-chat "" ATA CONNECT \c \r answer-chat-timeout 80 autobauding NO ringback NO ringback-time 30 ignore-carrier false issue-file /etc/issue prompt-waittime 500 login-prompt @!login: login-time 240 diskspace 1024 notify faxadmin fax-owner uucp fax-group modem fax-mode 0660 /usr/local/etc/mgetty+sendfax/login.config: /AutoPPP/ - - /etc/ppp/ppp-incoming and finally, /etc/ppp/ppp-incoming: #!/bin/sh exec /usr/sbin/ppp -direct $IDENT What am I doing wrong? Best regards, and thanks for yer time, Carlos. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message