<?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: NAT for group of objects - how to? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512269#M601792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add: connection must be initiated only from inside hosts. No&lt;/P&gt;&lt;P&gt;inbound connection from addresses behind the outside interface (exce&lt;/P&gt;&lt;P&gt;pt 1 specific address) should be allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 09:55:17 GMT</pubDate>
    <dc:creator>orhan.tagizade</dc:creator>
    <dc:date>2010-10-05T09:55:17Z</dc:date>
    <item>
      <title>NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512261#M601784</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ASA5505 has an external address of x.x.x.13. We have got another 2 spare ip addresses: x.x.x.10 and x.x.x.11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also have 2 internal hosts, which we need to provide with internet access using NAT. y.y.y.146 and y.y.y.70.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recently updated our ASA to software version 8.3(1). I was thinking that I could do it using network objects and groups, but didn't understand quite good how this should be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to set up ASA in the way, that if either of the abovementioned 2 hosts will connect to the internet, it needs take one of 2 external addresses.&lt;/P&gt;&lt;P&gt;All other hosts should use PAT through x.x.x.13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:50:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512261#M601784</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2019-03-11T18:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512262#M601785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Orhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not quite understand your exact requirement, is the below mentioned requirement? :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y.y.y.146 --------&amp;gt; x.x.x.10&lt;/P&gt;&lt;P&gt;y.y.y.70&amp;nbsp;&amp;nbsp; --------&amp;gt;&amp;nbsp; .x.x.x.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above is the requirement, you need the following config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt; object network obj-y.y.y.146&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host y.y.y.146 &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static x.x.x.10 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt; object network obj-y.y.y.70&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host y.y.y.70&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static x.x.x.11 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;More info on comparision of pre-8.3 nat to 8.3 for your reference: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://cisco-support.hosted.jivesoftware.com/docs/DOC-9129"&gt;https://cisco-support.hosted.jivesoftware.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know if this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rudresh V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 06:19:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512262#M601785</guid>
      <dc:creator>Rudresh Veerappaji</dc:creator>
      <dc:date>2010-10-05T06:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512263#M601786</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;You can configure NAT as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;object network obj-x.x.x.10 
&amp;nbsp;&amp;nbsp; host x.x.x.10 
&amp;nbsp;&amp;nbsp; nat (inside,outside) static y.y.y.146&amp;nbsp; 
 
 
 object network obj-x.x.x.11 
&amp;nbsp;&amp;nbsp; host x.x.x.11 
&amp;nbsp;&amp;nbsp; nat (inside,outside) static y.y.y.70.

