共计 509 个字符,预计需要花费 2 分钟才能阅读完成。
Tacacs+ 服务器部署
1. 安装开发环境
#yum -y install gcc make flex bison libwrap0-dev
2. 下载安装 tacacs+ 软件包
#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. 安装成功后,在目录 /usr/local/bin/ 下,生成两个文件
#ls /usr/local/bin/tac*
/usr/local/bin/tac_plus /usr/local/bin/tac_pwd
4. 使用 tac_pwd 加密明文密码
# /usr/local/bin/tac_pwd
Password to be encrypted: password
VUjB99kC2IGws
5. 修改配置文件 tac_plus.conf
6. 启动服务端口
#/etc/init.d/tac_plus start
#netstat -na|grep :49
tcp 0 0 0.0.0.0:49 0.0.0.0:* LISTEN
正文完
星哥玩云-微信公众号