华为防火墙配置用户手册 防火墙默认的管理接口为g0/0/0,默认的ip 地址为192
1/24,默认g0/0/0 接口开启了dhcp server,默认用户名为admin,默认密码为Admin@123 一、 配置案例 1
1 拓扑图 GE 0/0/1:10
1/24 GE 0/0/2:220
16/24 GE 0/0/3:10
1/24 WWW 服务器:10
2/24(DMZ 区域) FTP 服务器:10
3/24(DMZ 区域) 1
2 Telnet配置 配置VTY 的优先级为3,基于密码验证
# 进入系统视图
system-view # 进入用户界面视图 [USG5300] user-interface vty 0 4 # 设置用户界面能够访问的命令级别为level 3 [USG5300-ui-vty0-4] user privilege level 3 配置Password 验证 # 配置验证方式为Password 验证 [USG5300-ui-vty0-4] authentication-mode password # 配置验证密码为lantian [USG5300-ui-vty0-4] set authentication password simple lantian ###最新版本的命令是authentication-mode password cipher huawei@123 配置空闲断开连接时间 # 设置超时为30 分钟 [USG5300-ui-vty0-4] idle-timeout 30 [USG5300] firewall packet-filter default permit interzone untrust local direction inbound //不加这