溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

ScreenOS 原始IP訪問MIP配置方法

發(fā)布時間:2020-05-26 12:06:29 來源:網(wǎng)絡(luò) 閱讀:514 作者:msft 欄目:安全技術(shù)

ScreenOS 原始IP訪問MIP配置方法

環(huán)境說明:防火墻Trust Zone有兩臺主機A(IP:10.1.1.1/24)和B(IP:10.1.1.2/24),這兩臺主機通過MIP映射到Untrust Zone,主機A對應(yīng)映射IP:1.1.1.1,主機B對應(yīng)映射IP:1.1.1.2供外部系統(tǒng)訪問。

set interface id 64 "redundant1" zone "Untrust"

set interface "redundant1" mip 1.1.1.1 host 10.1.1.1 netmask 255.255.255.255

set interface "redundant1" mip 1.1.1.2 host 10.1.1.2 netmask 255.255.255.255

現(xiàn)在有一個需求:主機A和主機B能通過訪問彼此的MIP地址現(xiàn)實訪問。

解決方法:在防火墻上增加從Untrust Zone ---> Global Zone策略

set policy top from "Untrust" to "Global" "MIP(1.1.1.1)" "MIP(1.1.1.2)" "ANY" permit

set policy top from "Untrust" to "Global" "MIP(1.1.1.2)" "MIP(1.1.1.1)" "ANY" permit


向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI