Date: Thu, 21 Feb 2002 00:19:08 +0900 From: Dmitry <xeon@economy.chita.ru> To: freebsd-questions@FreeBSD.ORG Subject: ppp and "Session-Timeout" (RADIUS) Message-ID: <1688339251.20020221001908@economy.chita.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1688339251.20020221001908>