<?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 Re: ASA migration, NAT policy  in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13785#M2316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit late reply, sorry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;importing the nat rules into excel and gropuing them by source or destination interface may help finding ways to reduce the amount of rules you have to create on Check Point side (using an "exempt" rule above the nat rule again allows a little more freedom when merging the entries)&lt;/P&gt;&lt;P&gt;ymmv of course &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2018 19:30:03 GMT</pubDate>
    <dc:creator>Ville_Laitinen</dc:creator>
    <dc:date>2018-11-15T19:30:03Z</dc:date>
    <item>
      <title>ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13782#M2313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fellow colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i'm currently migrating a big customer from ASA 8.2 (around 7k lines)&amp;nbsp; to R80.10. Everything was going smoothly with smart move (didnt include NAT on the smart move script) for the access policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i started manually migrating NAT rules, what carries a complex analysis and now i'm facing an issue. I was happily using Security zones on my NAT policy and migrated around 300 lines when i verified policy and discovered it's not possible to use them on NAT policy, so, i replaced the security zone object with the anti-spoofing group for most lines and that's ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that i cannot replace the external zone and i only want the NAT to occur when the packet is going to some destination on the external zone and not just to "any"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA does this;&lt;/P&gt;&lt;P&gt;&amp;nbsp;global&amp;nbsp;&amp;nbsp; &amp;nbsp;(outside)&amp;nbsp;&amp;nbsp; &amp;nbsp;187&amp;nbsp;&amp;nbsp; &amp;nbsp;172.31.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means, only when the routing decision points sources referenced on NAT ID 187 to interface "outside" NAT it with 172.31.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While on the checkpoint i cannot figure out how to achieve that without using the zone object (as it is an external interface without anti-spoofing group) and i can not use a negated object of internal networks/hosts neither on nat policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/73246_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 20:40:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13782#M2313</guid>
      <dc:creator>Juan_Lobera</dc:creator>
      <dc:date>2018-11-06T20:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13783#M2314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an interim solution you could place the nat rule as close to the end as possible and insert a "nat exclude" rule before it with&amp;nbsp;&lt;/P&gt;&lt;P&gt;src:GRP_Pat_112 dst:GRP_internal_nets translated to original/original&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really an optimal solution but usually an acceptable one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:34:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13783#M2314</guid>
      <dc:creator>Ville_Laitinen</dc:creator>
      <dc:date>2018-11-06T21:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13784#M2315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a good idea, i have 600+ lines of NAT to translate and i'll have to add more with this solution. haha, hard times bro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:45:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13784#M2315</guid>
      <dc:creator>Juan_Lobera</dc:creator>
      <dc:date>2018-11-07T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13785#M2316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit late reply, sorry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;importing the nat rules into excel and gropuing them by source or destination interface may help finding ways to reduce the amount of rules you have to create on Check Point side (using an "exempt" rule above the nat rule again allows a little more freedom when merging the entries)&lt;/P&gt;&lt;P&gt;ymmv of course &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 19:30:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13785#M2316</guid>
      <dc:creator>Ville_Laitinen</dc:creator>
      <dc:date>2018-11-15T19:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13786#M2317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Security Zones are ever supported in the NAT policy it will make these NAT policy conversions from Cisco much easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Second Edition of my "Max Power" Firewall Book&lt;BR /&gt;&lt;SPAN&gt;Now Available at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.maxpowerfirewalls.com" rel="nofollow"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 14:15:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13786#M2317</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-11-16T14:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA migration, NAT policy</title>
      <link>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13787#M2318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally! Was what i was doing til i realized it wasnt supported. Looking forward to that&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 15:21:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/ASA-migration-NAT-policy/m-p/13787#M2318</guid>
      <dc:creator>Juan_Lobera</dc:creator>
      <dc:date>2018-11-16T15:21:20Z</dc:date>
    </item>
  </channel>
</rss>

