From owner-freebsd-questions Wed Feb 20 7:19:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freddy.chita.ru (freddy.chita.ru [213.59.128.102]) by hub.freebsd.org (Postfix) with ESMTP id 70D2037B400 for ; Wed, 20 Feb 2002 07:19:23 -0800 (PST) Received: from economy.chita.ru (economy.chita.ru [213.59.235.133]) by freddy.chita.ru (Postfix) with ESMTP id D45F45358C for ; Thu, 21 Feb 2002 00:19:18 +0900 (YAKT) Received: from 192.168.0.201 ([192.168.0.201]) by economy.chita.ru (8.11.3/8.8.7) with ESMTP id g1KFGJA29356 for ; Thu, 21 Feb 2002 00:16:19 +0900 Date: Thu, 21 Feb 2002 00:19:08 +0900 From: Dmitry X-Mailer: The Bat! (v1.53d) Reply-To: Dmitry X-Priority: 3 (Normal) Message-ID: <1688339251.20020221001908@economy.chita.ru> To: freebsd-questions@FreeBSD.ORG Subject: ppp and "Session-Timeout" (RADIUS) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm building a Network Access Server on 4.3-RELEASE based system. There are few modems and multiport card on the same machine. For authorizatoin and accounting I've selected RADIUS Cistron, and as RADIUS client - ppp&mgetty. This is my configuration: /etc/ttys: cuaa2 "/usr/local/sbin/mgetty" dialup on cuaa3 "/usr/local/sbin/mgetty" dialup on cuaa4 "/usr/local/sbin/mgetty" dialup on /usr/local/etc/mgetty+sendfax/login.config: /AutoPPP/ - a_ppp /usr/local/bin/ppplogin /usr/local/bin/ppplogin: #!/bin/sh exec /usr/sbin/ppp -direct radius /etc/ppp/ppp.conf: radius: enable pap enable proxy accept dns enable dns set radius /etc/radius.conf /etc/radius.conf: auth localhost pass 10 10 acct localhost pass 10 10 All works fine but... When Session-Timeout parameter from RADIUS server exceeds, ppp won't disconnect user, he proceeds to be online. It is unacceptable on ISP's server, isn't it? Well, I have a questions: 1) How to make this stuff working? 2) What I'm doing incorrect 3) Are there any other RADIUS clients for the same purposes (dial-in sercers)? Thanx! P.S. All software from 4.3-RELEASE ports. -- Sorry for my poor English ;) Best regards, Dmitry mailto:xeon@economy.chita.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message