<?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: PIX nat/pat issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-nat-pat-issue/m-p/591289#M498445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is two points to clear:&lt;/P&gt;&lt;P&gt;1) Is the outside global address used in "global (outside) 25" identical to previously used?&lt;/P&gt;&lt;P&gt;2) According to your statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 25 x.x.x.124 &lt;/P&gt;&lt;P&gt;nat (inside) 25 192.168.0.20 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to translate a single inside local ip 12.168.0.20 in the inside to the inside global x.x.x.124&lt;/P&gt;&lt;P&gt;But this is a one-to-one translation! And this is equivalent to:&lt;/P&gt;&lt;P&gt;static (inside, outside) x.x.x.124 192.168.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the last x.x.x.124 is the same as previously used, you should have a problem with the "global (outside) 25" and event with the "static" command, I have proposed, because you can use the same outside global address in different static command only if you use different ports (policy NAT)&lt;/P&gt;&lt;P&gt;So i suggest the following if I understood what you want:&lt;/P&gt;&lt;P&gt;=================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq smtp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq www &lt;/P&gt;&lt;P&gt;!this acl statement concern traffic destined to 192.168.0.20 &lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq &lt;PORTA&gt; &lt;/PORTA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.124 smtp 192.168.0.22 smtp netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;!You add this line if you want to access to (192.168.0.20,portA) from the outside&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.124 &lt;PORTA&gt; 192.168.0.20 &lt;PORTA&gt; netmask 255.255.255.255 0 0 &lt;/PORTA&gt;&lt;/PORTA&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp x.x.x.124 www 172.16.30.1 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.114 &lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Aug 2006 07:52:15 GMT</pubDate>
    <dc:creator>abdel_n</dc:creator>
    <dc:date>2006-08-13T07:52:15Z</dc:date>
    <item>
      <title>PIX nat/pat issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-pat-issue/m-p/591288#M498444</link>
      <description>&lt;P&gt;I am having a problem with a nat/pat on a 515.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For smtp traffic coming in, I need to send the traffic to a Spam filter device, and the www traffic to the OWA box (inside the DMZ). When the mail goes out from the Exchange Server I need it to use a different global(outside) than the other address so that it is on the address with the Reverse DNS entry. So far I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound line 2 permit tcp any host x.x.x.124 eq smtp (hitcnt=245082)&lt;/P&gt;&lt;P&gt;access-list inbound line 4 permit tcp any host x.x.x.124 eq www (hitcnt=2623)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.124 smtp 192.168.0.22 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp x.x.x.124 www 172.16.30.1 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.114&lt;/P&gt;&lt;P&gt;global (outside) 25 x.x.x.124&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 25 192.168.0.20 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is when I add the nat (inside) 25 rule, then the Exchange server no longer routes past the Pix to the internet on outbound connections, but I can still connect to it remotely via RDP. I have ran a clear xlate, and still cannot get it to traverse the pix and talk out on the x.x.x.124 address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This same config works for me on another client's pix, just doesn't want to work here. they are both version 6.3. The one that works is 6.3(4) while this one is 6.3(1). Is it a bug in that revision, or am I missing something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:06:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-pat-issue/m-p/591288#M498444</guid>
      <dc:creator>awmccurry</dc:creator>
      <dc:date>2020-02-21T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX nat/pat issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-pat-issue/m-p/591289#M498445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is two points to clear:&lt;/P&gt;&lt;P&gt;1) Is the outside global address used in "global (outside) 25" identical to previously used?&lt;/P&gt;&lt;P&gt;2) According to your statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 25 x.x.x.124 &lt;/P&gt;&lt;P&gt;nat (inside) 25 192.168.0.20 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to translate a single inside local ip 12.168.0.20 in the inside to the inside global x.x.x.124&lt;/P&gt;&lt;P&gt;But this is a one-to-one translation! And this is equivalent to:&lt;/P&gt;&lt;P&gt;static (inside, outside) x.x.x.124 192.168.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the last x.x.x.124 is the same as previously used, you should have a problem with the "global (outside) 25" and event with the "static" command, I have proposed, because you can use the same outside global address in different static command only if you use different ports (policy NAT)&lt;/P&gt;&lt;P&gt;So i suggest the following if I understood what you want:&lt;/P&gt;&lt;P&gt;=================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq smtp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq www &lt;/P&gt;&lt;P&gt;!this acl statement concern traffic destined to 192.168.0.20 &lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host x.x.x.124 eq &lt;PORTA&gt; &lt;/PORTA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.124 smtp 192.168.0.22 smtp netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;!You add this line if you want to access to (192.168.0.20,portA) from the outside&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.124 &lt;PORTA&gt; 192.168.0.20 &lt;PORTA&gt; netmask 255.255.255.255 0 0 &lt;/PORTA&gt;&lt;/PORTA&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp x.x.x.124 www 172.16.30.1 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.114 &lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2006 07:52:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-pat-issue/m-p/591289#M498445</guid>
      <dc:creator>abdel_n</dc:creator>
      <dc:date>2006-08-13T07:52:15Z</dc:date>
    </item>
  </channel>
</rss>

