<?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 Create the object for your in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-outside-inside-question/m-p/2626920#M205076</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Create the object for your inside host&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;object network 10.102.40.5&lt;BR /&gt;&amp;nbsp;host 10.102.40.5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Then NAT your external IP to it&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;nat (inside,outside) static interface&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Your ACL should permit access to the real IP not the mapped IP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;EM style="font-size: 14.3999996185303px;"&gt;access-list from_outside&amp;nbsp;extended permit ip any host 10.102.40.100&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Note that if you NAT your routers public IP to an internal IP you will lose all connectivity to the routers outside IP. It would be better to NAT just the ports you need.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;object network 10.102.40.100&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service udp 161 161&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2015 13:14:33 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2015-02-24T13:14:33Z</dc:date>
    <item>
      <title>NAT (outside,inside) question</title>
      <link>https://community.cisco.com/t5/network-security/nat-outside-inside-question/m-p/2626919#M205070</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have to NAT my internet router (191.120.250.61) to an internal IP (10.102.40.5) on my Cisco ASA 5510 (8.4(7)), I have to monitor the router&amp;nbsp;with an internal application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made the following configuration, but it doesn't work...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network Internet_router&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; host 191.120.250.61&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network Internet_router&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; nat (outside,inside) static 10.102.40.5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list from_outside&amp;nbsp;extended permit ip host 191.120.250.61 any&lt;BR /&gt;access-list from_inside&amp;nbsp;extended permit ip any host 191.120.250.61&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;same-security-traffic permit intra-interface&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Router------------------------[ASA]--------------------------Server (monitor)&amp;nbsp;&lt;/P&gt;&lt;P&gt;191.120.250.61 &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.102.40.100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What did I wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 01:08:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-outside-inside-question/m-p/2626919#M205070</guid>
      <dc:creator>Vlad Olteanu</dc:creator>
      <dc:date>2019-03-13T01:08:01Z</dc:date>
    </item>
    <item>
      <title>Create the object for your</title>
      <link>https://community.cisco.com/t5/network-security/nat-outside-inside-question/m-p/2626920#M205076</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Create the object for your inside host&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;object network 10.102.40.5&lt;BR /&gt;&amp;nbsp;host 10.102.40.5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Then NAT your external IP to it&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;nat (inside,outside) static interface&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Your ACL should permit access to the real IP not the mapped IP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;EM style="font-size: 14.3999996185303px;"&gt;access-list from_outside&amp;nbsp;extended permit ip any host 10.102.40.100&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Note that if you NAT your routers public IP to an internal IP you will lose all connectivity to the routers outside IP. It would be better to NAT just the ports you need.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;object network 10.102.40.100&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service udp 161 161&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 13:14:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-outside-inside-question/m-p/2626920#M205076</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2015-02-24T13:14:33Z</dc:date>
    </item>
  </channel>
</rss>

