<?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 Access list. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list/m-p/720606#M1020991</link>
    <description>&lt;P&gt;I am trying to configure ACL for remote location, accessing one of application on specific port. At remote side they have created a VLAN (e.g. 11.1.x.x) and at main office inside VLAN is 11.2.x.x. I have added route(ip of remote router) to pix and applied this ACL to the outside interface. But the remote user is unable to access application.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;access-list inside_acl 11.1.0.0 255.255.255.0 host 11.2.0.1 eq 23678&lt;/P&gt;&lt;P&gt;where,&lt;/P&gt;&lt;P&gt;11.1.0.0=&amp;gt; remote network&lt;/P&gt;&lt;P&gt;11.2.0.1=&amp;gt; server/host at main office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused whether to apply this acl to Inside interface or Outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 10:53:33 GMT</pubDate>
    <dc:creator>vrush_192000</dc:creator>
    <dc:date>2019-03-11T10:53:33Z</dc:date>
    <item>
      <title>Access list.</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/720606#M1020991</link>
      <description>&lt;P&gt;I am trying to configure ACL for remote location, accessing one of application on specific port. At remote side they have created a VLAN (e.g. 11.1.x.x) and at main office inside VLAN is 11.2.x.x. I have added route(ip of remote router) to pix and applied this ACL to the outside interface. But the remote user is unable to access application.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;access-list inside_acl 11.1.0.0 255.255.255.0 host 11.2.0.1 eq 23678&lt;/P&gt;&lt;P&gt;where,&lt;/P&gt;&lt;P&gt;11.1.0.0=&amp;gt; remote network&lt;/P&gt;&lt;P&gt;11.2.0.1=&amp;gt; server/host at main office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused whether to apply this acl to Inside interface or Outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/720606#M1020991</guid>
      <dc:creator>vrush_192000</dc:creator>
      <dc:date>2019-03-11T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access list.</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/720607#M1020992</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;You need to apply this on the outside interface of your pix in the inbound direction as the user is in the remote office and is sending traffic to your vlan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that there is an implict deny at the end of each access-list so if you apply that access-list as is it will only allow port 23768 from vlan 11.1.x.x through.&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 17:59:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/720607#M1020992</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-08-05T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access list.</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/720608#M1020993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create it as a Extended permit, it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 extended permit tcp 172.16.1.0 255.255.255.0 10.1.1.0 &lt;/P&gt;&lt;P&gt;255.255.255.0 eq 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and put it as on interface as a Outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 18:01:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/720608#M1020993</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-08-05T18:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Access list.</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/720609#M1020995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See same as you are asking on below Link.. ACL EXAMPLES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.netcraftsmen.net/welcher/papers/pix02.html" target="_blank"&gt;http://www.netcraftsmen.net/welcher/papers/pix02.html&lt;/A&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;REgards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 18:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/720609#M1020995</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-08-05T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access list.</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/720610#M1020996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 11:55:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/720610#M1020996</guid>
      <dc:creator>vrush_192000</dc:creator>
      <dc:date>2007-08-06T11:55:12Z</dc:date>
    </item>
  </channel>
</rss>

