windows下ACS服务器的认证路由器配置:示意图:telnet:[Router]display version
Copyright Notice:                    
All rights reserved (Aug 15 2006).                    
Without the owner's prior written consent, no decompiling                    
or reverse-engineering shall be allowed.                    
Huawei Versatile Routing Platform Software                          
VRP (R) software, Version 1.74 Release 0119P02                          
Copyright(c) 2004-2006 by Huawei Technologies Co., Ltd.                          
Quidway R2621 uptime is 0 day 0 hour 32 minutes 45 seconds                          
System returned to ROM by power-on.   
Quidway R2621 with 1 MPC 8240 Processor                  
Router serial number is 8040C5ED0A394C6C                  
32M     bytes SDRAM                  
8192K   bytes Flash Memory                  
0K      bytes NVRAM                  
Config Register points to FLASH
  Hardware Version is MTR 1.1                  
  CPLD Version is CPLD 3.0                  
  Bootrom Version is 7.08
  [AUX   ] AUX      Hardware Version is 1.0, Driver Version is 1.0
  [LAN   ] 2FE      Hardware Version is 2.0, Driver Version is 2.0
  [WAN   ] SAB      Hardware Version is 1.0, Driver Version is 1.0
  [Slot 0] 16AS     Hardware Version is 2.1, Driver Version is 1.0默认aaa enable 已开启[Router]aaa authentication-scheme ?
login        Specify login authentication scheme list
    ppp          Specify PPP authentication scheme list[Router]aaa authentication-scheme login ?
default       Default scheme list name
  STRING<1-20>  Named scheme list name
[Router]aaa authentication-scheme login default ?
  local         Use local database
  none          Succeed without authentication
radius        Use radius server
  template      Use hwtacacs server template
[Router]aaa authentication-scheme login default radius[Router]radius server ?
  STRING<1-20>     Host name of the RADIUS server
  X.X.X.X          IP address of the RADIUS server
[Router]radius server 192.168.101.22
[Router]radius shared-key ?
  STRING<1-16>    Key used to authentication and encryption
[Router]radius shared-key 123456[Router]int e1[Router-Ethernet1]ip add 192.168.101.11 24[Router-Ethernet1]ping 192.168.101.22
  PING 192.168.101.22: 56  data bytes, press CTRL_C to break
    Reply from 192.168.101.22: bytes=56 Sequence=0 ttl=64 time = 2 ms
    Reply from 192.168.101.22: bytes=56 Sequence=1 ttl=64 time = 1 ms
    Reply from 192.168.101.22: bytes=56 Sequence=2 ttl=64 time = 2 ms
    Reply from 192.168.101.22: bytes=56 Sequence=3 ttl=64 time = 1 ms
    Reply from 192.168.101.22: bytes=56 Sequence=4 ttl=64 time = 1 ms客户机测试: 问题: 由于ACS服务器没有增加客户端 登录成功后级别为0改变成中文方式![Router]lang
  Current Language : ENGLISH
  Will you switch language mode ?(Y/N)y
  You have changed the language mode[Router]?
    aaa                 指定 AAA(认证,授权和记费)配置
    aaa-enable          使能AAA(认证,授权和计费)
    access-server       指定接入服务器监听端口信息
    access-tty          指定接入客户端配置信息查看个别信息防火墙配置:示意图:telnet:Username:gjp@gjp2
Password:
<H3C>?
User view commands:
  boot           Upgrade bootrom
  cd             Change current directory
  clock          Specify the system clock
  copy           Copy from one file to another
  debugging      Enable system debugging functions级别为3 管理员级别(说明已引用ACS 上导入H3C的私有属性)显示telnet的当前配置文档:[H3C]dis cu
#
sysname H3C
#
firewall packet-filter enable
firewall packet-filter default permit
#
insulate
#
firewall statistic system enable
#
radius scheme system
server-type extended
radius scheme gjp
server-type extended
primary authentication 192.168.101.22
key authentication 123456
user-name-format without-domain
#
domain gjp2
scheme radius-scheme gjp
access-limit enable 10
accounting optional
domain system
#
interface Aux0                           
async mode flow
#
interface Ethernet0/0
ip address 192.168.101.12 255.255.255.0
firewall zone local
set priority 100
#
firewall zone trust     默认
add interface Ethernet0/0
set priority 85
#                                         
firewall zone untrust
set priority 5
#
firewall zone DMZ
set priority 50
#
firewall interzone local trust
#
firewall interzone local untrust
#
firewall interzone local DMZ
#
firewall interzone trust untrust
#
firewall interzone trust DMZ
#
firewall interzone DMZ untrust
#
FTP server enable
#
user-interface con 0
user-interface aux 0
user-interface vty 0 4
authentication-mode scheme
#
returnSSH:[H3C]rsa local-key-pair ?
  create   Create new local key pairs
  destroy  Destroy the local key pairs[H3C]rsa local-key-pair create
The key name will be: H3C_Host
% RSA keys defined for F4_Host already exist.
Confirm to replace them? [Y/N]:y
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
       It will take a few minutes.
Input the bits in the modulus[default = 1024]:
Generating keys...
........................................................................................++++++
...............................................++++++
............................++++++++
...++++++++
.................
[H3C]user-interface vty 0 4
[H3C-ui-vty0-4]protocol inbound ?
  all     All protocol
  ssh     SSH protocol
  telnet  Telnet protocol[H3C-ui-vty0-4]protocol inbound all  
