<?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: Cisco PIX501 inbound deny  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629623#M1035076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 06:30:26 GMT</pubDate>
    <dc:creator>cliffjacobson</dc:creator>
    <dc:date>2006-11-30T06:30:26Z</dc:date>
    <item>
      <title>Cisco PIX501 inbound deny</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629620#M1035066</link>
      <description>&lt;P&gt;I'm trying to translate port 8080 on the external interface to port 80 on the host and ran the following commands.  h.h.h.h is the host I want to have http traffic go to and y.y.y.y is the static outside address of the PIX. The first command is from the PDM, the second is from a best guess as using the CLI to make it work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;name h.h.h.h webserver&lt;/P&gt;&lt;P&gt;pdm location h.h.h.h 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;static (inside,outside) h.h.h.h h.h.h.h netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound_web permit tcp any host webserver eq 8080 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp y.y.y.y 8080 h.h.h.h 80 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group inbound_web in interface outside &lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what the log shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106023: Deny tcp src outside:68.155.176.163/2817 dst inside:y.y.y.y/8080 by access-group "inbound_web"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, is the log entry telling me something when there is the word "inside" next to the external IP address?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:02:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629620#M1035066</guid>
      <dc:creator>cliffjacobson</dc:creator>
      <dc:date>2019-03-11T09:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX501 inbound deny</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629621#M1035070</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;If your webserver is h.h.h.h, your ACL is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not allowing traffic to the public IP address (y.y.y.y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;h.h.h.h = webserver internal IP address&lt;/P&gt;&lt;P&gt;y.y.y.y = webserver public IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to redirect incoming traffic over port 8080 from the outside to go to the internal host over port 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp y.y.y.y 8080 h.h.h.h 80 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host y.y.y.y eq 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&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;Franco Zamora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 04:10:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629621#M1035070</guid>
      <dc:creator>fzamora</dc:creator>
      <dc:date>2006-11-30T04:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX501 inbound deny</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629622#M1035072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your access list isn't correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If h.h.h.h is an internal IP address, and y.y.y.y is an external IP address, the packet that hits the ACL will be destined for y.y.y.y. (ACL is checked before NAT occurs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the name 'webserver' set up to be h.h.h.h.  Change it to be y.y.y.y (if you're not using that name elsewhere) and it should fix itself.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this message if it helped solve some or all of your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 04:15:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629622#M1035072</guid>
      <dc:creator>jgervia_2</dc:creator>
      <dc:date>2006-11-30T04:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX501 inbound deny</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629623#M1035076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 06:30:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629623#M1035076</guid>
      <dc:creator>cliffjacobson</dc:creator>
      <dc:date>2006-11-30T06:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX501 inbound deny</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629624#M1035080</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;I'm happy to hear that! Please remember to rate my post!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Franco Zamora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 14:17:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix501-inbound-deny/m-p/629624#M1035080</guid>
      <dc:creator>fzamora</dc:creator>
      <dc:date>2006-11-30T14:17:49Z</dc:date>
    </item>
  </channel>
</rss>

