Windows下ACS服务器认证(telnet+ssh)[h3c交换机]

简介:

示意图:

image

要求:客户机使用服务器端配置的账号登录交换机

(实现集中认证,把所有账号都放在服务器端)

目的:对ACS服务器的认证有所了解!

一、windows server 2003的配置

1.虚拟机内存调大点,以免软件运行不起来!

image

2.前提工作:(需要的软件及参考文件)

image

3.搭建JAVA虚拟机平台(安装默认即可)

image

4.安装ACS服务器(默认设置省略)

image

image

image

image

image 

image

image

输入123abc12

image

image

image

需要把安全级别降低,否则点击桌面image 进不到这个界面!

image

5.ACS 服务器的配置:

image

h3c.ini 内容:

[User Defined Vendor]

Name=Huawei

IETF Code=2011

VSA 29=hw_Exec_Privilege

[hw_Exec_Privilege]

Type=INTEGER

Profile=IN OUT

Enums=hw_Exec_Privilege-Values

[hw_Exec_Privilege-Values]

0=Access

1=Monitor

2=Manager

3=Administrator

image

image

image 

image 

 image

image

image

image

 image 

组设置:不能是默认组!

image

image

使用H3C的私有属性

image

image

image

二、交换机配置:

<Quidway>system-view

System View: return to User View with Ctrl+Z. 
[Quidway]dis version 
Huawei Versatile Routing Platform Software. 
VRP software, Version V3.10, Release 0010 
Copyright(c) 1998-2006 Huawei Technologies Co., Ltd. All rights reserved. 
Quidway S2403H-HI uptime is 0 week, 0 day, 0 hour, 5 minutes

Quidway S2403H-HI with 1 Processor 
64M     bytes SDRAM 
8M      bytes Flash Memory 
Config Register points to FLASH

Hardware Version is VER.C 
Bootrom Version is 399 
[Subslot 0] 24FE         Hardware Version is VER.C

[Quidway]sysname sw1

1.创建方案:

[sw1]radius scheme gjp 
New Radius scheme 
[sw1-radius-gjp]key authentication 123456 //双方要一致 
[sw1-radius-gjp]server-type ? 
  huawei    Server based on HUAWEI RADIUS extensions 
  standard  Server based on RFC protocol(s)

[sw1-radius-gjp]server-type huawei 
[sw1-radius-gjp]user-name-format ? 
  with-domain     XXX@XXX 
  without-domain  XXX

[sw1-radius-gjp]user-name-format without-domain 
[sw1-radius-gjp]primary ? 
  accounting      Specify IP address of primary accounting RADIUS server 
  authentication  Specify IP address of primary authentication RADIUS server   
[sw1-radius-gjp]primary authentication ? 
  X.X.X.X  Any valid IP address

[sw1-radius-gjp]primary authentication 192.168.101.22

2.创建域

[sw1]domain gjp 
New Domain added. 
[sw1-isp-gjp]?     //仅仅保存常用的    
Isp view commands: 
  access-limit          Specify access limit of domain 
  accounting            Specify accounting scheme or Set optional mode 
  authentication        Specify authentication scheme 
  authorization         Specify authorization scheme  
  radius-scheme         Specify radius scheme    
[sw1-isp-gjp]radius-scheme ?  
  STRING<1-32>  Scheme name

[sw1-isp-gjp]radius-scheme gjp   // 引用方案 
[sw1-isp-gjp]access-limit enable 10 
[sw1-isp-gjp]account    
[sw1-isp-gjp]accounting ? 
  hwtacacs-scheme  Specify TACACS scheme 
  none             Specify none scheme 
  optional         Optional accounting mode 
  radius-scheme    Specify radius scheme

[sw1-isp-gjp]accounting optional

3.进入终端配置:

[sw1]user-interface vty 0 4    
[sw1-ui-vty0-4]authentication-mode ? 
  none      Login without checking 
  password  Use terminal interface password 
  scheme    Use RADIUS scheme

[sw1-ui-vty0-4]authentication-mode scheme

[sw1-ui-vty0-4]protocol inbound ? //尚未操作,仅供参考 
  all     All protocol 
  ssh     SSH protocol 
  telnet  Telnet protocol

[sw1]int Vlan-interface 1 
[sw1-Vlan-interface1]ip add 192.168.101.10 255.255.255.0

