<?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 Hello in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816711#M174607</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Try this method http://www.packetu.com/2012/01/02/asa-vpn-with-address-overlap/&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2015 13:43:29 GMT</pubDate>
    <dc:creator>WWRDSCANSAFE</dc:creator>
    <dc:date>2015-11-24T13:43:29Z</dc:date>
    <item>
      <title>configure ASA to get arround a clash of IP address between inside and outside</title>
      <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816710#M174605</link>
      <description>&lt;P&gt;Cisco 5505 ASA&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Inside subnet is 192.168.0.x netmask 255.255.255.0,&lt;/P&gt;
&lt;P&gt;ASA address on the inside: 192.168.0.40&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Outside: The 5505 ASA has one address on the outside: 192.168.125.250 netmask 255.255.252.0&amp;nbsp;&amp;nbsp; (i.e. /22)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;There is a time server at address 192.168.0.101 on the OUTSIDE&lt;/P&gt;
&lt;P&gt;There is a machine already on the inside at 192.168.0.101 which I can't move.&lt;/P&gt;
&lt;P&gt;A server on the inside need to get time from the time server on the outside&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can I achieve this?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:56:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816710#M174605</guid>
      <dc:creator>cglendinning</dc:creator>
      <dc:date>2019-03-12T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Hello</title>
      <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816711#M174607</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Try this method http://www.packetu.com/2012/01/02/asa-vpn-with-address-overlap/&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 13:43:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816711#M174607</guid>
      <dc:creator>WWRDSCANSAFE</dc:creator>
      <dc:date>2015-11-24T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816712#M174610</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;try the following configuration:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network NTP-Server&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&amp;nbsp;host 192.168.0.101&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&amp;nbsp;nat (outside,inside) static 172.16.16.101&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And, please, verify, that the traffic from time server 192.168.0.101 is permited, traversing from outside to inside interface of ASA. For example&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;access-list outside-in extended permit ip host 192.168.0.101 any&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;access-group outside-in in interface outside&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;With the following config, time server on outside should be available from inside net of ASA on IP address 172.16.16.101.&lt;/P&gt;
&lt;P&gt;Not sure, if it works. But packet tracer results on ASA shows, that it &lt;EM&gt;should&lt;/EM&gt; work...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:45:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816712#M174610</guid>
      <dc:creator>Boris Uskov</dc:creator>
      <dc:date>2015-11-24T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Thanks Mark</title>
      <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816713#M174613</link>
      <description>&lt;P&gt;Thanks Mark&lt;/P&gt;
&lt;P&gt;I think I understand that but it seems to be based on the whole inside subnet having access?&lt;/P&gt;
&lt;P&gt;I need to limit access to a few hosts inside - how do I do that?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm new to this ASA stuf and struggling a bit...!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 15:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816713#M174613</guid>
      <dc:creator>cglendinning</dc:creator>
      <dc:date>2015-11-24T15:02:15Z</dc:date>
    </item>
    <item>
      <title>Hi Boris</title>
      <link>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816714#M174615</link>
      <description>&lt;P&gt;Hi Boris&lt;/P&gt;
&lt;P&gt;Thanks, more stuff to try! It all help the learning process, even if it doesn't work.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 15:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-asa-to-get-arround-a-clash-of-ip-address-between/m-p/2816714#M174615</guid>
      <dc:creator>cglendinning</dc:creator>
      <dc:date>2015-11-24T15:04:10Z</dc:date>
    </item>
  </channel>
</rss>

