码迷,mamicode.com
首页 > 其他好文 > 详细

radius服务器搭建

时间:2016-05-04 15:44:44      阅读:172      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!