From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 18:07:31 2006 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 983B916A41B for ; Fri, 9 Jun 2006 18:07:31 +0000 (UTC) (envelope-from jhall@vandaliamo.net) Received: from trueband.net (trueband.net [216.163.120.10]) by mx1.FreeBSD.org (Postfix) with SMTP id EE0B443D72 for ; Fri, 9 Jun 2006 18:07:30 +0000 (GMT) (envelope-from jhall@vandaliamo.net) Received: (qmail 22732 invoked by uid 1006); 9 Jun 2006 18:07:30 -0000 Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16 (spamassassin: 3.1.0. Clear:SA:0(-0.8/100.0):. Processed in 3.490032 secs); 09 Jun 2006 18:07:30 -0000 X-Spam-Status: No, hits=-0.8 required=100.0 X-Spam-Level: Received: from unknown (HELO trueband.net) (172.16.0.14) by -v with SMTP; 9 Jun 2006 18:07:26 -0000 Received: (qmail 16072 invoked from network); 9 Jun 2006 18:07:26 -0000 Received: from unknown (HELO admintool.trueband.net) (127.0.0.1) by -v with SMTP; 9 Jun 2006 18:07:26 -0000 Received: from 199.223.158.225 (SquirrelMail authenticated user jhall@vandaliamo.net) by admintool.trueband.net with HTTP; Fri, 9 Jun 2006 18:07:26 -0000 (GMT) Message-ID: <1798.199.223.158.225.1149876446.squirrel@admintool.trueband.net> Date: Fri, 9 Jun 2006 18:07:26 -0000 (GMT) From: jhall@vandaliamo.net To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: FBSD 6.0 and ppp 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, 09 Jun 2006 18:07:31 -0000 I am trying to setup a remote FreeBSD server to allow me to dial in and check the network in case the WAN link goes does. I accomplished this with 5.3, and cannot figure out what I am doing wrong on FBSD 6.0. I am dialing using WIndows XP to establish a PPP connection I am using the second method outlined in man ppp. I added the following line to /etc/gettytab. :pp=/usr/local/bin/ppplogin:\ /etc/ttys was changed to ttyd0 "/usr/libexec/getty std.38400" dialup on secure /usr/local/bin/ppplogin was created and permissions are 775. The following was added to /etc/ppp/ppp.conf incoming: set device /dev/cuad0 set ifaddr 10.0.0.1 10.0.0.0/24 enable pap enable chap allow users xxxx /etc/ppp/ppp.secret xxxxpassword10.0.0.95 When the connection is initially dialed, I see tun1 opened (tun0 is a DSL connection) and the PID displayed. However, the Windows system hangs with Verifying Password and will eventually report error 721. Firewall rules are in place and allow all traffic from tun1. Any suggestions would be greatly appreciated. Thanks, Jay