Hi6TLX,H3C SecPath F100-C-G如何配置WEB
问题描述:
使用SecureCRT连接开机后显示如下信息:
防火墙F100开机至稳定前,0口接了网线是闪的,如下图:
稳定后本地连接显示网线未连接,如下图:
0口指示灯不亮了。
我已经按照知了社区里的文档做了,依然无法打开WEB界面。如下图:
问题1:H3C SecPath F100--C-G 防火墙WEB配置方式时,网线插哪个口?
问题2:http://192.168.0.1和https://192.168.0.1浏览器都无法打开。
组网及组网描述:
具体配置过程如下:
V7版:
1,建立用户名密码
[H3C]local-user admin class manage
password si xxxx
service-type telnet http https
authorization-attribute user-role level-15
authorization-attribute user-role network-admin
quit
2,启用服务
[H3C]telnet server enable
[H3C]ip http enable
[H3C]ip https enable
3,建立接口地址:
[H3C]interface Vlan-interface 1
ip address 192.168.1.1 255.255.255.0
4,配置虚接口:
[H3C]line vty 0 63
authentication-mode scheme
quit
[H3C]quit
<H3C>save
这几部配置完成,就可以通过telnet、web方式登录了
V5版:
1,建立用户名密码
[H3C]local-user admin
password si xxxx
service-type telnet
service-type web
authorization-attribute level 3
2,启用服务
[H3C]telnet server enable
[H3C]ip http enable
3,建立接口地址:
[H3C]interface Vlan-interface 1
ip address 192.168.1.1 255.255.255.0
4,配置虚接口:
[H3C]user-interfac vty 0 4
authentication-mode scheme
quit
[H3C]quit
<H3C>save
端口加入安全域
security-zone name Management
import interface GigabitEthernet1/0/0
参照了WEB也还是打不开
接口要加入安全域
security-zone name Management import interface GigabitEthernet1/0/0
[PBJ254_0]security-zone name management import interface gigabitethernet1/0/0 ^ % Unrecognized command found at '^' position.
[PBJ254_0]security-zone name management import interface gigabitethernet1/0/0
security-zone name management
import interface gigabitethernet1/0/0
^
分开
% Unrecognized command found at '^' position.
命令报错
2条命令都是报错 % Unrecognized command found at '^' position.
0电口自动关闭了
默认web是开的,直接访问就行
命令行看下设备IP
10小时前回答首先要解决的是端口不亮的问题,看看端口是不是shutdown了还是有什么其他原因,然后把这个端口设置到vlan1下,给vlan1添加地址,再添加管理员账号,service-t https
10小时前回答 (11)防火墙运行状态正常后,0口突然不亮了。如何通过命令查询?
1,2,3,4口插上就亮,就是0不亮
dis cu查看一下全局配置
[PBJ254_0]dis cu # version 5.
我看到具体配置了
interface GigabitEthernet0/0
port link-mode route
shutdown
ip address 192.168.0.1 255.255.255.0
0电口关掉了
命令 undo shutdown已经解决端口关闭问题
你正在,H3C SecPath F100-C-G如何配置WEB