<?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 translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072700#M438191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to ping it????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is completely different, we have been working with the SMTP protocol not ICMP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Remembe to rate all of the helpful posts, for us that is as important as a thanks.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 16:33:29 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-10-22T16:33:29Z</dc:date>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072683#M438161</link>
      <description>&lt;P&gt;I have a DGway of 31.210.99.10/27 and i want to translate the ip addr to&amp;nbsp; 192.168.xx.xx ( internal ip SNMP) to 31.210.99.xx/27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did the commands&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 31.210.99.xx 192.168.xx.xx metmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 31.21099.xx eq 25 &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working Can some one help??&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072683#M438161</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2019-03-12T00:11:27Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072684#M438162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alfred,&lt;/P&gt;&lt;P&gt;Configuration looks good..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's start with a packet-tracer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 4.2.2.2&amp;nbsp; 1025 31.210.99.xx 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 17:53:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072684#M438162</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072685#M438163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are using wrong port number SNMP works on 161 port number and your are giving SMTP port number i.e 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;atic (inside,outside) 31.210.99.xx 192.168.xx.xx metmask 255.255.255.255&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list 101 permit udp any host 31.21099.xx eq 161&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; please check and reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:15:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072685#M438163</guid>
      <dc:creator>saurabhgoel169</dc:creator>
      <dc:date>2012-10-18T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072686#M438166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabn&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; i meant SMTP(port 25).the thing is i cannot even ping 192.168.xx.xx before and after the NAtting rule was applied.Went to this web site to test connectivity &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.wormly.com/test_smtp_server"&gt;https://www.wormly.com/test_smtp_server&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; and nothing happened..dont know why.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing missing here???Help please!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072686#M438166</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-18T18:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072687#M438167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Hello Alfred,&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Configuration looks good..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Let's start with a packet-tracer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;packet-tracer input outside tcp 4.2.2.2&amp;nbsp; 1025 31.210.99.xx 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Let us know the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:58:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072687#M438167</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-18T18:58:17Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072688#M438169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From where you are try to ping the 192.168.x.x IP address and if you want to test the setting please do the telent from your machine to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet Public_IP 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is successfull , it means your configuration is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show the status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which IOS you are using on firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check and let me knwo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:59:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072688#M438169</guid>
      <dc:creator>saurabhgoel169</dc:creator>
      <dc:date>2012-10-18T18:59:50Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072689#M438176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IOS image used is 8.2(3) and ASDM 6..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/saurabhgoel169" id="jive-6532919228431418283663" style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;Saurabh goe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;no access to device at the moment will let u know of packet tracer..the thing is i cannot ping the SMTP server fromthe firewall even before the translation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:52:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072689#M438176</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-18T19:52:12Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072690#M438178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Alfred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SMTP server should be reachable from the firewall. You need to check the route&amp;nbsp; for the SMTP server and share the traceroute result to SMTP server from firewall. Might be it will help you to check the reachability of server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 07:02:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072690#M438178</guid>
      <dc:creator>saurabhgoel169</dc:creator>
      <dc:date>2012-10-19T07:02:07Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072691#M438181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh ,&lt;/P&gt;&lt;P&gt;here is the packet tracer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# packet-tracer input outside tcp 4.2.2.2&amp;nbsp; 1025 31.xxx.9$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: FLOW-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: ROUTE-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype: input&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: drop&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:22:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072691#M438181</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-19T08:22:18Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072692#M438183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what was added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 38.xx.xx.xx 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list 101 permit tcp any host 38.xx.xx.xx eq 25&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-group 101 in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:28:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072692#M438183</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-19T08:28:07Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072693#M438184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello to b on the safe side i deteledt the rule and added it again and i carry out the pacte tracer and the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-1# packet-tracer input outside tcp 4.2.2.2&amp;nbsp; 1025 31.xx.xx.xx 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: FLOW-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: UN-NAT&lt;/P&gt;&lt;P&gt;Subtype: static&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 31.xx.xx.xx&amp;nbsp; 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside host 192.168.98.35 outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 31.210.233.69&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 3&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;NAT divert to egress interface inside&lt;/P&gt;&lt;P&gt;Untranslate 31.xx.xx.xx /0 to 192.168.xx.xx/0 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: log&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 38.xx.xx.xx.xx eq smtp&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 5&lt;/P&gt;&lt;P&gt;Type: INSPECT&lt;/P&gt;&lt;P&gt;Subtype: inspect-smtp&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&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;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp _default_esmtp_map&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;/P&gt;&lt;P&gt;Type: VPN&lt;/P&gt;&lt;P&gt;Subtype: ipsec-tunnel-flow&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: rpf-check&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 31.xx.xx.xx&amp;nbsp; 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside host 192.168.xx.xx outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 31.xx.xx.xx &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 3&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 8&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: host-limits&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 31.xx.xx.xx&amp;nbsp; 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside host 192.168.98.35 outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 31.xx.xx.xx &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 3&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 9&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 10&lt;/P&gt;&lt;P&gt;Type: FLOW-CREATION&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;New flow created with id 96282, packet dispatched to next module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: inside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:45:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072693#M438184</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-19T08:45:19Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072694#M438185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Albert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now its working fine for your..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:43:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072694#M438185</guid>
      <dc:creator>saurabhgoel169</dc:creator>
      <dc:date>2012-10-19T14:43:50Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072695#M438186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/people/saurabhgoel169" id="jive-6532919299160348144747" style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; outline: none; color: #000000; font-weight: bold; font-family: Arial, verdana, sans-serif;"&gt;Saurabh goel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;went to the web site &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.wormly.com/test_smtp_server..Did"&gt;https://www.wormly.com/test_smtp_server..Did&lt;/A&gt;&lt;SPAN&gt; some tests and nothing..its not working at all..Can you help or any body??..is there anymire access lus to be added,,thought i did this right.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 15:20:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072695#M438186</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-19T15:20:07Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072696#M438187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alfred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA configuration is the one required now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following as a test in order to make sure this is a server issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list test123 permit tcp any host 38.xx.xx.xx.xx&amp;nbsp; eq 25&lt;/P&gt;&lt;P&gt;nat (outside) 11 access-list test123 outside&lt;/P&gt;&lt;P&gt;global (inside) 11 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give it a try, if this does not work captures will be taken next!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Any other question...Sure..Just remember to rate all of my posts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 16:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072696#M438187</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-19T16:18:36Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072697#M438188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just wanted to confirm the internal mail server is 192.168.xx.xx &lt;/P&gt;&lt;P&gt;and the ip addr we want to come through the Fwall is 38.210.xx.18.and the gateway of the firewall is 38.210.xx.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 12:54:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072697#M438188</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-21T12:54:59Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072698#M438189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alfred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration you have is the one required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it looks like it's a server problem but just to make sure do the following and them attempt to connect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;access-list test123 permit tcp any host 38.xx.xx.xx.xx&amp;nbsp; eq 25&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nat (outside) 11 access-list test123 outside&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;global (inside) 11 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 19:05:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072698#M438189</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-21T19:05:01Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072699#M438190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Still no joy cant ping the mail server at all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: log&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 38.210.x.x eq smtp&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 5&lt;/P&gt;&lt;P&gt;Type: INSPECT&lt;/P&gt;&lt;P&gt;Subtype: inspect-smtp&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&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;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp _default_esmtp_map&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;/P&gt;&lt;P&gt;Type: VPN&lt;/P&gt;&lt;P&gt;Subtype: ipsec-tunnel-flow&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;nat (outside) 11 access-list test123 outside&lt;/P&gt;&lt;P&gt;&amp;nbsp; match tcp outside any inside host 38.xx.xx.xxeq 25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 11 (0.0.0.0 [Interface PAT])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 1, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Dynamic translate 4.2.2.2/1025 to 0.0.0.0/54329 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 8&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: host-limits&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;nat (outside) 11 access-list test123 outside&lt;/P&gt;&lt;P&gt;&amp;nbsp; match tcp outside any outside host 38.xx.xx.xx eq 25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 11 (No matching global)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 9&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: rpf-check&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 38.xx.xx.xx 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside host 192.168.xx.xx outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 38.xx.xx.xx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 4&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 10&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: host-limits&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 38.xx.xx.xx 192.168.xx.xx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside host 192.168.xx.xx outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 38.xx.xx.xx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 4&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 11&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 12&lt;/P&gt;&lt;P&gt;Type: FLOW-CREATION&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;New flow created with id 448872, packet dispatched to next module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: inside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:24:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072699#M438190</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-22T09:24:08Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072700#M438191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to ping it????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is completely different, we have been working with the SMTP protocol not ICMP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Remembe to rate all of the helpful posts, for us that is as important as a thanks.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:33:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072700#M438191</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-22T16:33:29Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072701#M438192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im trying to go through the default gateway instead.whats the port number of a default gateway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 11:03:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072701#M438192</guid>
      <dc:creator>Alfred</dc:creator>
      <dc:date>2012-10-23T11:03:00Z</dc:date>
    </item>
    <item>
      <title>NAT translation</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072702#M438193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alfred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am affraid you are not being clear enough,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry but I do not understand what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean right now you should be trying to access the internal server on port 25. That's all we have done so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 16:34:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation/m-p/2072702#M438193</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-10-23T16:34:16Z</dc:date>
    </item>
  </channel>
</rss>

