<?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: Nat rule overlaps existing rule in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037691#M894583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell us exactly what your business requirements are so that i can help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 15:44:11 GMT</pubDate>
    <dc:creator>Mo'ath Al Rawashdeh</dc:creator>
    <dc:date>2008-10-27T15:44:11Z</dc:date>
    <item>
      <title>Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037688#M894575</link>
      <description>&lt;P&gt;Hi, it is the first time I use a PIX, and I am having problems with NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a serveur with an Internal Ip address 192.168.230.13&lt;/P&gt;&lt;P&gt;at the outside and ip addres is use 10.5.5.3&lt;/P&gt;&lt;P&gt;So I did a translation rule to a static IP,from  10.5.5.3 on outside  to inside serveur 192.168.230.13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I tried to add a translation rule tha would use the same destination:&lt;/P&gt;&lt;P&gt;translation rule static with port address translation from 10.5.5.4:8080 on outside to 192.168.230.13:8080 on inside.&lt;/P&gt;&lt;P&gt;The firewall tells me that the second rule overlaps the firstone. this causes no problems in other firewall.&lt;/P&gt;&lt;P&gt;How can I do this properly on a Pix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037688#M894575</guid>
      <dc:creator>roussillon</dc:creator>
      <dc:date>2019-03-11T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037689#M894577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The solution is the policy nat where you can define exactly what traffic should be translated and how.&lt;/P&gt;&lt;P&gt;Take a look to this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800b6e1a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800b6e1a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, rate if does,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krisztian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 10:29:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037689#M894577</guid>
      <dc:creator>kerek</dc:creator>
      <dc:date>2008-10-24T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037690#M894581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reading the document I was recomended, I did the following configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface gb-ethernet1 vlan229 logical&lt;/P&gt;&lt;P&gt;nameif vlan229 local security95&lt;/P&gt;&lt;P&gt;ip address local 192.168.229.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 192.168.229.2 lenovo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 212.44.229.2 eq ssh&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 212.44.229.2 eq www&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 212.44.229.2 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address local 192.168.229.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pdm location 212.44.229.2 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;pdm location 212.44.229.3 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;pdm location 212.44.229.4 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;pdm location lenovo 255.255.255.255 local&lt;/P&gt;&lt;P&gt;pdm location 192.168.229.0 255.255.255.255 local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 interface&lt;/P&gt;&lt;P&gt;nat (inside) 2 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (local) 2 192.168.229.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,local) tcp lenovo ssh 212.44.229.2 ssh netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (outside,local) tcp lenovo www 212.44.229.3 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (outside,local) tcp lenovo smtp 212.44.229.4 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (local,outside) 212.44.229.2 lenovo netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but only the ssh conexions over 212.44.229.2 are routed to 192.168.229.2&lt;/P&gt;&lt;P&gt;the rest does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037690#M894581</guid>
      <dc:creator>roussillon</dc:creator>
      <dc:date>2008-10-27T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037691#M894583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell us exactly what your business requirements are so that i can help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 15:44:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037691#M894583</guid>
      <dc:creator>Mo'ath Al Rawashdeh</dc:creator>
      <dc:date>2008-10-27T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037692#M894586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is not complicated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having used iptables and sofware firewall (like astaro) in the past , now I 'am tring to understand nat on a pix 6.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm tring to redirect conexions to ports on externals ip addresses to a server with an internal ip I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the connexion to 212.44.229.2:ssh most be redirected to 192.168.229.2:ssh ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the connexion to 212.44.229.3:80 most be redirected to 192.168.229.2:80 ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the connexion to 212.44.229.4:25 most be redirected to 192.168.229.2:25 ip &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the config I am tring to set up but I am a little lost here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 15:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037692#M894586</guid>
      <dc:creator>roussillon</dc:creator>
      <dc:date>2008-10-27T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nat rule overlaps existing rule</title>
      <link>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037693#M894587</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;The order of your static statement is not correct I guess so first remove all the static statements and after add these:&lt;/P&gt;&lt;P&gt;static (local,outside) tcp 212.44.229.2 ssh lenovo ssh&lt;/P&gt;&lt;P&gt;static (local,outside) tcp 212.44.229.3 http lenovo http&lt;/P&gt;&lt;P&gt;static (local,outside) tcp 212.44.229.4 25 lenovo 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, rate if does&lt;/P&gt;&lt;P&gt;Krisztian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 10:10:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rule-overlaps-existing-rule/m-p/1037693#M894587</guid>
      <dc:creator>kerek</dc:creator>
      <dc:date>2008-10-28T10:10:11Z</dc:date>
    </item>
  </channel>
</rss>

