<?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 ASA Version 8.4(3) CLI NAT outside IP to inside websrv in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097104#M395066</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 rate and mark the question as answered &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2012 10:20:36 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2012-11-27T10:20:36Z</dc:date>
    <item>
      <title>ASA Version 8.4(3) CLI NAT outside IP to inside websrv</title>
      <link>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097101#M395038</link>
      <description>&lt;P&gt;-for some reasons we use 192.168.1.0 as outside IP and 10.177.235.0 as inside IP; &lt;/P&gt;&lt;P&gt;-a web server with ip 10.177.235.251 is installed in inside network; &lt;/P&gt;&lt;P&gt;-we need a outside ip (192.168.1.24) to let pc in outside network to access web server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are cli commands i used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;interface Vlan1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; nameif inside&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; security-level 100&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; ip address 10.177.235.54 255.255.255.0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; interface Vlan2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; nameif outside&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; security-level 0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; ip address 192.168.1.54 255.255.255.0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; interface Ethernet0/0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; switchport access vlan 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; interface Ethernet0/1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; switchport access vlan 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; interface Ethernet0/2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; switchport access vlan 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;object network websrv-ins&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; host 10.177.235.251 &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; nat (inside,outside) static&amp;nbsp; 192.168.1.24&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; access-list outside-acl permit tcp any host 10.177.235.251 eq 80&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt; access-group outside-acl in int outside&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then from a pc outside (ip:192.168.1.251) i tried to load &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.1.24" target="_blank"&gt;http://192.168.1.24&lt;/A&gt;&lt;SPAN&gt; and i had logs like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/0/3/9/115930-natASA8.43.PNG" alt="natASA8.43.PNG" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;i'm lost then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you any idea about that? &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:28:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097101#M395038</guid>
      <dc:creator>actemiumparis</dc:creator>
      <dc:date>2019-03-12T00:28:35Z</dc:date>
    </item>
    <item>
      <title>ASA Version 8.4(3) CLI NAT outside IP to inside websrv</title>
      <link>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097102#M395046</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 server in the INSIDE network isnt responding to the OUTSIDE host when it tries to open/form the TCP connection. Either something at the server side is blocking the connection or the server doesnt have correct routing towards the network 192.168.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Firewall configuration seems fine though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the server directly connected to the ASA? If yes, does the server have the correct default gateway (= ASA Vlan1 interface IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 09:56:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097102#M395046</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-11-27T09:56:10Z</dc:date>
    </item>
    <item>
      <title>ASA Version 8.4(3) CLI NAT outside IP to inside websrv</title>
      <link>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097103#M395055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank JouniForss! with gateway of 10.177.235.54 everything works fin!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 10:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097103#M395055</guid>
      <dc:creator>actemiumparis</dc:creator>
      <dc:date>2012-11-27T10:19:03Z</dc:date>
    </item>
    <item>
      <title>ASA Version 8.4(3) CLI NAT outside IP to inside websrv</title>
      <link>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097104#M395066</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 rate and mark the question as answered &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 10:20:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-version-8-4-3-cli-nat-outside-ip-to-inside-websrv/m-p/2097104#M395066</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-11-27T10:20:36Z</dc:date>
    </item>
  </channel>
</rss>

