<?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 NAT working 1 way but not the other? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852325#M957927</link>
    <description>&lt;P&gt;Hey guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA with an outside/inside/DMZ scenario. (TMP-WAN is the DMZ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the global statements working on both the inside and outside interfaces. PAT on the outside works fine. PAT is also on the inside interface as there are a number of other networks that go through the inside interface (another router on the inside lan nwith networks behind it) That also works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added static NAT statements for the TMP-WAN interface, i can reach every network out that interface, but not the other way around. I get Deny TCP no connection inbound on TMP-WAN errors. I also get TCP reset-O errors immediately back. Here is the config (attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight would be greatly appreciated. I've tried adding another static NAT rule reversing inside and TMP-WAN but to no avail. thinking there was no translation rule coming back in, but it didn't seem to work or i didn't get the syntax correct. Any help would be great..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 00:55:23 GMT</pubDate>
    <dc:creator>matthew.elliott</dc:creator>
    <dc:date>2019-03-13T00:55:23Z</dc:date>
    <item>
      <title>NAT working 1 way but not the other?</title>
      <link>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852325#M957927</link>
      <description>&lt;P&gt;Hey guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA with an outside/inside/DMZ scenario. (TMP-WAN is the DMZ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the global statements working on both the inside and outside interfaces. PAT on the outside works fine. PAT is also on the inside interface as there are a number of other networks that go through the inside interface (another router on the inside lan nwith networks behind it) That also works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added static NAT statements for the TMP-WAN interface, i can reach every network out that interface, but not the other way around. I get Deny TCP no connection inbound on TMP-WAN errors. I also get TCP reset-O errors immediately back. Here is the config (attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight would be greatly appreciated. I've tried adding another static NAT rule reversing inside and TMP-WAN but to no avail. thinking there was no translation rule coming back in, but it didn't seem to work or i didn't get the syntax correct. Any help would be great..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:55:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852325#M957927</guid>
      <dc:creator>matthew.elliott</dc:creator>
      <dc:date>2019-03-13T00:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: NAT working 1 way but not the other?</title>
      <link>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852326#M957931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you need all networks on INSIDE and TMP-WAN to communicate but go ahead and edit this as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (TMP-WAN,inside) 10.216.32.0 10.216.32.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network TMP-WAN&lt;/P&gt;&lt;P&gt; network-object 10.216.24.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.28.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.32.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.224.0.0 255.248.0.0&lt;/P&gt;&lt;P&gt; network-object 10.216.24.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.2.0 255.255.255.252&lt;/P&gt;&lt;P&gt; network-object 10.216.28.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.32.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network INSIDE&lt;/P&gt;&lt;P&gt; network-object 10.216.132.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.136.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.140.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.20.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.16.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.14.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.69.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.216.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list INSIDE-TO-TMP-WAN permit ip object-group INSIDE object-group TMP-WAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list INSIDE-TO-TMP-WAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list TMP-WAN_nat0_outbound permit ip object-group TMP-WAN object-group INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 18:03:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852326#M957931</guid>
      <dc:creator>palomoj</dc:creator>
      <dc:date>2007-12-28T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: NAT working 1 way but not the other?</title>
      <link>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852327#M957936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to add you can clean up your config by doing dynamic routing either ospf or eigrp with the inside router and the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 16:14:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-working-1-way-but-not-the-other/m-p/852327#M957936</guid>
      <dc:creator>bob.bartlett</dc:creator>
      <dc:date>2007-12-29T16:14:36Z</dc:date>
    </item>
  </channel>
</rss>

