<?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/ACL Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419517#M714013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ACL should be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group Term_Service&lt;BR /&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 22:50:48 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-04-12T22:50:48Z</dc:date>
    <item>
      <title>PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419516#M714012</link>
      <description>&lt;P&gt;I am trying to limit the amount of typing by creating groups and adding an acl dependent on those groups, however i cannot get it to work. Attached you will see (hopefully) what I am trying to accomplish. I need to allow a few remote hosts to contact a set of servers using Terminal Services. Using acl's per device seems to work, but assignig one acl using "object-groups" is not working. What am I missing? Any help is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 525 version 7.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service Term_Service tcp&lt;BR /&gt;description Microsoft Terminal Services&lt;BR /&gt;port-object eq 3389&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group service web tcp&lt;BR /&gt;description HTTP and HTTPS&lt;BR /&gt;port-object eq https&lt;BR /&gt;port-object eq www&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group network Remote_Infinite_Campus&lt;BR /&gt;network-object host xx.21.235.8&lt;BR /&gt;network-object host xx.21.235.8&lt;/P&gt;&lt;P&gt;object-group network Local_Infinite_Campus&lt;BR /&gt;network-object host xx4.184.x.x30&lt;BR /&gt;network-object host xx4.184.x.x31&lt;BR /&gt;network-object host xx4.184.x.x32&lt;BR /&gt;network-object host xx4.184.x.x33&lt;BR /&gt;network-onject host xx4.184.x.x34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object-group network All_Infinite_Campus&lt;BR /&gt;group-object network Local_Infinite_Campus&lt;BR /&gt;group-object network Remote_Infinite_Campus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_in extended permit tcp object-group All_Infinite_Campus object-group Term_Service object-group web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in line 100 extended permit tcp host xx.21.235.8 host xx4.184.x.x30 eq 3389 &lt;BR /&gt;access-list outside_in line 101 extended permit tcp host xx.21.235.8 host xx4.184.x.x31 eq 3389&lt;BR /&gt;access-list outside_in line 102 extended permit tcp host xx.21.235.8 host xx4.184.x.x32 eq 3389&lt;BR /&gt;access-list outside_in line 103 extended permit tcp host xx.21.235.8 host xx4.184.x.x33 eq 3389&lt;BR /&gt;access-list outside_in line 104 extended permit tcp host xx.21.235.8 host xx4.184.x.x34 eq 3389&lt;BR /&gt;access-list outside_in line 105 extended permit tcp xxx.225.137.0 255.255.255.0 host xx4.184.x.x30 eq 3389&lt;BR /&gt;access-list outside_in line 106 extended permit tcp xxx.225.137.0 255.255.255.0 host xx4.184.x.x31 eq 3389&lt;BR /&gt;access-list outside_in line 107 extended permit tcp xxx.225.137.0 255.255.255.0 host xx4.184.x.x32 eq 3389&lt;BR /&gt;access-list outside_in line 108 extended permit tcp xxx.225.137.0 255.255.255.0 host xx4.184.x.x33 eq 3389&lt;BR /&gt;access-list outside_in line 109 extended permit tcp xxx.225.137.0 255.255.255.0 host xx4.184.x.x34 eq 3389&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:32:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419516#M714012</guid>
      <dc:creator>jszapipes</dc:creator>
      <dc:date>2019-03-11T17:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419517#M714013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ACL should be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group Term_Service&lt;BR /&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 22:50:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419517#M714013</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-12T22:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419518#M714014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks halijenn for you response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how the acl looks now, but it still is not working. When I create the individual acl statements for each connection it works fine and when issuing the "show acccess-list" command the statements look the same as they do when apllied with object-group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group Term_Service&lt;BR /&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group web&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 13:26:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419518#M714014</guid>
      <dc:creator>jszapipes</dc:creator>
      <dc:date>2010-04-13T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419519#M714015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by it's not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inbound connection, you also need a static translation statement. Do you have that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 13:30:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419519#M714015</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-13T13:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419520#M714016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I do have the static statements required:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x30 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x31 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x32 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x33 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x34 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;static (inside,outside) xx4.184.x.x35 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;When the statements look like this the connections are made:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;access-list outside_in extended permit tcp host xx.21.x35.8 host xx4.184.x.x30 eq 3389 &lt;BR /&gt;access-list outside_in extended permit tcp host xx.21.x35.8 host xx4.184.x.x31 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp host xx.21.x35.8 host xx4.184.x.x32 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp host xx.21.x35.8 host xx4.184.x.x33 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp host xx.21.x35.8 host xx4.184.x.x34 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp xxx.225.x37.0 255.255.255.0 host xx4.184.x.x30 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp xxx.225.x37.0 255.255.255.0 host xx4.184.x.x31 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp xxx.225.x37.0 255.255.255.0 host xx4.184.x.x32 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp xxx.225.x37.0 255.255.255.0 host xx4.184.x.x33 eq 3389&lt;BR /&gt;access-list outside_in extended permit tcp xxx.225.x37.0 255.255.255.0 host xx4.184.x.x34 eq 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Like this, 0 hit count, no connections made:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group Term_Service&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoPlainText" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt;access-list outside_in extended permit tcp object-group Remote_Infinite_Campus object-group Local_Infinite_Campus object-group web&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 13:45:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419520#M714016</guid>
      <dc:creator>jszapipes</dc:creator>
      <dc:date>2010-04-13T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419521#M714017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you applied your access-list on the outside interface as follows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group &lt;/STRONG&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;outside_in in interface outside&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 10:47:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419521#M714017</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-14T10:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419522#M714018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, "access-group outside_in in interface outside" is in place. I'm stuck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 13:52:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419522#M714018</guid>
      <dc:creator>jszapipes</dc:creator>
      <dc:date>2010-04-14T13:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419523#M714019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the traffic is coming into the ASA? I would try clearing the arp on the router in front of the ASA and/or reloading it. You might want to make sure that the router is forwarding the traffic to the ASA.&lt;/P&gt;&lt;P&gt;Then try to connect and see if you see hit count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 04:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-help/m-p/1419523#M714019</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-15T04:41:10Z</dc:date>
    </item>
  </channel>
</rss>

