<?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: simple configuration but not working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883716#M973281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ill check in the morning...well, i think i used the correct gateway, unless i fat fingered it...ill post back in the morning...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for the response...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 23:39:32 GMT</pubDate>
    <dc:creator>mrSS</dc:creator>
    <dc:date>2007-10-22T23:39:32Z</dc:date>
    <item>
      <title>simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883714#M973279</link>
      <description>&lt;P&gt;very simple configuration, but for some reason its not working...im trying to get the outside to reach inside via port &lt;A href="https://community.cisco.com/www...the" target="_blank"&gt;www...the&lt;/A&gt; hitcnt on show access list increases but www not showing up on outside pc...any ideas?...oh yeah, this is a brand new asa 5520...this is the first using 7.0 code...more familar with 5 - 6.3 code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.101.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.100.245.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside extended permit tcp host 192.168.101.5 host 10.100.245.5 eq www&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.100.245.5 10.100.245.5 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:28:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883714#M973279</guid>
      <dc:creator>mrSS</dc:creator>
      <dc:date>2019-03-11T11:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883715#M973280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything wrong in your configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your www server use the inside interface (10.100.245.1) as it's gateway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the output of 'show nat' if you are still having problems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 23:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883715#M973280</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2007-10-22T23:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883716#M973281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ill check in the morning...well, i think i used the correct gateway, unless i fat fingered it...ill post back in the morning...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for the response...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 23:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883716#M973281</guid>
      <dc:creator>mrSS</dc:creator>
      <dc:date>2007-10-22T23:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883717#M973282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tryed other options as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static translation :&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host YourPublic-IP eq www&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) YourPublic-IP Local-IP netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port address translation:&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any PublicIP eq http&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp PublicIP http inside-IP http netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or simply use a NONAT and an ACL as you have in your example. This diables NAT but the outside ACL is still needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no_nat_inside extended permit ip any any&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list no_nat_inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Do not forget after changing the static to reset the translation table. Be aware that this will reset all connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute:&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 03:33:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883717#M973282</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2007-10-23T03:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883718#M973283</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 debug ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the log on the ASDM/CLI to see what exact error it is giving, if any at all. If there is no error then probably you have an HTTP server misconfiguration or even a routing problem on your LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing you can do is just "telnet 10.100.245.5 80" and see if it goes through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:17:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883718#M973283</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2007-10-23T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: simple configuration but not working</title>
      <link>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883719#M973284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep, it was fat fingered...my gateway ip address on my laptop was incorrect...fw is working great!...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for everybody who replied...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 12:35:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-configuration-but-not-working/m-p/883719#M973284</guid>
      <dc:creator>mrSS</dc:creator>
      <dc:date>2007-10-23T12:35:18Z</dc:date>
    </item>
  </channel>
</rss>