&lt;PRE&gt;object network obj_any
&amp;nbsp;&amp;nbsp; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic x.x.x.13&lt;/PRE&gt;
Regards, &lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 06:32:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512263#M601786</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T06:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512264#M601787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea actually was as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Create a group , consisting of 2 internal hosts y.y.y.146 and y.y.y.70.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow this group to use 1 external address ( for example x.x.x.10) through NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal hosts will not connect to the internet simultaneously, so I think 1 external address is enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it can be done using ACL? (not quite sure about this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 07:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512264#M601787</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T07:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512265#M601788</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;So what we are trying to achieve here is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal host y.y.y.146 &amp;gt; translated to public IP x.x.x.10&lt;/P&gt;&lt;P&gt;internal host y.y.y.70&amp;nbsp; &amp;gt; translated to public IP x.x.x.11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and other internal hosts translated to public IP x.x.x.13&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:24:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512265#M601788</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512266#M601789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Namit!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are completely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick comment: is it possible to make a group of internal hosts use 1 public ip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:27:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512266#M601789</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T09:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512267#M601790</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;We can definitely do that. We can use the following config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;object network obj-y.y.y.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet y.y.y.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic x.x.x.10 &lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;object network obj_any
&amp;nbsp;&amp;nbsp; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic x.x.x.13&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first part means the subnet y.y.y.0/24 will be translated to the IP address x.x.x.10&lt;/P&gt;&lt;P&gt;The second part means rest all the traffic will be translated to the IP address x.x.x.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:34:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512267#M601790</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512268#M601791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Namit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have got only one internal subnet: y.y.y.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host y.y.y.146 and host y.y.y.70 to be included into group and translated into x.x.x.10 or x.x.x.11.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;rest of the hosts from y.y.y.0/24 subnet will be translated dynamically to x.x.x.13&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512268#M601791</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512269#M601792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add: connection must be initiated only from inside hosts. No&lt;/P&gt;&lt;P&gt;inbound connection from addresses behind the outside interface (exce&lt;/P&gt;&lt;P&gt;pt 1 specific address) should be allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:55:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512269#M601792</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512270#M601793</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;Yes we can make the following changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;PRE&gt;object network obj-y.y.y.146
&amp;nbsp; host y.y.y.146&lt;BR /&gt;&amp;nbsp; nat (inside,outside) dynamic x.x.x.10 &lt;/PRE&gt;
&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;object network obj-y.y.y.70&lt;/P&gt;
&lt;P&gt;host y.y.y.70&lt;/P&gt;
&lt;P&gt;nat (inside,outside) dynamic x.x.x.10 &lt;/P&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE&gt;object network obj_any
&amp;nbsp;&amp;nbsp; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic x.x.x.13&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We cannot put both the y.y.y.146 and y.y.y.70&amp;nbsp; under one object. But we can NAT them to the same IP x.x.x.10&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512270#M601793</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T10:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512271#M601794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advise, everything set up as advised and hosts requests are translated correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is, as I described a few days ago in &lt;/SPAN&gt;&lt;A class="jive-link-thread-small" href="https://community.cisco.com/thread/2044300"&gt;https://supportforums.cisco.com/thread/2044300&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a Cisco VPN Client installed on both of the hosts (y.y.y.146 and y.y.y.70) and there is a IPsec VPN connection to external host 95.86.133.30 set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VPN Client establishes the connection and the a website is opened (you can see topology in thread which I gave link to above) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://172.23.19.5:7777/accr/"&gt;https://172.23.19.5:7777/accr/&lt;/A&gt;&lt;SPAN&gt; in internet explorer. But, unfortunately, IE shows "cannot display the webpage" error. When the connection is done using direct internet connection (using ADSL Modem or by using public IP on the provider switch (again as I have written in the thread referenced above) everything works ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syslog is attached. I think some ACL must be created, but due to lack of knowledge, I cannot determine what rule to create to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 12:49:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512271#M601794</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512272#M601795</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;Glad that the NAT worked out fine. Regarding the other problem I see that the other thread is marked as answered. Did you enable NAT-T as suggested there or use a Static IP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 13:12:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512272#M601795</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512273#M601796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Namit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, NAT-T is disabled on the other side and taking into account that we are unable to alter the configuration on the PIX Firewall (other side) I used the suggestion which was provided in the other thread to use a static NAT. That was actually the reason I started this thread. &lt;IMG class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/resources/scripts/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you reviewed the syslog I attached to my previous post? Probably, the reason for the whole set up not working (Static NAT works, Cisco VPN client on the client machine is able to connect to the remote PIX, but we are not able to open the website which is behind the PIX firewall) can be seen in the syslog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have written in my previous post I think that some sort of ACL must implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise after you see the syslog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 14:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512273#M601796</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-05T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512274#M601797</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 add the following entry in the ACL on the outside interface and try once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip host 95.86.133.30 any &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit esp host 95.86.133.30 any&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 14:08:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512274#M601797</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-05T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512275#M601798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Namit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied rules and attached them to the interface "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again, I was not able to open the website after a connection was made with cisco vpn client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see syslog attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 12:46:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512275#M601798</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-06T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512276#M601799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any news so far? &lt;IMG class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/resources/scripts/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:52:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512276#M601799</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-07T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512277#M601800</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;Could you please provide the config on the ASA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please provide the output of the following command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture cap type asp-drop all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh cap | in 95.86.133.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 14:29:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512277#M601800</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-07T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512278#M601801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Namit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration and capture files are attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sh cap | in 95.86.133.30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gave no response, thus i've downloaded capture file from ASA itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: can it be somehow related to MSS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS2: i was searching through other forums and someone advised to check vpn pass-through. Don't know if it's somehow related to my problem, just wanted to share the information I acquired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512278#M601801</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-08T10:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512279#M601802</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 following in the config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network mdo0003&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 81.21.95.10&lt;/P&gt;&lt;P&gt;object network mdo0005&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 81.21.95.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network mdo0003&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic 81.21.95.10&lt;/P&gt;&lt;P&gt;object network mdo0005&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic 81.21.95.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we want both the IPs to be translated to 81.21.95.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512279#M601802</guid>
      <dc:creator>Namit Agarwal</dc:creator>
      <dc:date>2010-10-08T10:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: NAT for group of objects - how to?</title>
      <link>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512280#M601803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Namit!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the configuration as you advised. Look what happened:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured dynamic NAT rule for network object mdo0003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I was trying to do the same for the network object mdo0005, ASA gave me the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pb-gw2(config-network-object)# nat (inside,outside) dynamic 81.21.95.10&lt;BR /&gt;WARNING: Pool (81.21.95.10) overlap with existing pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached altered config. file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I made the changes, Cisco VPN client is not connecting to the remote host 95.86.133.30 at all, providing the error message 433 (see attached screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did a packet trace in ASDM (see screenshot attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I f you need syslog let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 14:40:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-for-group-of-objects-how-to/m-p/1512280#M601803</guid>
      <dc:creator>orhan.tagizade</dc:creator>
      <dc:date>2010-10-08T14:40:22Z</dc:date>
    </item>
  </channel>
</rss>

