<?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: PIX 515 Needing Inbound Access to several IIS server on same in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419779#M557545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's my way of configuring the access to my own web sites :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.100 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.101 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.104 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.105 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.99 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.99 199.100.100.14 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.100 199.100.100.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.104 199.100.100.9 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.105 199.100.100.7 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.101 199.100.100.6 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand the syntax of your own static ,) (but my main config is from an 4.4 firmware version)&lt;/P&gt;&lt;P&gt;As you see i setup an static route to each of my web servers on the dmz's "perimetre" zone from the external ip addresses... then I autorize access with acls? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2005 10:06:08 GMT</pubDate>
    <dc:creator>tjgli</dc:creator>
    <dc:date>2005-06-03T10:06:08Z</dc:date>
    <item>
      <title>PIX 515 Needing Inbound Access to several IIS server on same port</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419776#M557542</link>
      <description>&lt;P&gt;I have a Cisco 515 and was assigned 12 Public Ip Addresses from the ISP. My config is attached. I am able to config this config and inbound access to one iis ip over port 80 is working fine. But I don't know how to add the other public ip addresses, then configure rules to thier apporiate IIS server. &lt;/P&gt;&lt;P&gt;My external interface is 67.29.21.146 going to 10.0.1.22 port 80. My other ones needed are for example 67.79.21.149 going to 10.0.1.23 port 80, etc.&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;</description>
      <pubDate>Fri, 21 Feb 2020 08:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419776#M557542</guid>
      <dc:creator>mbernal</dc:creator>
      <dc:date>2020-02-21T08:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Needing Inbound Access to several IIS server on same</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419777#M557543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you used this:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 10.0.1.22 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you used the www port of the outside interface ip address for that server. What you can do is create static statements with the outside ip addresses and map ports to the inside servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 67.79.21.149 www 10.0.1.23 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is what you are looking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 16:04:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419777#M557543</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2005-06-02T16:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Needing Inbound Access to several IIS server on same</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419778#M557544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is kinda what I was looking for. I entered this into my config and when I try to access the web stie on 10.0.1.23 from the public internet by typing in &lt;A class="jive-link-custom" href="http://67.79.21.149" target="_blank"&gt;http://67.79.21.149&lt;/A&gt; in the broswer nothing comes up. I can still type in &lt;A class="jive-link-custom" href="http://67.79.21.146" target="_blank"&gt;http://67.79.21.146&lt;/A&gt; (which is the outside interface) and that give me the 10.0.1.22 web site. That is how I want the .149 top work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 18:22:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419778#M557544</guid>
      <dc:creator>mbernal</dc:creator>
      <dc:date>2005-06-02T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 Needing Inbound Access to several IIS server on same</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419779#M557545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's my way of configuring the access to my own web sites :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.100 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.101 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.104 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.105 eq www&lt;/P&gt;&lt;P&gt;access-list outside-acl extended permit tcp any host x.x.x.99 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.99 199.100.100.14 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.100 199.100.100.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.104 199.100.100.9 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.105 199.100.100.7 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (perimetre,outside) x.x.x.101 199.100.100.6 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand the syntax of your own static ,) (but my main config is from an 4.4 firmware version)&lt;/P&gt;&lt;P&gt;As you see i setup an static route to each of my web servers on the dmz's "perimetre" zone from the external ip addresses... then I autorize access with acls? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2005 10:06:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-needing-inbound-access-to-several-iis-server-on-same/m-p/419779#M557545</guid>
      <dc:creator>tjgli</dc:creator>
      <dc:date>2005-06-03T10:06:08Z</dc:date>
    </item>
  </channel>
</rss>

