<?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: Static NAT problem due to new version in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776272#M495908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we now have the picture a bit more clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see in the captures, there is no replies from the server for the request, like for a pibg you get request timeout, similarly for tcp, you get SYN timeout and thats what happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client is sending a request to the server but not getting any reply back:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: 06:43:02.344876 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: &lt;STRONG&gt;S&lt;/STRONG&gt; 2068699776:2068699776(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 06:43:05.327802 77.53.145.76.63019 &amp;gt;&amp;nbsp; 192.168.200.51.25&lt;STRONG&gt;: S&lt;/STRONG&gt; 2068699776:2068699776(0) win 8192 &lt;MSS&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 06:43:11.327787&amp;nbsp; 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: &lt;STRONG&gt;S&lt;/STRONG&gt; 2068699776:2068699776(0)&amp;nbsp; win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next step woudl be to troubleshoot on the server end, check if any firewall on the server is blocking the conection or why is it not responding back to the requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2011 06:56:52 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-10-14T06:56:52Z</dc:date>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776262#M495888</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i´m trying to make a traditional port forward (http to http) on our new asa5510. Previous releases off 5505 and software prior 8.3 was no problem. Could someone tell me how do it in new 8.4 version? I ám a rookie on the new ASA series!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My setup is as this (config not in full info):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 87.96.xxx.75 255.255.255.128 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.200.2 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any &lt;/P&gt;&lt;P&gt;access-list outside-entry extended permit tcp any host 87.96.xxx.75 eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in_1 extended permit tcp any any eq www &lt;/P&gt;&lt;P&gt;nat (inside,sll) source dynamic obj_any interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network SRV02&lt;/P&gt;&lt;P&gt; nat (outside,inside) static interface service tcp www www &lt;/P&gt;&lt;P&gt;access-group outside_access_in_1 in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;access-group sll_access_in in interface sll&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 87.96.xxx.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If nothing makes sense in this configuration please give example on how to do it correct. The object on the inside is SRV02 wich is running a webserver on port 80. So i want to open upp for http on outside interface and forward that traffic to srv02 (inside webserver) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I aslo tried to use Public Server Wizard but i fail even there. Se attached image. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776262#M495888</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2019-03-11T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776263#M495889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line interface is the other way round:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SRV02&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (outside,inside) static interface service tcp www www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;P&gt;object network SRV02&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (inside,outside) static interface service tcp www www &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 13:19:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776263#M495889</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-10-12T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776264#M495892</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;In all my tries i reversed it....sorry. This does not help. Could it be that i cannot use my outside interface ipaddress for my purpose? Do i need another ipadress "attached" to my outside interface to make rules like NAT? I wonder why even the public server wizard doesn´t work? Is there a know bug that the wizard doesn´t work? Thanks for your quick and good reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 13:46:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776264#M495892</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-12T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776265#M495894</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;&lt;EM&gt;access-list outside_access_in extended permit tcp any interface outside eq www &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In newest code you must use the private address not the public natted address so you must change your ACL like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit tcp any &lt;IP of="" your="" server=""&gt;&amp;nbsp; eq www &lt;/IP&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776265#M495894</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-12T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776266#M495896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestion &lt;STRONG&gt;access-list outside_access_in extended permit tcp any &lt;IP of="" your="" server=""&gt;&amp;nbsp; eq www &lt;/IP&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but it didn´t work. Just for information a had to specify mask after &lt;IP of="" your="" server=""&gt;&lt;STRONG&gt;. &lt;/STRONG&gt;Any other suggestion?&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:11:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776266#M495896</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-13T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776267#M495898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the traffic flow and rules are correct but it still doesn´t work.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/8/4/3/64348-Outside_ACL.PNG" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/7/4/3/64347-NAT_ASDM.PNG" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/6/4/3/64346-logg.PNG" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:40:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776267#M495898</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-13T07:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776268#M495900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a factory default reset and tried some. Please have a look and see if i missed out something. I changed to forward smtp service instead of http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.4(1)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;enable password 2IDkypgMdFNeCGP1 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 87.96.xxx.75 255.255.255.128&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.200.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network 87.96.222.1&lt;/P&gt;&lt;P&gt; host 87.96.222.1&lt;/P&gt;&lt;P&gt;object network srv02&lt;/P&gt;&lt;P&gt; host 192.168.200.51&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 192.168.200.51 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in_1 extended permit tcp any any eq smtp&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network srv02&lt;/P&gt;&lt;P&gt; nat (inside,outside) static interface service tcp smtp smtp&lt;/P&gt;&lt;P&gt;access-group outside_access_in_1 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 87.96.XXX.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.0.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 192.168.200.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;vpn-addr-assign local reuse-delay 5&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.0.2-192.168.0.254 management&lt;/P&gt;&lt;P&gt;dhcpd enable management&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:e36b774ee17e4905da70de245a3dea85&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;ciscoasa(config)#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:55:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776268#M495900</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-13T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776269#M495901</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;object network SRV02&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (outside,inside) static interface service tcp www www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there something missing here like the ip address of SRV02 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SRV02&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;host x.x.x.x &lt;/STRONG&gt; where x.x.x.x is private address of SRV02&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (&lt;STRONG&gt;inside,outside&lt;/STRONG&gt;) static interface service tcp www www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776269#M495901</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-13T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776270#M495903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you use this particular nat instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service tcp_25&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination static interface srv02 service tcp_25 tcp_25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take captures and paste here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit tcp any host 87.96.xxx.75 eq 25&lt;/P&gt;&lt;P&gt;access-list cap permit tcp host 87.96.xxx.75 any eq 25&lt;/P&gt;&lt;P&gt;access-list cap permit tcp host 192.168.200.51 any eq 25&lt;/P&gt;&lt;P&gt;access-list cap permit tcp any host 192.168.200.51 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cap capin access-list cap interface inside&lt;/P&gt;&lt;P&gt;cap capo access-list cap interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initiate some traffic after that and chcek "show cap capin" and "show cap capo"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:07:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776270#M495903</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-13T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776271#M495905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the capture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: 06:43:02.344876 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: S 2068699776:2068699776(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 06:43:05.327802 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: S 2068699776:2068699776(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 06:43:11.327787 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: S 2068699776:2068699776(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4: 06:43:27.957454 77.53.145.76.63020 &amp;gt; 192.168.200.51.25: S 3468433346:3468433346(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5: 06:43:30.953472 77.53.145.76.63020 &amp;gt; 192.168.200.51.25: S 3468433346:3468433346(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 6: 06:43:36.953930 77.53.145.76.63020 &amp;gt; 192.168.200.51.25: S 3468433346:3468433346(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;6 packets shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 packets captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 06:43:02.344617 77.53.145.76.63019 &amp;gt; 87.96.xxx.75.25: S 1367597125:1367597125(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 06:43:05.327726 77.53.145.76.63019 &amp;gt; 87.96.xxx.75.25: S 1367597125:1367597125(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 06:43:11.327726 77.53.145.76.63019 &amp;gt; 87.96.xxx.75.25: S 1367597125:1367597125(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4: 06:43:27.957195 77.53.145.76.63020 &amp;gt; 87.96.xxx.75.25: S 3341476113:3341476113(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5: 06:43:30.953411 77.53.145.76.63020 &amp;gt; 87.96.xxx.75.25: S 3341476113:3341476113(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 6: 06:43:36.953869 77.53.145.76.63020 &amp;gt; 87.96.xxx.75.25: S 3341476113:3341476113(0) win 8192 &lt;MSS 1460=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;6 packets shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776271#M495905</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-14T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776272#M495908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we now have the picture a bit more clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see in the captures, there is no replies from the server for the request, like for a pibg you get request timeout, similarly for tcp, you get SYN timeout and thats what happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client is sending a request to the server but not getting any reply back:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: 06:43:02.344876 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: &lt;STRONG&gt;S&lt;/STRONG&gt; 2068699776:2068699776(0) win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2: 06:43:05.327802 77.53.145.76.63019 &amp;gt;&amp;nbsp; 192.168.200.51.25&lt;STRONG&gt;: S&lt;/STRONG&gt; 2068699776:2068699776(0) win 8192 &lt;MSS&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3: 06:43:11.327787&amp;nbsp; 77.53.145.76.63019 &amp;gt; 192.168.200.51.25: &lt;STRONG&gt;S&lt;/STRONG&gt; 2068699776:2068699776(0)&amp;nbsp; win 8192 &lt;MSS 1380=""&gt;&lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next step woudl be to troubleshoot on the server end, check if any firewall on the server is blocking the conection or why is it not responding back to the requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776272#M495908</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-14T06:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776273#M495909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply! As far as i can check there is no trouble accessing smtp service from inside network. I tried creating the rule in our production Astaro fw and that is work perfectly. Could there be a bug? I think i should try either downgrade or reinstall the running firmware. Any other suggestion i could try? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:12:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776273#M495909</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-14T07:12:05Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776274#M495912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this natting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) 1 source dynamic any interface destination static interface srv02 service tcp_25 tcp_25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see this to be a issue with the firewall, beacuse firewall is forwarding the packets but no receiving any replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you test this and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:51:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776274#M495912</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-14T07:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776275#M495913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working! Can you explain why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:09:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776275#M495913</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-14T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776276#M495914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic....Check the route and default gateway on the server, it is responding correctly to its own subnet but not sending packets for internet ip's back to the ASA inside interface. Check what is the gateway on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:17:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776276#M495914</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-14T08:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776277#M495915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing it out. Inside interface do have ip 192.168.200.2 and the old firewall is serving 192.168.200.1 Clients/servers on inside is configured towards the "old" default gateway....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your latest nat suggestion really make inside interface listen to inside traffic on specific port and could pick up that. Is it the dynamic statement that do this magic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:29:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776277#M495915</guid>
      <dc:creator>netbin2009</dc:creator>
      <dc:date>2011-10-14T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Static NAT problem due to new version</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776278#M495916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fredrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, in the nat statement, the users coming from internet are dynamically patted to the inside interface, while the destination server is statically port forwarded to the outside interface. So teh serevr woudl see the request coming from your inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:34:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-problem-due-to-new-version/m-p/1776278#M495916</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-14T08:34:50Z</dc:date>
    </item>
  </channel>
</rss>

