AD+RADIUS+802
1X 认证配置手册 一、 AD 域安装(SERVER2008) 1、命令提示符 2、 3、输入 dcpromo 打开 AD 服务器安装向导
会弹出如下错误: 然后一路下一步,中途会检查 DNS 设置大约 5 分钟左右 然后重启 一路下一步直到安装 至此证书服务安装完成,然后给这台服务器申请证书,如下 二、 RADIU S 安装与配置 三、 802
1x 配置 1
2960 交换机配置 交换机全局配置: Switch(config)#aaa new-model //开启 AAA 认证 Switch(config)#aaa authentication dot1x default group radius //dot1x 采用 radius 认证 Switch(config)# radius-server host 192
200 auth-port 1812 acct-port 1813 key 123456 //指定 radius 服务器的 IP 地址、端口号及与 radius 服务器通讯的密钥为 123456 配置 radius 服务器时需要用到此密钥 Switch(config)#dot1x system-auth-control //全局启用 dot1x 认证 交换机接口配置: Switch(config)#interface FastEthernet0/1 //进入 1 号接口 Switch(config-if)#switchport mode access //指定接口为 access 类型,只有此模式下的端口 才支持 802
1x Switch(config-if)#authentication port-control auto //接口启用 dot1x 认证,并指定接口认证 控制模式为自动 Switch(confi