zoukankan      html  css  js  c++  java
  • wstngfw中使用虚拟IP映射内网IP

    wstngfw中使用虚拟IP映射内网IP

    --------------------------------
    Server01:
    	IP: 192.168.195.73/24
    	GW: 192.168.195.185
    --------------------------------
    Client01
    	IP: 172.16.99.178/24
    	GW: 172.16.99.1
    --------------------------------
    WAN Interface:
    	IP: 172.16.99.185/24
    	GW: 172.16.99.1
    
    LAN Interface:
    	IP: 192.168.195.185/24
    	GW: none
    
    VIPS:
    	VIP-Server01: 172.16.99.191/32
    
    FW-Rule:
    	DestIP: 192.168.195.73/32 --- IPv4 Any Allow
    --------------------------------
    Setp01. 添加一个虚拟IP : VIP-Server01 ( 172.16.99.191/32 ) 
    Setp02. 添加 一条 NAT 1:1 映射 :172.16.99.191/32 <---> 192.168.195.73/32
    Setp03. 添加一条放行的防火墙规则: DestIP: 192.168.195.73/32 --- IPv4 Any Allow
    Setp04. 使用客户端Client01(172.16.99.178)访问VIP(172.16.99.191)的服务,验证效果。
    --------------------------------

    具体配置步骤如下:

    --------------------------------------------

    1. 添加一个虚拟IP : VIP-Server01 ( 172.16.99.191/32 ) 

    2. 添加 一条 NAT 1:1 映射 :172.16.99.191/32 <---> 192.168.195.73/32

    3. 添加一条放行的防火墙规则: 192.168.195.73/32 IPv4 Any

    4. 使用客户端Client01(172.16.99.178)访问VIP(172.16.99.191)的服务,验证效果。

    ==================== End

  • 相关阅读:
    fedora 27
    Python3 字符串操作
    python3 使用matplotlib画图问题
    Python3 移动文件——合集
    MySQL开放外部链接
    python之csv操作问题
    Question
    17-12-21
    python之List排序
    ubuntu版的sublime-text3输入中文问题
  • 原文地址:https://www.cnblogs.com/lsgxeva/p/11791212.html
Copyright © 2011-2022 走看看