MIP-Definition
成都創(chuàng)新互聯(lián)是專業(yè)的三元網(wǎng)站建設(shè)公司,三元接單;提供做網(wǎng)站、成都做網(wǎng)站,網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行三元網(wǎng)站開(kāi)發(fā)網(wǎng)頁(yè)制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛(ài)的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來(lái)合作!
MIP (Mapped IP) is a 1 to 1 mapping of a public IP address to an IP address on the Internal side of the Juniper firewall
MIP一對(duì)一映射,從公網(wǎng)IP映射到私網(wǎng)IP
Configuring a MIP to access a single device on the private network
set int eth0/0 zone untrust
set int eth0/0 ip 1.1.1.250/24
set int eth0/0 route
set int eth0/1 zone trust
set int eth0/1 ip 192.168.1.1/24
set int eth0/1 route
set int eth0/0 mip 1.1.1.100 host 192.168.1.100 netmask 255.255.255.255 vroute trust-vr
set policy from untrust to trust any mip(1.1.1.100) any permit log
Configuring a MIP to a subnet or multiple internal hosts
set int eth0/0 zone untrust
set int eth0/0 ip 1.1.1.250/24
set int eth0/0 route
set int eth0/1 zone trust
set int eth0/1 ip 192.168.1.1/24
set int eth0/1 route
set int eth0/0 mip 1.1.1.0 host 192.168.1.0 netmask 255.255.255.224 vroute trust-vr
set policy from untrust to trust any mip(1.1.1.0/27) any permit log