From owner-freebsd-isp Thu Aug 31 6:24:57 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by hub.freebsd.org (Postfix) with ESMTP id AADFC37B43C for ; Thu, 31 Aug 2000 06:24:54 -0700 (PDT) Received: from libero.it (193.70.192.61) by smtp2.libero.it; 31 Aug 2000 15:24:52 +0200 Date: Thu, 31 Aug 2000 15:24:51 +0200 Message-Id: Subject: tacacs plus on freeBSD 4.1 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable From: "gbalda@libero.it" To: freebsd-isp@freebsd.org X-XaM3-API-Version: 1.1.9.1.11 X-SenderIP: 194.184.48.140 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I need help to run tacacs plus on freeBSD 4.1 I have a linux system acting as tacacs server that I whant to migrate to freeBSD (is the last linux system in my NOC), the password file as been ported to bsd and works ok, but tacacs doesn't works FreeBSD Auth =3D DES my /etc/tac_plus.conf (very basic config file) ### key=3D alfa default authentication file =3D /etc/master.passwd ( is that correct ???? ) accounting file =3D /var/log/tac_account.log user=3D DEFAULT { name=3D "Default User" service =3D ppp protocol=3DIP } --------------------------- some otputs.... running tacacs with options -d 16 from the /var/tmp/tac_plus.log Fri Aug 25 17:59:30 2000 [1656]: Reading config Fri Aug 25 17:59:30 2000 [1656]: Version F4.0.4.alpha Initialized 1 Fri Aug 25 17:59:30 2000 [1656]: tac_plus server F4.0.4.alpha starting Fri Aug 25 17:59:30 2000 [1657]: Backgrounded Fri Aug 25 17:59:30 2000 [1657]: uid=3D0 euid=3D0 gid=3D0 egid=3D0 s=3D0 Fri Aug 25 18:01:21 2000 [1673]: pap-login query for 'globalmn' Async29 from 194.184.48.134 rejected ... from a tcpdump tcp port49 17:43:14.172838 cs-sv0.xxxxx.it.40984 > saturno.xxxx.it.tacacs: P 1:56 (55) ack 1 win 4128 17:43:14.177244 saturno.xxxx.it.tacacs > cs-sv0.xxxx.it.40984: P 1:19 (18) ack 56 win 17520 (DF) 17:43:14.177395 saturno.xxxx.it.tacacs > cs-sv0.xxxx.it.40984: F 59:19 (0) ack 56 win 17520 (DF) 17:43:14.278216 cs-sv0.xxxx.it.40984 > saturno.xxxx.it.tacacs: FP 56:56 (0) ack 20 win 4110 ... ------ nothings on the /var/log/tac_account.log --------------------------------- my cisco config: PAP protocol aaa authentication login default line aaa authentication ppp default tacacs+ local aaa accounting network default start-stop tacacs+ ------------------------------------------------------------------- I have reinstalled today the version 4.0.3 on a slackware 7 and there works very fine (whith the 4.04 I got some installing error) The problem seemmed to be related to the autentications of the user password problem ?) perhaps I must change some parts of the Makeconfig of the ports ?? es. in the linux version I don't use the -lcryp nor -ldescrypt options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message