<?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: ASA nat issue urgent in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613345#M583234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the entire configuration of both router and ASA, I explaibed in txt document that I can ping 10.10.10.1 which is sub interface of ASA from my router, also I can ping 66.128.95.241 from ASA, but still can't ping 66.128.95.241 from the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also applied the changes you asked me to do, but still no success &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;-Rouzbeh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 15:07:25 GMT</pubDate>
    <dc:creator>rouzbehta</dc:creator>
    <dc:date>2011-02-03T15:07:25Z</dc:date>
    <item>
      <title>ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613340#M583225</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp; Would someone please tell me if there is anything wrong with this configuration on ASA?&amp;nbsp; For example I can ping 10.10.10.3 from ASA but can't ping from 10.10.10.3 to 66.128.95.241, this means nat is not working properly??&amp;nbsp; I need this be fixed very soon&amp;nbsp; Thank you!&amp;nbsp;&amp;nbsp;&amp;nbsp; global (outside) 1 66.128.95.241 netmask 255.255.255.252 global (DMZ) 1 66.128.95.241 nat (inside10) 1 10.10.10.0 255.255.255.0 nat (inside11) 1 10.10.11.0 255.255.255.0 nat (inside12) 1 10.10.12.0 255.255.255.0 nat (inside13) 1 10.10.13.0 255.255.255.0 nat (inside14) 1 10.10.14.0 255.255.255.0 nat (inside16) 1 10.10.16.0 255.255.255.0 nat (inside20) 1 10.10.20.0 255.255.255.0 nat (inside21) 1 10.10.21.0 255.255.255.0&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:43:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613340#M583225</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2019-03-11T19:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613341#M583227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached txt file for if you can't read it properly in html , sorry abou this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 04:47:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613341#M583227</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2011-02-03T04:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613342#M583230</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 nat configuration given by you is as follows:&lt;/P&gt;&lt;P&gt;nat (inside10) 1 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 66.128.95.241 netmask 255.255.255.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here you are patting the 10.10.10.0 network to 66.128.95.241 and 66.128.95.242. These ip address are used for natting. They are not physically assigned to a device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from ASA when you ping 10.10.10.3,&lt;/P&gt;&lt;P&gt;source ip -- the interface ip address of inside10&lt;/P&gt;&lt;P&gt;destination ip - 10.10.10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to that ping&lt;/P&gt;&lt;P&gt;source ip - 10.10.10.3&lt;/P&gt;&lt;P&gt;Destination ip - the interface ip address of inside10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping will be successful as both are assigned to a physically present device or interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you ping the ip address 66.128.95.241 from the device with ip address 10.10.10.3,&lt;/P&gt;&lt;P&gt;source ip -- 10.10.10.3 &lt;/P&gt;&lt;P&gt;destination ip -- 66.128.95.241.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ip 66.128.95.241 is not physically assigned to a device. As it is a virtual ip no device or interface will respond back. Hence the pings will be unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please mark this thread as answered if you feel your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 12:39:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613342#M583230</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-02-03T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613343#M583232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I already assigned the 66.128.95.241 to gigethernet 0/0 and 66.128.95.242 is assigned to the next hop router interface and 0.0.0.0 0.0.0.0 66.128.95.242 is default rout on ASA to route all packets to the next hop router which is facing Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this wrong? or should or physically asign to a device is a task I didn't do? Please let me know I can attach whole configuration if you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Rouzbeh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613343#M583232</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2011-02-03T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613344#M583233</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;Please change the Global statement to global(outside) 1 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;PRE&gt;policy-map global_policy
 class inspection_default
