<?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: PAT / NAT and Inbound/Outbound - Can I do this? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475376#M690301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, assuming that eth3 has higher security level than outside, you would also need to configure NAT exemption on eth3 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume that eth3 subnet is 200.1.1.0/24. The following config needs to be done:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list eth3-nonat permit ip 200.1.1.0 255.255.255.0 any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (eth3) 0 access-list eth3-nonat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further just to clarify the following 2 commands configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (eth3) 1 64. 123.111.1&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (outside) 1 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;The above configuration is configured as you would like any ip addresses from the outside subnet (Internet I assume) to be PATed to 64.123.111.1 when they are accessing eth3 subnet (200.1.1.0/24 - as per the above assumption)? Is this a correct assumption? If it is, then the NAT exemption above should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 22:45:14 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-05-14T22:45:14Z</dc:date>
    <item>
      <title>PAT / NAT and Inbound/Outbound - Can I do this?</title>
      <link>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475375#M690297</link>
      <description>&lt;P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;This is a separate question that is a follow up to one that was answered:&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Help with: Deny TCP (no connection)&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;A href="https://community.cisco.com/thread/2016571" target="_blank"&gt;https://supportforums.cisco.com/thread/2016571&lt;/A&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Unfortunately that solution - by PATing all source addresses coming in from the outside to ensure the request is sent back out that same PIX - wreaks havoc on the dynamic translation rules. Note the PATing is a temporary solution to be used during this ISP move/renumbering.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;So I have this configured: Allows client behind an interface dynamic translation using the specified outside IP.&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (outside) 30 64.123.111.4&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (outside) 20 64. 123.111.3&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (outside) 10 64. 123.111.2&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (eth2) 20 10.1.0.0 255.255.224.0&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (eth1) 10 10.0.0.0 255.255.224.0&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (eth3) 30 10.100.0.0 255.255.224.0&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;It works well but when I PAT everything (add the 2 lines below)&amp;nbsp; – it does fix the problem answered in my other post but “breaks” the above and I see “&lt;STRONG&gt;no translation group found&lt;/STRONG&gt;” Syslog messages:&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (eth3) 1 64. 123.111.1&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (outside) 1 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;STRONG&gt;Is there a way I can have the best of both worlds?&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Thanks,&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;-h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:45:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475375#M690297</guid>
      <dc:creator>mhcraig</dc:creator>
      <dc:date>2019-03-11T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: PAT / NAT and Inbound/Outbound - Can I do this?</title>
      <link>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475376#M690301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, assuming that eth3 has higher security level than outside, you would also need to configure NAT exemption on eth3 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume that eth3 subnet is 200.1.1.0/24. The following config needs to be done:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list eth3-nonat permit ip 200.1.1.0 255.255.255.0 any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (eth3) 0 access-list eth3-nonat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further just to clarify the following 2 commands configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (eth3) 1 64. 123.111.1&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (outside) 1 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;The above configuration is configured as you would like any ip addresses from the outside subnet (Internet I assume) to be PATed to 64.123.111.1 when they are accessing eth3 subnet (200.1.1.0/24 - as per the above assumption)? Is this a correct assumption? If it is, then the NAT exemption above should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 22:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475376#M690301</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-14T22:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: PAT / NAT and Inbound/Outbound - Can I do this?</title>
      <link>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475377#M690309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply but I'm still not having any luck. I've tried altering the nonat ACL and I can't seem to have the both situations work simulataneously:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Situation&lt;/STRONG&gt;:&lt;BR /&gt;Web server is behind eth-poy: 10.100.2.10&lt;BR /&gt;Statically mapped to the outside eth-isp: 1.1.1.1&lt;BR /&gt;Host Servers use: 10.100.1.0/24&lt;BR /&gt;eth-isp = 2.2.2.2/26 (Internet)&lt;/P&gt;&lt;P&gt;eth-poy = 10.100.0.0/19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;:&lt;BR /&gt;1. Allow hosts behind eth-poy to access the internet using eth-isp sharing a single IP&lt;/P&gt;&lt;P&gt;AND simultaneously...&lt;BR /&gt;2. Allow web servers behind eth-poy to utilize their static mappings when people access them from the internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening is that the static rules are working but I'm still seeing "no translation group found for tcp src eth-poy:10.100.1.100..." when I try to access the internet from one of the hosts behind eth-poy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is what I have currently&lt;/STRONG&gt;:&lt;BR /&gt;access-list acl_exempt_eth_poy_nonat permit ip 10.100.0.0 255.255.224.0 any&lt;BR /&gt;nat (eth-poy) 0 access-list acl_exempt_eth_poy_nonat&lt;BR /&gt;nat (eth-isp) 1 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;global (eth-poy) 1 2.2.2.1&lt;BR /&gt;static (eth-poy,eth-isp) 2.2.2.10 10.100.2.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I've tried adjusting the ACL to include only those hosts in the 10.100.2.0/24 range and alternatively the 10.100.1.0/24 range but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 14:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475377#M690309</guid>
      <dc:creator>mhcraig</dc:creator>
      <dc:date>2010-05-17T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: PAT / NAT and Inbound/Outbound - Can I do this?</title>
      <link>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475378#M690315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to answer your *specific* question - YES your assumption is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition though, I would like hosts behind eth3 to access the internet using a single IP (can be different than the one used for the PATing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why I'm seeing this syslog message:&lt;/P&gt;&lt;P&gt;"no translation group found for tcp src eth-poy:10.100.1.100..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..and the hosts can't access the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 20:54:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-nat-and-inbound-outbound-can-i-do-this/m-p/1475378#M690315</guid>
      <dc:creator>mhcraig</dc:creator>
      <dc:date>2010-05-18T20:54:02Z</dc:date>
    </item>
  </channel>
</rss>

