From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 12:56:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D11DD16A41F for ; Fri, 8 Jul 2005 12:56:56 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D998E43D46 for ; Fri, 8 Jul 2005 12:56:55 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id DAFFE89734 for ; Fri, 8 Jul 2005 14:56:52 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16440-07 for ; Fri, 8 Jul 2005 14:56:52 +0200 (CEST) Received: from firewall.demig (p5083963A.dip0.t-ipconnect.de [80.131.150.58]) by server.absolute-media.de (Postfix) with ESMTP id 0F4868717C for ; Fri, 8 Jul 2005 14:56:43 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j68CrgpR066160 for ; Fri, 8 Jul 2005 14:53:42 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: Date: Fri, 8 Jul 2005 15:53:40 +0200 Message-ID: <000001c583c4$72348380$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Subject: ppp vial null modem cable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 12:56:57 -0000 Hello. I am trying to configure a FreeBSD box to serve as a ppp server for a Windows box. I have to use a null-modem cable with only RxD/TxD/GND. Here is my ppp.conf for userland ppp: default: set log ... ident ... direct0: set device /dev/cuaa0 set speed 19200 set timeout 0 set lqrperiod 10 enable lqr accept lqr set ctsrts off set cd off set accmap 000a0000 set openmode passive enable pap chap set ifaddr 172.16.0.1/0 172.16.0.100-172.16.0.199 And I have a ppp.secret with one entry only: test test Neither "ppp -dedicated direct0" nor interactive ppp work. Can someone verify, if there is something wrong with my ppp.conf, so that I _only_ need to investigate in finding Windows configuration problems? Thank you, Norbert