如题,本地化认证已经做好,不过是在设备上通过添加用户和密码来实现验证的;现要求改为radius数据库管理用户和密码,需要配置哪些语句?
wlan service-template st_9963331606704742
description 2
ssid H3C-GUEST
vlan 12 akm mode psk
preshared-key pass-phrase cipher $c$3$cZ4IKfDDEO+6FLhxDk8GbWpzWvcSNBL/YQOl
cipher-suite ccmp
cipher-suite tkip
security-ie rsn
security-ie wpa
portal enable method direct
portal domain system
portal apply web-server local-server
portal extend-auth domain extend-auth
portal temp-pass period 60 enable
service-template enable
# radius scheme radius-ap
primary accounting 192.168.1.230 key cipher $c$3$kZkuUk7UbiTiZlKeJ3WX0xitDzSmRM4BXw8R
#
domain extend-auth
authentication portal none
authorization portal none
accounting portal none
#
domain system
#
domain default enable system
#
(0)
最佳答案
一般作为本地化的portal认证,都习惯用本地的账号信息做为鉴权;
如果要采用远端服务器radius作为鉴权服务器,那么整个portal认证就尽量不要采用本地化的方案,需要搭建portal服务器。
按照你这样的非常规部署方案,可以考虑增加domain的配置和radius的配置尝试:
创建radius server
[AC] radius scheme rs1
# 配置RADIUS方案的主认证和主计费服务器及其通信密钥。
[AC-radius-rs1] primary authentication 192.168.0.112
[AC-radius-rs1] primary accounting 192.168.0.112
[AC-radius-rs1] key authentication simple radius
[AC-radius-rs1] key accounting simple radius
# 配置发送给RADIUS服务器的用户名不携带ISP域名。
[AC-radius-rs1] user-name-format without-domain
修改domain参数:
domain extend-auth
authorization-attribute idle-cut 15 10240
authentication portal radius-scheme rs1
authorization portal radius-scheme rs1
accounting portal radius-scheme rs1
参考配置说明:
http://www.h3c.com/cn/d_201901/1143879_30005_0.htm#_Toc525805142
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
没见识过 你可以试试,也许能成功