From owner-freebsd-questions Wed Apr 22 22:25:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06633 for freebsd-questions-outgoing; Wed, 22 Apr 1998 22:25:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.ttn.com.tw (ms1.ttn.com.tw [203.66.150.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06623 for ; Wed, 22 Apr 1998 22:24:58 -0700 (PDT) (envelope-from jonahkuo@mail.ttn.com.tw) Received: from mail.ttn.com.tw (cs1p02.txg.ttn.net.tw [203.70.179.34]) by ms1.ttn.com.tw (8.8.5/8.8.8) with ESMTP id MAA19796 for ; Thu, 23 Apr 1998 12:13:04 +0800 (CST) Message-ID: <353EC0DF.7E58417E@mail.ttn.com.tw> Date: Thu, 23 Apr 1998 12:17:36 +0800 From: Jonah Kuo Reply-To: jonahkuo@mail.ttn.com.tw X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd mailing list Subject: ppp dialin problems. Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I've set up ppp dial-in server in a FreeBSD-2.2.6 box, with mgetty+sendfax(configured with -DAUTO_PPP) in ports collection. There are two problems: the /usr/ports/comms/mgetty+sendfax/pkg/INSTALL, line 74, print F "\n FAX FROM: **not configured** $def{fax-id} TO: @T@ PAG E: @P@ OF @M@ \n"; should be modified as print F "\n FAX FROM: **not configured** $def{fax-id} TO: \@T@ PAG E: \@P@ OF \@M@ \n"; or make install fails. and the label 'papttyd0' in ppp.conf should be modified to 'papcuaa1' or it'll tell you Apr 22 17:38:31 aquarius ppp[254]: tun0: Warning: Destination system (null) not found in conf file. I have 'cuaa1 "/usr/local/sbin/mgetty -s 57600" dialup on' definition in /etc/ttys now, and it's working now. But I have no any idea what will happen if I have cuaa2,3,4,5,6,7,8 in the future. Further question, if I set dialin and dialout service at same host, you know, they both have delete all add 0 0 HISADDR route commands in /etc/ppp/ppp.linkup. How can I solve the routing problem. I mean, if I connect to Internet with dialout, then the dialin service will delete the 'route default' and create another 'route default', that makes the connection to Internet no function at all. Any help would be appreciated, Jonah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message