Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 20:44:35 -0800 (PST)
From:      Carlos Carnero <zopewiz@yahoo.com>
To:        freebsd-net@FreeBSD.ORG
Subject:   Incoming PPP connections OK, but no traffic
Message-ID:  <20030130044435.60552.qmail@web21402.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030130044435.60552.qmail>