三、测试:

服务器端:

image

客户端:实机Windows 7

image

客户端上PING:

image 

  ACS 服务器端成功日志文件打开!

image

image

 

image

3级别,证明使用了huawei的私有属性

image

[sw1]domain default enable gjp //设置默认域,输入不带域

image

在Reports and Activity中查看(默认只显示失败登录的人,必须开启成功日志登录)

image

image

 

 

故意登录失败账号查看:

image

[sw1]rsa local-key-pair  create

[sw1]ssh authentication-type default all

[sw1]radius scheme gjp

[sw1-radius-gjp]server-type standard

user-interface vty 0 4

protocol inbound all

image

image

image

image

image

默认级别为0(没有使用服务器上导入的华为私有属性)

ACS服务器端需修改:

image

image




本文转自 gjp0731 51CTO博客,原文链接:http://blog.51cto.com/guojiping/973508

相关文章
|
2月前
|
监控 Ubuntu Linux
使用VSCode通过SSH远程登录阿里云Linux服务器异常崩溃
通过 VSCode 的 Remote - SSH 插件远程连接阿里云 Ubuntu 22 服务器时,会因高 CPU 使用率导致连接断开。经排查发现,VSCode 连接根目录 ".." 时会频繁调用"rg"(ripgrep)进行文件搜索,导致 CPU 负载过高。解决方法是将连接目录改为"root"(或其他具体的路径),避免不必要的文件检索,从而恢复正常连接。
|
3月前
|
网络安全 虚拟化 Docker
SSH后判断当前服务器是云主机、物理机、虚拟机、docker环境
结合上述方法,您可以对当前环境进行较为准确的判断。重要的是理解每种环境的特征,并通过系统的响应进行综合分析。如果在Docker容器内,通常会有明显的环境标志和受限的资源视图;而在云主机或虚拟机上,虽然它们也可能是虚拟化的,但通常提供更接近物理机的体验,且可通过硬件标识来识别虚拟化平台。物理机则直接反映硬件真实信息,较少有虚拟化痕迹。通过这些线索,您应该能够定位到您所处的环境类型。
85 2
|
3月前
|
网络安全
Ubuntu14.04安装ssh服务器
Ubuntu14.04安装ssh服务器
67 0
|
5月前
|
网络安全
mac下通过ssh脚本实现免账号密码连接运服务器
mac下通过ssh脚本实现免账号密码连接运服务器
60 3
|
5月前
|
监控 网络安全 数据安全/隐私保护
Mac服务器ssh连接工具
Mac服务器ssh连接工具
147 2
|
5月前
|
网络安全 数据安全/隐私保护
VSC通过 SSH 连接到远程服务器时,每次都需要输入密码
VSC通过 SSH 连接到远程服务器时,每次都需要输入密码
1367 0
|
5月前
|
安全 Linux Shell
如何在 Linux 服务器上配置基于 SSH 密钥的身份验证
如何在 Linux 服务器上配置基于 SSH 密钥的身份验证
359 0
|
11天前
|
安全 关系型数据库 MySQL
Windows Server 安装 MySQL 8.0 详细指南
安装 MySQL 需要谨慎,特别注意安全配置和权限管理。根据实际业务需求调整配置,确保数据库的性能和安全。
63 9
|
2月前
|
网络安全 Windows
Windows server 2012R2系统安装远程桌面服务后无法多用户同时登录是什么原因?
【11月更文挑战第15天】本文介绍了在Windows Server 2012 R2中遇到的多用户无法同时登录远程桌面的问题及其解决方法,包括许可模式限制、组策略配置问题、远程桌面服务配置错误以及网络和防火墙问题四个方面的原因分析及对应的解决方案。
|
2月前
|
监控 安全 网络安全
使用EventLog Analyzer日志分析工具监测 Windows Server 安全威胁
Windows服务器面临多重威胁,包括勒索软件、DoS攻击、内部威胁、恶意软件感染、网络钓鱼、暴力破解、漏洞利用、Web应用攻击及配置错误等。这些威胁严重威胁服务器安全与业务连续性。EventLog Analyzer通过日志管理和威胁分析,有效检测并应对上述威胁,提升服务器安全性,确保服务稳定运行。

热门文章

最新文章

下一篇
开通oss服务