使用SecureCRT连接开机后显示如下信息:
防火墙F100开机至稳定前,0口接了网线是闪的,如下图:
稳定后本地连接显示网线未连接,如下图:
0口指示灯不亮了。
我已经按照知了社区里的文档做了,依然无法打开WEB界面。如下图:
问题1:H3C SecPath F100--C-G 防火墙WEB配置方式时,网线插哪个口?
问题2:http://192.168.0.1和https://192.168.0.1浏览器都无法打开。
(0)
最佳答案
首先要解决的是端口不亮的问题,看看端口是不是shutdown了还是有什么其他原因,然后把这个端口设置到vlan1下,给vlan1添加地址,再添加管理员账号,service-t https
(0)
防火墙运行状态正常后,0口突然不亮了。如何通过命令查询?
1,2,3,4口插上就亮,就是0不亮
[PBJ254_0]dis cu # version 5.20, Release 5139 # sysname PBJ254_0 # undo voice vlan mac-address 00e0-bb00-0000 # ike local-name client # domain default enable system # telnet server enable # qos pql 1 protocol ip acl 3201 queue top qos pql 1 protocol ip acl 3202 queue middle # port-security enable # undo alg dns undo alg rtsp undo alg h323 undo alg sip undo alg sqlnet undo alg pptp undo alg ils undo alg nbt undo alg msn undo alg qq undo alg tftp undo alg sccp undo alg gtp # session synchronization enable # password-recovery enable # acl number 3000
我看到具体配置了
interface GigabitEthernet0/0
port link-mode route
shutdown
ip address 192.168.0.1 255.255.255.0
0电口关掉了
命令 undo shutdown已经解决端口关闭问题
具体配置过程如下:
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
(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电口自动关闭了
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
命令 undo shutdown已经解决端口关闭问题