原因是在radacct表里没有对应的acctupdatetime字段解决:修改CREATETABLEradacct增加一列,不然没法更新在线用户状态altertableradacctaddacctupdatetimedatetimeNULLdefaultNULL;注意新增字段在重新登录数据库后才能看到
分类:
其他好文 时间:
2018-07-05 18:19:30
阅读次数:
244
1.目的背景为了满足设备进行3A认证,提高安全性,所以搭建一套radius服务器,并配合daloradius作为前端展示配置。2.配置内容2.1.所需系统及组件操作系统:CentOS7.0x86_64,带gnome桌面,配置地址为172.31.101.1数据库:mariadbv5.5.56httpd:Serverversion:Apache/2.4.6(CentOS)php:v2.4.0FreeR
分类:
其他好文 时间:
2018-01-11 23:59:13
阅读次数:
1011
CentOS 7 FreeRadius + DaloRadius 安装与配置
分类:
其他好文 时间:
2017-12-20 14:55:20
阅读次数:
438
[root@wifi_radiusdproxy_16 raddb]# cat users # # Please read the documentation file ../doc/processing_users_file, # or 'man 5 users' (after installing... ...
分类:
其他好文 时间:
2017-12-06 18:13:47
阅读次数:
274
注:本次安装是基于FreeRadius 3版本进行安装配置的,在配置Mysql的过程中,与2版本有些不同。操作系统是CentOS 7 一、准备工作 工具的安装 rz命令: 修改yum镜像源地址为网易开源镜像源,解决国外镜像下载慢的问题。repos文件下载地址:http://mirrors.163.c ...
分类:
数据库 时间:
2017-11-04 18:06:12
阅读次数:
241
RADIUS 维基百科上的介绍: Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, ...
分类:
其他好文 时间:
2017-11-02 16:06:55
阅读次数:
214
在进行802.1x 测试时遇到如下问题: Waking up in 4.6 seconds.(156) Received Access-Request Id 82 from 192.168.1.126:44896 to 192.168.1.122:1812 length 524(156) User- ...
分类:
其他好文 时间:
2017-09-27 19:03:25
阅读次数:
577
相关网站Freeradius下载链接https://github.com/FreeRADIUS/freeradius-server/tree/v3.0.x系统版本:CentOSLinuxrelease7.3.1611(Core)freeradius:https://github.com/FreeRADIUS/freeradius-server/archive/v3.0.x.zip我的系统上面什么都没有安装,这里要下载一些需要的包,..
分类:
系统相关 时间:
2017-09-25 11:49:13
阅读次数:
389
这个文章的内容是PPPOE 拔号环境的实现,通过Radius 认证,Radius 连接MySQL ,pppoe可以通过IP地址段分配IP地址给用户,也可以使用文件的形式,如果分配给用户的是公网IP就类似于运营商的ISP,公网IP形式需要开启arp 代理,如果是公司内部使用就可以使用内网IP 然后使用... ...
分类:
数据库 时间:
2017-09-17 00:27:52
阅读次数:
352