From owner-freebsd-isp Thu Jan 2 03:49:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA00221 for isp-outgoing; Thu, 2 Jan 1997 03:49:38 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA00216 for ; Thu, 2 Jan 1997 03:49:36 -0800 (PST) Received: from shiva.seranis.com.au (shiva.seranis.com.au [203.14.110.2]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id DAA00287 for ; Thu, 2 Jan 1997 03:49:28 -0800 (PST) Received: (from ramakant@localhost) by shiva.seranis.com.au (8.8.3/8.6.9) id WAA06054; Thu, 2 Jan 1997 22:49:28 +1100 (EST) Date: Thu, 2 Jan 1997 22:49:27 +1100 (EST) From: Ramakant Duggal To: Darius Ramanauskas cc: freebsd-isp@FreeBSD.ORG Subject: Re: Restrict login in cisco? In-Reply-To: <9701021109.AA03617@alpha.kada.lt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We do this to restrict multiple sessions on the Xylogics Annex. An expect script is run every minute, which telnets into the annexe, checks for multiple logins and knocks off all but one, sending the concerned user a warning that they are violating the terms of their account bla bla ... Same could be done with the route I suppose. It is slow. May be someone know of a better way ? On Thu, 2 Jan 1997, Darius Ramanauskas wrote: > Hi All, > > This question is not for this list but in any way. Please answer if > anybody knows: > > How to enable login to cisco router (Access Server) for user only > once? It means that if user AA is loged on to line Async1 and is > trying to log on to line Async3 with the same name (AA) it should be > denyed. > > Authentication is done by TACACS+ on FreeBSD 2.1.5. > > Thank You > > Darius > > P.S. > > Happy New Year to All... >