HCL和eve-ng中都有H3C的防火墻,但是都要經(jīng)過一些配置才能使用web進行管理
下面整理一個無錯版,記錄一下
system-view
interface GigabitEthernet1/0
ip address 192.168.8.101 24
quit
security-zone name Trust
import interface GigabitEthernet1/0
object-policy ip manage
rule pass
quit
zone-pair security source trust destination local
object-policy apply ip manage
ip http enable
ip https enable
local-user admin class manage
password simple admin
service-type http https
authorization-attribute user-role network-admin文章來源:http://www.zghlxwxcb.cn/news/detail-487687.html
===命令解釋
1 system-view //全局視圖
2 interface GigabitEthernet1/0/1 //接口ip,根據(jù)所連接的網(wǎng)卡進行改動
3 ip address 192.168.0.1 24
4 security-zone name Trust //安全域
5 import interface GigabitEthernet1/0/1 //把接口加入安全域
6 object-policy ip manage //創(chuàng)建對象策略
7 rule pass //規(guī)則動作
8 zone-pair security source trust destination local //域間應(yīng)用
9 object-policy apply ip manage
10 ip http enable //啟用http和https的功能
11 ip https enable
12 local-user admin class manage //創(chuàng)建登入web的用戶名和密碼
13 password simple admin
14 service-type http https
15 authorization-attribute user-role network-admin文章來源地址http://www.zghlxwxcb.cn/news/detail-487687.html
到了這里,關(guān)于H3C防火墻web管理的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!