上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 用途:企业期望在接入层交换机上对员工用户进行基本的安全管控。出于安全考虑,企业要求接入层交换机上每个连接终端设备的接口均只允许一台PC 接入网络,也就是说,如果有用户试图在某个接口下级联一台小型交换机或者集线器从而扩展上网接口,那么这种行为应该被发现而且被禁止。另外,只有可信赖的终端发送的数据帧才允 阅读全文
posted @ 2025-04-17 17:49 莫让年华付水流 阅读(101) 评论(0) 推荐(0)
摘要: Super Vlan 工作原理:VLAN聚合(VLAN Aggregation,也称Super VLAN)指在一个物理网络内,用多个VLAN(称为Sub-VLAN)隔离广播域,并将这些Sub-VLAN聚合成一个逻辑的VLAN(称为Super-VLAN),这些Sub-VLAN使用同一个IP子网和缺省网 阅读全文
posted @ 2025-04-09 11:08 莫让年华付水流 阅读(216) 评论(0) 推荐(0)
摘要: java1.7程序连接https报错如下(1.8正常,但不保证访问其它https正常):错误:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.Su 阅读全文
posted @ 2025-03-27 10:32 莫让年华付水流 阅读(312) 评论(0) 推荐(0)
摘要: #读取服务器端SSL证书 openssl s_client -connect abc.com:443 -showcerts#如果服务器有多个站点,默认是取第一个站点,这样不准确,加上SNIopenssl s_client -connect abc.com:443 -servername abc.co 阅读全文
posted @ 2025-03-27 09:56 莫让年华付水流 阅读(722) 评论(0) 推荐(0)
摘要: Linux 做路由转发,以CentOS7为例 1. 开启 ip_forward 转发功能echo 1 > /proc/sys/net/ipv4/ip_forward 2. 防火墙开启转发 <masquerade/> 以上缺一不可 阅读全文
posted @ 2025-02-21 15:27 莫让年华付水流 阅读(101) 评论(0) 推荐(0)
摘要: 从 PERC 系列 8 和更新的系列起,PERCCLI 已取代 MegaCli下载VMware PERCCLI实用程序:https://dl.dell.com/FOLDER11564946M/1/PERCCLI_7.2616.0000_VMWARE.tar.gz?uid=8fe7d85a-b4db- 阅读全文
posted @ 2024-02-20 17:21 莫让年华付水流 阅读(1523) 评论(0) 推荐(0)
摘要: ESXi 8.0 下 下载:https://www.dell.com/support/home/zh-cn/product-support/product/poweredge-r740/drivershttps://dl.dell.com/FOLDER09667707M/1/Dell-iDRACTo 阅读全文
posted @ 2024-02-20 15:13 莫让年华付水流 阅读(388) 评论(0) 推荐(0)
摘要: #查看帮助/usr/DynamicLinkManager/bin/dlnkmgr help #查看版本/usr/DynamicLinkManager/bin/dlnkmgr view -sys #查看设置/usr/DynamicLinkManager/bin/dlnkmgr view -sys -s 阅读全文
posted @ 2024-01-20 19:44 莫让年华付水流 阅读(142) 评论(0) 推荐(0)
摘要: IPMItoos 是通用工具,可以管理DELL、HP、联想等服务器。Dell服务器有自己专用的 racadm管理工具Centos7下 yum -y install OpenIPMI OpenIPMI-toolssystemctl start ipmi #检查现在的IPipmitool -I open 阅读全文
posted @ 2024-01-11 21:02 莫让年华付水流 阅读(491) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_43811057/article/details/130253769 https://zhuanlan.zhihu.com/p/497837187 https://chuna2.787528.xyz/guanyannan/p/15380828.h 阅读全文
posted @ 2023-12-17 13:42 莫让年华付水流 阅读(39) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 15 下一页