<?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 Problem with nat? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2134000#M394396</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;ok this works for some of our nat rules &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; but not all of them &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif" width="16"&gt;&lt;/SPAN&gt; and for those it works for im not able to access the webservices from inside the test environment. Any ideas?&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, 10 Dec 2012 13:51:15 GMT</pubDate>
    <dc:creator>IT Asitis</dc:creator>
    <dc:date>2012-12-10T13:51:15Z</dc:date>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133991#M394351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following NAT rule:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;object network HTTP_Test_80&lt;/P&gt;&lt;P&gt;nat (TestEnvironment,WAN1) static 88.130.50.22 service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows http traffic to a testserver from the outside. An ACL is also in place and i can get to the webservice from the outside. However i can not get to this webservice from the inside network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The testserver is located in one of ouur DMZ networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/H&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133991#M394351</guid>
      <dc:creator>IT Asitis</dc:creator>
      <dc:date>2019-03-12T00:35:20Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133992#M394355</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 Static NAT to the public IP address is only done towards the WAN1 interface, not INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Static NAT to be applied to INSIDE interface, the command would require it as a destination Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set the Static NAT destination interface as "any" it will translate the Public IP towards every other interface on the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do take notice that these changes might affect your network IF you use the server from INSIDE with local address also. In that case some sort of Policy NAT might be the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:00:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133992#M394355</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133993#M394358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So all that is needed is to change destination to any and it should work. given that the last paragraph does not apply?&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, 10 Dec 2012 10:03:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133993#M394358</guid>
      <dc:creator>IT Asitis</dc:creator>
      <dc:date>2012-12-10T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133994#M394360</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;Let me test the setup on one of my test firewalls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I dont usually do these kind of NATs as I want to keep the setup simple (between interfaces behind Firewall). Best situation is naturally when we have a public network directly at the DMZ with our customers then NAT wont be a problem. Naturally this isnt an option for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to my understanding this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, are you using the mentioned public IP address as shared public from some servers? Just thinking as you are using a Port Forward configuration and not a usual/normal Static NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:08:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133994#M394360</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T10:08:23Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133995#M394366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is a shared public IP and it is not the primary of the interface either.&lt;/P&gt;&lt;P&gt;i have 6 other services open to this IP from the outside.&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, 10 Dec 2012 10:11:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133995#M394366</guid>
      <dc:creator>IT Asitis</dc:creator>
      <dc:date>2012-12-10T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133996#M394372</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;I did a very quick test to see what the ASA says about the Static NAT (I used normal Static NAT, not Port forward)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres configuration in my test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet-tracer from local DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phase: 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type: UN-NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subtype: static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result: ALLOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT divert to egress interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Untranslate 1.2.3.4/80 to 10.10.10.123/80&lt;/STRONG&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;Packet-tracer from local OUTSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phase: 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type: UN-NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subtype: static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result: ALLOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT divert to egress interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Untranslate 1.2.3.4/80 to 10.10.10.123/80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So NAT phase seems right to me atleast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:13:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133996#M394372</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133997#M394380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changed the configuration for TCP/80 Port Forward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres the configuration and test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.10.10.123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4 service tcp www www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet-tracer from local DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phase: 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type: UN-NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subtype: static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result: ALLOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4 service tcp www www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT divert to egress interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Untranslate 1.2.3.4/80 to 10.10.10.123/80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet-tracer from local OUTSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phase: 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type: UN-NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subtype: static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result: ALLOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Config:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,any) static 1.2.3.4 service tcp www www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT divert to egress interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Untranslate 1.2.3.4/80 to 10.10.10.123/80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:16:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133997#M394380</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T10:16:45Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133998#M394387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;object network HTTP_Test_80&lt;/P&gt;&lt;P&gt;nat (TestEnvironment,WAN1) static 88.130.50.22 service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should 88.130.50.22 then be changed to any? if so how will i reach it from the outside.&lt;/P&gt;&lt;P&gt;or am i supposed to add new rules to be able to access those servers from the inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that im doing this in ASDM and there the destination is 88.130.50.22.&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, 10 Dec 2012 10:24:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133998#M394387</guid>
      <dc:creator>IT Asitis</dc:creator>
      <dc:date>2012-12-10T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133999#M394392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was talking about the source/destination interface which is inside "()" in the NAT command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how my Test configurations seems through ASDM (I dont use ASDM myself otherwise)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The actual NAT object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/4/7/1/118174-NAT-Object.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Under Advanced Settings&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/0/9/1/118190-NAT-Advanced.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do notice that the ASDM will remove the NAT command before inserting the new one. It will therefore teardown all connections from OUTSIDE to that server on port TCP/80 atleast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you havent already used, you could consider previewing the commands ASDM will send to the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be enabled in the following place on ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tools -&amp;gt; Preferences -&amp;gt; Select "Preview Commands before sending them to the device"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you will see what CLI version commands are actually sent to the ASA by the ASDM &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;BEFORE&lt;/STRONG&gt;&lt;/SPAN&gt; it sends them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2133999#M394392</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2134000#M394396</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;ok this works for some of our nat rules &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; but not all of them &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif" width="16"&gt;&lt;/SPAN&gt; and for those it works for im not able to access the webservices from inside the test environment. Any ideas?&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, 10 Dec 2012 13:51:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2134000#M394396</guid>
      <dc:creator>IT Asitis</dc:creator>
      <dc:date>2012-12-10T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Problem with nat?</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2134001#M394400</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;Without seeing the whole configuration its hard to tell why its not working. Might be some problem with existing NAT configuration. Also a screencapture of the ASDM log when you are attempting the connection might help (Might need logging level "Informational" atleast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards to the access problem from the test environment. Are you saying that you are connecting from a host at the same network where the test server is using the public IP address? If this is the case I think it ain't supposed to work like that (the configuration I mentioned). I would have to lab this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you say something is working but you can't access webservices? Can you clarify what is working? Wasnt the Web Service the only service you were trying to access. (Atleast in the original question/post)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-nat/m-p/2134001#M394400</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-10T14:00:47Z</dc:date>
    </item>
  </channel>
</rss>

