<?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: Access Lists on WLC in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/access-lists-on-wlc/m-p/1197962#M48227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACLs on a WLC are not stateful - have a look at the document:&lt;/P&gt;&lt;P&gt; &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if either the source or destination are not any, then the direction of the filter must be specified, and an inverse statement in the opposite direction must be created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to  allow access to your printer try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit 192.168.23.0/24 192.168.10.5/32 any any inbound&lt;/P&gt;&lt;P&gt;permit 192.168.10.5/32 192.168.23.0/24 any any outbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2009 12:02:19 GMT</pubDate>
    <dc:creator>andrewswanson</dc:creator>
    <dc:date>2009-03-27T12:02:19Z</dc:date>
    <item>
      <title>Access Lists on WLC</title>
      <link>https://community.cisco.com/t5/wireless/access-lists-on-wlc/m-p/1197961#M48226</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have configured WLC for guests users and internal users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created 2 normal WLANs and 2 different interfaces with the all information like ip address scheme and gateway and dhcp address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one is INTERNAL and another one is GUESTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERNAL WLAN is mapped to Internal interface which configuration is as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN ID : 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip add : 192.168.10.177&lt;/P&gt;&lt;P&gt;subnet : 255.255.255.0&lt;/P&gt;&lt;P&gt;gateway: 192.168.10.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcp add : 192.168.10.190&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUEST WLAN is mapped to GUEST interface which configuration is as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN ID : 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip add : 192.168.23.2&lt;/P&gt;&lt;P&gt;subnet : 255.255.255.0&lt;/P&gt;&lt;P&gt;gateway: 192.168.23.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcp add : 192.168.10.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i m getting 2 SSID when i search for wireless Networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can connect to intra and inter network by using any of the SSIDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOUNDS GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i can access 192.168.10.0 and 192.168.23.0 and Internet too because of interVLAN Routing, but now if i join GUEST SSID i want to restrict intranet (192.168.10.0) access except 192.168.10.5 (Network Printer ip address).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have configured 1 access list and applied it to GUEST interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access list has the following statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 permit 192.168.23.0/24 192.168.10.5/32 any any any(outbound/inbound/any)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 deny 192.168.23.0/24 192.168.10.0/24 any any any(outbound/inbound/any)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 permit 0.0.0.0/0 0.0.0.0/0 any any any(outbound/inbound/any)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using these statements i can access INTERNET and not reachable to intranet network. thats good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not able to access network printer (i don't know why)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more problem is that if i mention specific network in the statement it is not working as i mentioned 0.0.0.0 in last statement its working but if i set it as 192.168.23.0/24 0.0.0.0/0 it wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 00:22:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/access-lists-on-wlc/m-p/1197961#M48226</guid>
      <dc:creator>nitsg.gupta</dc:creator>
      <dc:date>2021-07-04T00:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Access Lists on WLC</title>
      <link>https://community.cisco.com/t5/wireless/access-lists-on-wlc/m-p/1197962#M48227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACLs on a WLC are not stateful - have a look at the document:&lt;/P&gt;&lt;P&gt; &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if either the source or destination are not any, then the direction of the filter must be specified, and an inverse statement in the opposite direction must be created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to  allow access to your printer try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit 192.168.23.0/24 192.168.10.5/32 any any inbound&lt;/P&gt;&lt;P&gt;permit 192.168.10.5/32 192.168.23.0/24 any any outbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 12:02:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/access-lists-on-wlc/m-p/1197962#M48227</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2009-03-27T12:02:19Z</dc:date>
    </item>
  </channel>
</rss>

