Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2000 15:24:51 +0200
From:      "gbalda@libero.it" <gbalda@libero.it>
To:        freebsd-isp@freebsd.org
Subject:   tacacs plus on freeBSD 4.1
Message-ID:  <G05RXF$ITbdwir9mtRTCt4y8dhfKnzc0RD2qIiF2M5_cBKsGAx@libero.it>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?G05RXF$ITbdwir9mtRTCt4y8dhfKnzc0RD2qIiF2M5_cBKsGAx>