From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 18:54:16 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 D3E5116A41F for ; Fri, 9 Jun 2006 18:54:16 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774BE43D73 for ; Fri, 9 Jun 2006 18:54:16 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060609185415.KTX12693.mta10.adelphia.net@barbish>; Fri, 9 Jun 2006 14:54:15 -0400 From: "fbsd" To: , Date: Fri, 9 Jun 2006 14:54:10 -0400 Message-ID: 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 IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1798.199.223.158.225.1149876446.squirrel@admintool.trueband.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: FBSD 6.0 and ppp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 18:54:16 -0000 You have to use modem "AT" commands to tell FreeBSD modem to answer in coming calls. I complete detailed write up on 'user ppp' for answering incoming calls can be found in the install guide at www.a1poweruser.com. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of jhall@vandaliamo.net Sent: Friday, June 09, 2006 2:07 PM To: freebsd-questions@freebsd.org Subject: FBSD 6.0 and ppp 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"