<?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 pix nat problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440973#M267748</link>
    <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;ive created a policy nat on a pix 515E.&lt;/P&gt;&lt;P&gt;Im trying to nat a group of ip's from the outside to a pat on the inside.&lt;/P&gt;&lt;P&gt;I can see packets hitting a capture on the outside but nothing on an inside capture.&lt;/P&gt;&lt;P&gt;As an example I want 10.1.1.1 to go through from the outside to the inside on pat 172.16.10.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;config:&lt;/P&gt;&lt;P&gt;object-group network VMWARE-MGMT&lt;BR /&gt;network-object host 10.1.1.1&lt;/P&gt;&lt;P&gt;object-group network VMWARE-HOSTS&lt;BR /&gt;network-object host 172.16.5.10&lt;/P&gt;&lt;P&gt;object-group service VMWARE-TCP tcp&lt;BR /&gt;port-object eq 902&lt;BR /&gt;port-object eq 903&lt;BR /&gt;port-object eq 22&lt;BR /&gt;port-object eq 443&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp object-group VMWARE-MGMT object-group VMWARE-HOSTS object-group VMWARE-TCP&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list acl_vmware permit tcp object-group VMWARE-MGMT object-group VMWARE-HOSTS object-group VMWARE-TCP&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (outside) 10 access-list acl_vmware&lt;/P&gt;&lt;P&gt;global (inside) 10 172.16.10.10&lt;/P&gt;&lt;P&gt;route inside 172.16.0.0 255.255.0.0 172.16.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;172.16.1.1 is the next hop (router). Is there something wrong with the nat?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:02:36 GMT</pubDate>
    <dc:creator>mickyq</dc:creator>
    <dc:date>2019-03-12T04:02:36Z</dc:date>
    <item>
      <title>pix nat problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440973#M267748</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;ive created a policy nat on a pix 515E.&lt;/P&gt;&lt;P&gt;Im trying to nat a group of ip's from the outside to a pat on the inside.&lt;/P&gt;&lt;P&gt;I can see packets hitting a capture on the outside but nothing on an inside capture.&lt;/P&gt;&lt;P&gt;As an example I want 10.1.1.1 to go through from the outside to the inside on pat 172.16.10.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;config:&lt;/P&gt;&lt;P&gt;object-group network VMWARE-MGMT&lt;BR /&gt;network-object host 10.1.1.1&lt;/P&gt;&lt;P&gt;object-group network VMWARE-HOSTS&lt;BR /&gt;network-object host 172.16.5.10&lt;/P&gt;&lt;P&gt;object-group service VMWARE-TCP tcp&lt;BR /&gt;port-object eq 902&lt;BR /&gt;port-object eq 903&lt;BR /&gt;port-object eq 22&lt;BR /&gt;port-object eq 443&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp object-group VMWARE-MGMT object-group VMWARE-HOSTS object-group VMWARE-TCP&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list acl_vmware permit tcp object-group VMWARE-MGMT object-group VMWARE-HOSTS object-group VMWARE-TCP&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (outside) 10 access-list acl_vmware&lt;/P&gt;&lt;P&gt;global (inside) 10 172.16.10.10&lt;/P&gt;&lt;P&gt;route inside 172.16.0.0 255.255.0.0 172.16.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;172.16.1.1 is the next hop (router). Is there something wrong with the nat?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440973#M267748</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2019-03-12T04:02:36Z</dc:date>
    </item>
    <item>
      <title>Hi michael,what you are</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440974#M267749</link>
      <description>&lt;P&gt;Hi michael,&lt;/P&gt;&lt;P&gt;what you are trying to do is dynamic pat, and in this we can't specify the source port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try not using port in the ACL&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;access-list acl_vmware permit tcp object-group VMWARE-MGMT object-group VMWARE-HOSTS object-group VMWARE-TCP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;instead of this use ip based classification to classify the source to be patted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is so because this is dynamic PAT that you are using so you cant specify source port on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so instead of above use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;access-list acl_vmware permit ip object-group VMWARE-MGMT object-group VMWARE-HOSTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Please rate if helpful&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Naveen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 19:25:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440974#M267749</guid>
      <dc:creator>naveenrawat007</dc:creator>
      <dc:date>2014-04-07T19:25:24Z</dc:date>
    </item>
    <item>
      <title>Thanks Naveen, I beleive that</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440975#M267750</link>
      <description>&lt;P&gt;Thanks Naveen, I beleive that fixed the issue.&lt;/P&gt;&lt;P&gt;I did still had problems until I created a no nat for the return traffic. I just couldnt see what was going on with the PIX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again. much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:38:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problem/m-p/2440975#M267750</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2014-04-08T10:38:28Z</dc:date>
    </item>
  </channel>
</rss>

