<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to nat in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8379#M1040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please bear with me. I have one ip in a dmz zone : 1.1.1.1 and another ip in the same dmz zone subnet : 1.1.1.2.&lt;/P&gt;&lt;P&gt;Both are public ip`s.&lt;/P&gt;&lt;P&gt;Ip 1.1.1.2 is actualy nat ip of a lan host 3.3.3.3&lt;/P&gt;&lt;P&gt;1.1.1.1 is unable to reach 1.1.1.2.&lt;/P&gt;&lt;P&gt;Operating system R77.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please&amp;nbsp; help with a example configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2018 09:18:24 GMT</pubDate>
    <dc:creator>1815375d-cbf2-4</dc:creator>
    <dc:date>2018-11-23T09:18:24Z</dc:date>
    <item>
      <title>How to nat</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8379#M1040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please bear with me. I have one ip in a dmz zone : 1.1.1.1 and another ip in the same dmz zone subnet : 1.1.1.2.&lt;/P&gt;&lt;P&gt;Both are public ip`s.&lt;/P&gt;&lt;P&gt;Ip 1.1.1.2 is actualy nat ip of a lan host 3.3.3.3&lt;/P&gt;&lt;P&gt;1.1.1.1 is unable to reach 1.1.1.2.&lt;/P&gt;&lt;P&gt;Operating system R77.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please&amp;nbsp; help with a example configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 09:18:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8379#M1040</guid>
      <dc:creator>1815375d-cbf2-4</dc:creator>
      <dc:date>2018-11-23T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to nat</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8380#M1041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain more about DMZ Zone subnet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have defined DMZ zone subnet 1.1.1.0/24 then communication between 1.1.1.1 &amp;amp; 1.1.1.2 will not come to firewall. It should communicate directly.&lt;/P&gt;&lt;P&gt;You can use Manual NAT rules for granular configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 16:55:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8380#M1041</guid>
      <dc:creator>Gaurav_Pandya</dc:creator>
      <dc:date>2018-11-23T16:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to nat</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8381#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A network diagram with all the relevant hosts included would help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 18:05:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8381#M1042</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-11-23T18:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to nat</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8382#M1043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has nothing to do with NATting, this is plain old fashioned routing that is bugging you.&lt;/P&gt;&lt;P&gt;When you try to access 1.1.1.2 from 1.1.1.1 it will just do an ARP to the network the host is in. Now when you use the network 1.1.1.x on a DMZ this means you have a route for it from the internet and you have no need for Proxy ARP and you can use manual NAT.&lt;/P&gt;&lt;P&gt;However in this case you will need to tell the FW that it needs to act as if it has IP 1.1.1.2 on it's DMZ interface, this is done by the aid of Proxy ARP in clish:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; add arp proxy 1pv4-address 1.1.1.2 interface &amp;lt;DMZ&amp;gt;&lt;/P&gt;&lt;P&gt;At the spot of &amp;lt;DMZ&amp;gt; you fill the actual interface for network 1.1.1.x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2018 22:10:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8382#M1043</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-11-24T22:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to nat</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8383#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for replying and for you answer. It has sense.&lt;/P&gt;&lt;P&gt;I have logged onto the firewall engine and i have put:&lt;/P&gt;&lt;P&gt;add arp proxy ipv4-address 1.1.1.2 interface ethX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for the customer feedback to see if it is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for the support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:33:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-nat/m-p/8383#M1044</guid>
      <dc:creator>1815375d-cbf2-4</dc:creator>
      <dc:date>2018-11-26T13:33:13Z</dc:date>
    </item>
  </channel>
</rss>

