首页 > 其他 > 详细

radius服务器搭建

时间:2016-05-04 15:43:46      阅读:259      评论:0      收藏:0      [点我收藏+]
yum install -y unzip gcc-c++

cd /opt
unzip release-stable.zip
mv ToughRADIUS-release-stable toughradius
cd toughradius
make all
make initdb

setenforce 0
systemctl disable firewalld.service
systemctl stop firewalld.service
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config

systemctl enable toughradius.service
systemctl start toughradius.service


管理后台端口1816
认证端口1812
计费端口1813

接入设备地址需要填写路由认证的网卡IP地址,而不是虚拟IP地址

如果不同网段IP地址,radius服务器需要配置网卡的IP,网关。

 

radius服务器搭建

原文:http://www.cnblogs.com/sysk/p/5458617.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!