https://blog.csdn.net/weixin_30375247/article/details/95335176 https://www.jianshu.com/p/f0c869b28d ...
SSH是密文传输协议,比Telnet更加安全,所以需要先创建秘钥对,用来加密传输内容用的 rsa local key pair create 创建本地秘钥对 创建admin用户,设置密码,开启ssh登录权限 aaa 进入AAA模式,华为更改用户都要进入此模式 local user admin password cipher XXX 新建用户admin,并设置密码为XXX local user t ...
2022-02-14 11:39 0 2956 推荐指数:
https://blog.csdn.net/weixin_30375247/article/details/95335176 https://www.jianshu.com/p/f0c869b28d ...
1.查看防火墙状态,root用户登录,执行命令systemctl status firewalld 2.开启防火墙:systemctl start firewalld 3.关闭防火墙:systemctl stop firewalld 4.放行端口:firewall-cmd ...
一、实验拓扑图 【注意:若不是使用的G0/0/0默认管理接口,记得将业务接口添加到trust区域】 二、配置步骤: 1、启动telnet服务: [FW]telnet server enabl ...
<USG2230>?User view commands: cd Change current directory clock Specify ...
1 2 3 4 5 ...
Centos 7 firewall 命令: 查看已经开放的端口: firewall-cmd --list-ports 开启端口 firewall-cmd ...
security-policy 定义安全策略 rule name ospf1 创建一个叫 ospf1的策略source-zone local 源区域---防火墙destination-zone trust 目的区域---trust信任区destination-zone untrust 目的区域 ...
linux centos7 默认防火墙是关闭的,设置了开启端口后一定要重启防火墙,否则端口开启会不起作用 查看已开启的端口 firewall-cmd --list-ports 查看防火墙状态 firewall-cmd --state 开启防火墙 systemctl start ...