From owner-freebsd-net@FreeBSD.ORG Mon Jan 4 21:44:23 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC68F1065676 for ; Mon, 4 Jan 2010 21:44:23 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7261A8FC14 for ; Mon, 4 Jan 2010 21:44:23 +0000 (UTC) Received: by fxm27 with SMTP id 27so1199022fxm.3 for ; Mon, 04 Jan 2010 13:44:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FJGKDThFDMCp0bi3WTjZkp4NyTsGj1EPtg8c/9Ls8qQ=; b=TcbVPjuS88qkSmJN8NInYnAFkC8bVNMNmM2lgccVScUIONvglU2bZ5vLmjAUXIXRUf PAh+U3AMfKiQSCgNou8b68vE85WnA47W49MyjRXkzYEWJJnHCtE6pp+1zPEKhG3nO/Ii P2zQwrGwo6dz5C13XIDkNpQ28cZ03l3loVYwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=k516KfJ9XcWPo2sKwMp+jeGHVfg+Ch++T3Pcob/DLvWmowhPsCGoQ8MT5WJJB+h39o eAzc8ROVkuiEcsdwRqsOw83mfzuHsqyA49zro6t1J7jAweN3JLj7zxajY5qhYiywc5Ta yn8+9mLyUPfiop7JwlytvCBfLUZt3uoZpDQbo= Received: by 10.223.4.84 with SMTP id 20mr32763777faq.97.1262641456829; Mon, 04 Jan 2010 13:44:16 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 16sm6216678fxm.0.2010.01.04.13.44.15 (version=SSLv3 cipher=RC4-MD5); Mon, 04 Jan 2010 13:44:16 -0800 (PST) Sender: Alexander Motin Message-ID: <4B426130.1070503@FreeBSD.org> Date: Mon, 04 Jan 2010 23:44:16 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Fazal Ahmed Malik References: <1262636582.00202644.1262623802@10.7.7.3> In-Reply-To: <1262636582.00202644.1262623802@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: pppoe controlling simultaneous use with freeradius X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 21:44:24 -0000 Fazal Ahmed Malik wrote: > i have trouble in simultaneous use to work with Freeradius 2 and FreeBSD5.2 pppoe server. My Freebsd box as working as PPPOE server and on same box freeradius is working. But i don't know how freebsd interact with radius as nas. Also could not kill stale pppoe sessions. I also tried MAC-based authentication but without luck. > Please help if some one has solution for this problem i guess i am just missing nas type for freebsd as box is unable to answer radius querries due to wrong nas type. Have you looked on net/mpd5 port? It is one of the most featured PPPoE servers and it works fine with FreeRADIUS. You can find mpd manual here: http://mpd.sourceforge.net/doc5/mpd.html Also consider updating your system, as FreeBSD 5.2 is very old now. -- Alexander Motin