<?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 - Allowing ranges from 3 ips in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733553#M964412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently I won't be able to use the static command for port ranges. I am very new to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 14:13:49 GMT</pubDate>
    <dc:creator>metalcoat</dc:creator>
    <dc:date>2007-08-24T14:13:49Z</dc:date>
    <item>
      <title>Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733552#M964411</link>
      <description>&lt;P&gt;We have a pix firewall (external_ip) that is working perfectly. The problem is that we need to allow certain ports to a workstation (work_ip) from only 3 ips from a different company (outside_ip1,2,3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ports that need to be allowed to this workstation are 28000-28500 and 990. I have listed the commands I think should do it, any feedback or suggestions would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip1 host external_ip eq 990&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip2 host external_ip eq 990&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip3 host external_ip eq 990&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip1 host external_ip range 28000-28500&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip2 host external_ip range 28000-28500&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip3 host external_ip range 28000-28500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp external_ip 990 work_ip 990 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp external_ip 28000-28500 work_ip 28000-28500 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733552#M964411</guid>
      <dc:creator>metalcoat</dc:creator>
      <dc:date>2019-03-11T11:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733553#M964412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently I won't be able to use the static command for port ranges. I am very new to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 14:13:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733553#M964412</guid>
      <dc:creator>metalcoat</dc:creator>
      <dc:date>2007-08-24T14:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733554#M964413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you're forwarding all the ports to the same server you can do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip1 host external_ip eq 990 &lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip2 host external_ip eq 990 &lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip3 host external_ip eq 990 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip1 host external_ip range 28000-28500 &lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip2 host external_ip range 28000-28500 &lt;/P&gt;&lt;P&gt;access-list outside-inbound permit tcp host outside_ip3 host external_ip range 28000-28500 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) interface work_ip netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 14:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733554#M964413</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-24T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733555#M964414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After trying that last command, It blocks all access to the internet from the rest of the workstations. Maybe a less wide static statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:54:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733555#M964414</guid>
      <dc:creator>metalcoat</dc:creator>
      <dc:date>2007-08-27T17:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733556#M964415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but are you saying that after you enter the static command that inside workstations cannot access the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733556#M964415</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-27T18:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733557#M964416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, its one workstation that I am routing all the information from those ports to. When the last command (static) is entered it seems that all information from all ports is forwarded there. At least thats what I think is happening.  I plan on testing the equipment anyway today, I will post back on my findings, thank you for the quick replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:38:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733557#M964416</guid>
      <dc:creator>metalcoat</dc:creator>
      <dc:date>2007-08-27T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pix - Allowing ranges from 3 ips</title>
      <link>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733558#M964417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get a chance post a sanitized config for us to look at. thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 19:07:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-allowing-ranges-from-3-ips/m-p/733558#M964417</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-27T19:07:34Z</dc:date>
    </item>
  </channel>
</rss>