&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and let me know if you are able to ping the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:55:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613344#M583233</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-02-03T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613345#M583234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the entire configuration of both router and ASA, I explaibed in txt document that I can ping 10.10.10.1 which is sub interface of ASA from my router, also I can ping 66.128.95.241 from ASA, but still can't ping 66.128.95.241 from the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also applied the changes you asked me to do, but still no success &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;-Rouzbeh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613345#M583234</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2011-02-03T15:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613346#M583235</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;Just a few points for troubleshooting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Do you see the same behaviour for other hosts on your vlan 10 (connect temporary e.g. a notebook if there are no other)?&lt;/LI&gt;&lt;LI&gt;You have a lot of unusual static routes configured e.g. duplicate 0.0.0.0/0 and statics for connected interfaces, what are they for?&lt;/LI&gt;&lt;LI&gt;You still don't have the inspect icmp.&lt;/LI&gt;&lt;LI&gt;Did you try packet-tracer? what does it tell you?&lt;/LI&gt;&lt;LI&gt;What does sh xlate detail tell you for the host 10.10.10.3?&lt;/LI&gt;&lt;LI&gt;You try to ping the ouside interface of the asa, same results for the default gateway 66.128.95.242 and other outside destinations?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, MiKa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:50:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613346#M583235</guid>
      <dc:creator>m.kafka</dc:creator>
      <dc:date>2011-02-03T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613347#M583236</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;Why do you wish to ping the outside interface of the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't think you can ping to the box. you can ping through the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need a inspect icmp for that though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try pinging any host on the outside of the ASA and see if it successful.&lt;/P&gt;&lt;P&gt;please paste the output of sh xlate as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:10:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613347#M583236</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-02-03T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613348#M583238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did inspect icmp, again no success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only trying to ping the outside interace from the router, not attached any hosts to subntes yet , because I have to be sure that nat is working properly before make the network live.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh xlate , shows&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 in use, 0 most used to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these routes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c&amp;nbsp; 66.128.95.240 255.255.255.252 is directly connected, outside&amp;nbsp;&amp;nbsp;&amp;nbsp; these c onnected routes are all sub interfaces on asa inteface gig1&amp;nbsp;&amp;nbsp;&amp;nbsp; which will be&lt;/P&gt;&lt;P&gt;c&amp;nbsp; 10.10.10.0 255.255.255.0 is directly connected, inside10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connected to the switch&lt;/P&gt;&lt;P&gt;c&amp;nbsp; 10.10.11.0 255.255.255.0 is directly connected inside 11&lt;/P&gt;&lt;P&gt;c 10.10.12.0 255.255.255.0 is directly connected inside 12&lt;/P&gt;&lt;P&gt;c 10.10.13.0 255.255.255.0 is directly connected inside13&lt;/P&gt;&lt;P&gt;c 10.10.14.0 255.255.255.0 is directly connected inside14&lt;/P&gt;&lt;P&gt;c 10.10.16.0 255.255.255.0 is directly connected inside16&lt;/P&gt;&lt;P&gt;c 10.10.20.0.255.255.255.0 is directly connected inside20&lt;/P&gt;&lt;P&gt;c 10.10.21.0 255.255.255.0 is directly connected inside21&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [1/0] via 66.128.95.242 outside&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; this is next hop router interface address 66.128.95.242 and the statc route for that address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping outside interface of asa, from asa&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;-Rouzbeh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613348#M583238</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2011-02-03T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613349#M583240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; "&gt;Just noticed: you don't have a default route on your router 10.10.10.10.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't help do what i have suggested, anything else is "looking into the crystal ball"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot go live you have to build a test bed, no way around that, which means connect something that can represent your productive environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&amp;nbsp; MiKa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: m.kafka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 17:03:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613349#M583240</guid>
      <dc:creator>m.kafka</dc:creator>
      <dc:date>2011-02-03T17:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat issue urgent</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613350#M583242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohhhh iI made default route and workssssss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;yahoooooooo&amp;nbsp;&amp;nbsp;&amp;nbsp; , Thank you very much, I can't tell how much I appreciate your help &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rouzbeh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 17:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issue-urgent/m-p/1613350#M583242</guid>
      <dc:creator>rouzbehta</dc:creator>
      <dc:date>2011-02-03T17:23:31Z</dc:date>
    </item>
  </channel>
</rss>

