 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Access Control List</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/access-control-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>ACL configuration</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/acl-configuration/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/acl-configuration/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:15:07 +0000</pubDate>
		<dc:creator>Bryan15</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[ACL Manager]]></category>
		<category><![CDATA[Cisco 2960]]></category>
		<category><![CDATA[Cisco 7206]]></category>
		<category><![CDATA[Network security]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hey, I want to create standard acl to allow all network to flow from 172.16.10.0 0.0.0.255 to 172.16.20.0 0.0.0.255 and 172.16.30.0 0.0.0.255 but i don’t want network to flow from 172.16.20.0 0.0.0.255 to 172.16.30.0 0.0.0.255 and vice versa, so I created the following acl, access-list standard 10 permit 172.16.10.0 0.0.0.255 access-list standard 10 deny any. [...]]]></description>
				<content:encoded><![CDATA[<p>hey, I want to create standard acl to allow all network to<br />
flow from 172.16.10.0 0.0.0.255 to 172.16.20.0 0.0.0.255 and 172.16.30.0<br />
0.0.0.255 but i don’t want network to flow from 172.16.20.0 0.0.0.255 to<br />
172.16.30.0 0.0.0.255 and vice versa, so I created the following acl,</p>
<p>access-list standard 10 permit 172.16.10.0 0.0.0.255</p>
<p>access-list standard 10 deny any.</p>
<p>and also i created sub interfaces on the router for interface fa 0/0</p>
<p>sub interface fa 0/0.1 for 172.16.10.0 0.0.0.255</p>
<p>sub interface fa 0/0.2 for 172.16.20.0 0.0.0.255</p>
<p>sub interface fa 0/0.3 for 172.16.30.0 0.0.0.255</p>
<p>and I have applied the above access list on the sub interface fa 0/0.2 and<br />
fa 0/0.3, but its not working. Please help</p>
<p><br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/acl-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating ACLs on the network</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-acls-on-the-network/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-acls-on-the-network/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 17:28:53 +0000</pubDate>
		<dc:creator>Troubleshooter24</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[ACL Manager]]></category>
		<category><![CDATA[File Share Permissions]]></category>
		<category><![CDATA[File Shares]]></category>
		<category><![CDATA[Network security]]></category>
		<category><![CDATA[Network Security Management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can we create ACLs on the network to block out users from attempting to connect to HR file shares?]]></description>
				<content:encoded><![CDATA[<p>How can we create ACLs on the network to block out users from attempting to connect to HR file shares?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-acls-on-the-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access Control List for users allowed to access network</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-control-list-for-users-allowed-to-access-network/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-control-list-for-users-allowed-to-access-network/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 14:41:19 +0000</pubDate>
		<dc:creator>Troubleshooter24</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[Access Controls]]></category>
		<category><![CDATA[Network Access Control]]></category>
		<category><![CDATA[Network Access Policy]]></category>
		<category><![CDATA[Network Access Protection]]></category>
		<category><![CDATA[Network security]]></category>
		<category><![CDATA[Network Security Management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is it possible to setup an access list for allowed computers on the network and prevent others from using any network resources like internet and printers. Even with a valid username and password I want them blocked if they are not on the Access Control List.]]></description>
				<content:encoded><![CDATA[<p>Is it possible to setup an access list for allowed computers on the network and prevent others from using any network resources like internet and printers. Even with a valid username and password I want them blocked if they are not on the Access Control List.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-control-list-for-users-allowed-to-access-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended ACL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/extended-acl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/extended-acl/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 13:21:10 +0000</pubDate>
		<dc:creator>IFOY</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[ACL Manager]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Packet Tracer]]></category>
		<category><![CDATA[Security in 2010]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do I create an ACL for: Allow inbound HTTP requests to the www.yzcorp server. Add info: The www.yzcorp.com website at 10.0.1.2 is registered with the public DNS system at IP address 209.165.200.246       permit tcp any 209.165.200.246 eq www is not working.]]></description>
				<content:encoded><![CDATA[<p>How do I create an ACL for: Allow inbound HTTP requests to the www.yzcorp server. <br/><br/> Add info: The www.yzcorp.com website at 10.0.1.2 is registered with the public DNS system at IP address 209.165.200.246 <br/><br/>       permit tcp any 209.165.200.246 eq www is not working.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/extended-acl/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Agents Are Not Included in Database Copy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/agents-are-not-included-in-database-copy/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/agents-are-not-included-in-database-copy/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:01:34 +0000</pubDate>
		<dc:creator>Brooklynegg</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes 6.5.2]]></category>
		<category><![CDATA[Lotus Notes 6.5.x]]></category>
		<category><![CDATA[Lotus Notes 8.0.2]]></category>
		<category><![CDATA[Lotus Notes Access Control List]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If I have a database that has agents with restricted access (set on the Agent Properties &#62; Security tab) and I make a copy of the database for use as a template, the restricted agents are not included in the copy. When I make the copy, I choose the options for Database Design Only and [...]]]></description>
				<content:encoded><![CDATA[<p>If I have a database that has agents with restricted access (set on the Agent Properties &gt; Security tab) and I make a copy of the database for use as a template, the restricted agents are not included in the copy. When I make the copy, I choose the options for Database Design Only and Access Control List. Does anyone know what I am doing wrong so that I don&#8217;t get these restricted agents? This occurs whether I am using Notes 6.5.6 client or 8.0.2, so I don&#8217;t think it is a version issue.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/agents-are-not-included-in-database-copy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>how to configure access control list?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-access-control-list/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-access-control-list/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:08:25 +0000</pubDate>
		<dc:creator>Mohadbazzi47</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Cisco Routers]]></category>
		<category><![CDATA[Firewalls]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have problem to understanding how to configure ACL in firewall and cisco router,,so pleas what is the best way to understand ACL and firewall configuration??]]></description>
				<content:encoded><![CDATA[<p>I have problem to understanding how to configure ACL in firewall and cisco router,,so pleas what is the best way to understand ACL and firewall configuration??</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-access-control-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Access Control Lists &#8211; Recommended default template?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-access-control-lists-recommended-default-template/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cisco-access-control-lists-recommended-default-template/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:07:24 +0000</pubDate>
		<dc:creator>Tkrn</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[Access List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hey guys! I was hoping to find a default access control list template that you may use to block off, reserved addresses, known worms, viruses, vulnerabilities when you are setting up a new router? Trying to think of every possible threat is impossible but a good recommended starting point for securing down a router that [...]]]></description>
				<content:encoded><![CDATA[<p>Hey guys! I was hoping to find a default access control list template that you may use to block off, reserved addresses, known worms, viruses, vulnerabilities when you are setting up a new router? <br/><br/> Trying to think of every possible threat is impossible but a good recommended starting point for securing down a router that you may use at your work or home.<br/><br/> Post those ACLS! <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cisco-access-control-lists-recommended-default-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applying an ACL in Packet Tracer for class</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/applying-an-acl-in-packet-tracer-for-class/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/applying-an-acl-in-packet-tracer-for-class/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 05:23:20 +0000</pubDate>
		<dc:creator>MRLS718</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Packet Tracer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/applying-an-acl-in-packet-tracer-for-class/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to put Access Control List in Cisco WS-C2960-24TT-L</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-put-access-control-list-in-cisco-ws-c2960-24ttl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-put-access-control-list-in-cisco-ws-c2960-24ttl/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:14:37 +0000</pubDate>
		<dc:creator>Whyshree</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco Catalyst 2960-24TT]]></category>
		<category><![CDATA[Cisco switch configuration]]></category>
		<category><![CDATA[Cisco switches]]></category>
		<category><![CDATA[Switch configuration]]></category>
		<category><![CDATA[Switches]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What are the commands to put Access control List in cisco WS &#8211; C2960-24TTL]]></description>
				<content:encoded><![CDATA[<p>What are the commands to put Access control List in cisco WS &#8211; C2960-24TTL</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-put-access-control-list-in-cisco-ws-c2960-24ttl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate public name ACL Manager</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-public-name-acl-manager-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-public-name-acl-manager-2/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:57:37 +0000</pubDate>
		<dc:creator>Jaffer</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[ACL Manager]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ERROR IN LN when clicking tools PREFERENCES &#8212; DUPLICATE PUBLIC NAME ACL MANAGER]]></description>
				<content:encoded><![CDATA[<p>ERROR IN LN when clicking tools PREFERENCES &#8212; DUPLICATE PUBLIC NAME ACL MANAGER</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-public-name-acl-manager-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/24 queries in 0.026 seconds using memcached
Object Caching 974/1104 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 23:02:52 -->