[H3C-ui-vty0-4]authentication-mode ?
  none      Login without checking
  password  Use terminal interface password
  scheme    Authentication use AAA authorization authentication table[H3C-ui-vty0-4]authentication-mode scheme
[H3C-ui-vty0-4]quit[H3C]ssh authentication-type default ?
  all                 All authentication
  password            Password authentication
  password-publickey  Password and Publickey authentication
  rsa                 RSA authentication[H3C]ssh authentication-type default all[H3C]radius scheme gjp                  
[H3C-radius-gjp]server-type ?        
extended  Server based on RADIUS extensions
  standard  Server based on RFC protocol(s)ssh都可以登录,只是权限比较低!(前提该类型必须是standard)选组1:

转载于:https://blog.51cto.com/5650795/976032

windows下ACS服务器的认证相关推荐

  1. windows下连接服务器

    一.windows下连接服务器 xhsell 是一个windows的软件 是用来连接远程服务器的 使用的是ssh协议 xftp 一个windows的软件 用来给服务器 上传或者下载文件的一个工具 ft ...

  2. vistualSVN server:Windows下SVN服务器利器

    官方网站http://www.visualsvn.com/server/ visualsvn服务器允许您轻松地安装和管理的全功能的版本在Windows平台的服务器. 其耐用性,无与伦比的易用性和独特的 ...

  3. Windows下SVN服务器的搭建步骤

    1.下载svn服务端和客户端 服务端VISUALSVN SERVER:https://www.visualsvn.com/ 客户端TortoiseSVN:https://tortoisesvn.net ...

  4. Windows 下Apache服务器搭建

    ====================== 更新时间 2019年 5月 6日 ===================== 更新内容:增加操作系统及VC++的版本要求 ================ ...

  5. linux aaa认证服务器,Windows下AAA服务器的搭建及身份认证!

    一 .Linux下的配置: 1.配ip [Quidway]int Vlan-interface 1 [Quidway-Vlan-interface1]ip add 192.168.101.28 255 ...

  6. 关于Syncovery软件在windows下远程访问服务器批量拷贝文件的使用

    最近在进行更新远程服务器上的文件的操作,由于节点比较多,而且是在windows系统上,所以只能采用较为繁锁的不断远程登录每个节点,再在每台机器上不停使用复制和粘贴,效率低下的同时也特别容易出错,试想如 ...

  7. Windows 下Apache服务器搭建及文件下载

    一.Apche 简介 Apache HTTP Server(简称Apache)是Apache软件基金会的一个开放源码的网页服务器,可以在大多数计算机操作系统中运行,由于其多平台和安全性被广泛使用,是最 ...

  8. Windows下SVN服务器和客户端的下载和安装

    一.SVN服务器VisualSVN下载和安装 当前版本:4.1.3 下载地址:https://www.visualsvn.com/server/download/ 下载下来的文件:VisualSVN- ...

  9. 服务器怎么拷贝文件夹下,Syncovery(数据备份工具)如何在windows下远程访问服务器批量拷贝文件?Syncovery图文教...

    Syncovery是一款数据备份工具,能够在pc.mac.服务器.在线存储空间之间同步,并自带FTP,是一款灵活的同步备份工具,并同步Mac电脑,服务器,笔记本电脑,以及在线存储空间,一起来看看具体的 ...

最新文章

  1. 四种常见的 POST 提交数据方式
  2. 非阻塞算法(Lock-Free)的实现
  3. 数字化平台之微信平台策略
  4. 一步步学习javascript基础篇(8):细说事件
  5. 35岁学嵌入式合适吗_什么是嵌入式技术?
  6. 淘云互动机器人_淘云互动APP下载安装_淘云互动app机器人下载安卓官网v2.21.9-麦块安卓网...
  7. C++实验课任务(多态--容器--算法)
  8. serversocket 返回浏览器图片_深入理解浏览器的缓存机制
  9. “iPhone 3 年内必死!”
  10. Python加密保护-对可执行的exe进行保护
  11. 数据分析最具价值的49个案例(建议收藏)
  12. 常用的Java微服务开源框架有哪些呢
  13. Java随机生成名字大全 手机号
  14. 从看脸到读心:深度理解人的视觉技术走到哪了?
  15. Maxcompute Sql性能调优(1)
  16. 离散数学 (上)小结
  17. FPGA图像处理 浅浅浅浅浅记
  18. UFR II、PCL、PostScript打印机驱动区别
  19. 关于使用EasyExcel进行单元格合并的问题
  20. matlab离群值算法_什么是离群值如何检测和删除它们对离群值敏感的算法

热门文章

  1. vivo Z3的Usb调试模式在哪里,开启vivo Z3Usb调试模式的教程
  2. 鸿蒙os 2.0玩吃鸡,成功更新鸿蒙OS2.0 极致画质吃鸡王者更胜EMUI11谷歌框架照样能用...
  3. qt 桌面悬浮球 ToolTip 右键菜单
  4. 机器翻译/注意力机制
  5. 511遇见易语言流程控制(循环判断首和判断循环首)
  6. threejs内发光和外发光
  7. 揭秘谷歌中国厨师团队:不创新会死
  8. 使用jQuery编写一个打飞机小游戏
  9. 企业招聘,会Python优先!Python到底吃香在哪?
  10. Netflix SpringCloud-Eureka