当前位置:网站首页>Tacacs+ server deployment

Tacacs+ server deployment

2022-06-28 17:07:00 Brother Xing plays with the clouds

Tacacs+ Server deployment

1. Installation development environment

#yum -y install gcc make flex bison libwrap0-dev

2. Download and install tacacs+ software package

#wget ftp://ftp.shrubbery.net/pub/tac_plus/tacacs+-F4.0.4.26.tar.gz

#tar -zxvf tacacs+-F4.0.4.26.tar.gz

#cd tacacs+-F4.0.4.26

#less INSTALL

#./configure

3. After successful installation , In the catalog /usr/local/bin/ Next , Generate two files

#ls /usr/local/bin/tac*

/usr/local/bin/tac_plus  /usr/local/bin/tac_pwd

4. Use tac_pwd Encrypted plaintext password

# /usr/local/bin/tac_pwd

Password to be encrypted: password

VUjB99kC2IGws

5. Modify the configuration file tac_plus.conf

6. Start the service port

#/etc/init.d/tac_plus start

#netstat -na|grep :49

tcp 0 0 0.0.0.0:49 0.0.0.0:* LISTEN

原网站

版权声明
本文为[Brother Xing plays with the clouds]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/179/202206281640521057.html