From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 18:07:17 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 32D4B16A41F for ; Fri, 19 Aug 2005 18:07:17 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62C243D46 for ; Fri, 19 Aug 2005 18:07:13 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.254]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id 117F424C745 for ; Fri, 19 Aug 2005 19:53:04 +0200 (CEST) Date: Fri, 19 Aug 2005 16:39:53 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1837369919.20050819163953@spaingsm.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: help with pppoed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 18:07:17 -0000 Hi! I want to setup an freebsd server that support authentication via pppoe conexion. I make this steps: 1.I have compiled kernel with needed options 2. i modify rc.conf to include this: pppoed_enable="YES" pppoed_flags="-d -P /var/run/pppoed.pid -l "default" " pppoed_interface="fxp0" 3. pppoed daemon start without any problem #ps aux|grep pppoed usr/libexec/pppoed -d -P /var/run/pppoed.pid -l default fxp0 fxp0 is private interface with ip address 192.168.101.1 4. i configure /etc/ppp.conf with this options: default: set log Phase Chat LCP IPCP CCP tun command enable pap allow mode direct enable proxy disable ipv6cp set mru 1472 set mtu 1472 accept dns enable dns set ifaddr 192.168.101.1 192.168.101.10-240 5. i have configured /etc/ppp.secret with some test user and pass. 6. i make an pppoe connection on my windows box with wizard When i try to connect on my server, after few second i receive this error on windows: "the remote computer did not respond" I dont have experience with this. In ppp.log i dont see anything. How i cand debug this to work! P.S. in /dev i dont see any device tun or ppp