<?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: Setting up Guest Access? in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983321#M13003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;permit udp any host x.x.x.x range bootps bootpc&lt;/P&gt;&lt;P&gt;-this will permit udp traffic for bootps and bootpc ports&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;deny ip any 10.0.0.0 0.0.0.255 log &lt;/P&gt;&lt;P&gt;-this denies any type of traffic from any network to the 10.0.0.0/8 network and log it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit udp any host x.x.x.x eq domain &lt;/P&gt;&lt;P&gt;-permits anything on my network to a specific host to communicate for DNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit tcp any any eq 443 &lt;/P&gt;&lt;P&gt;-permits secure https traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit tcp any any eq www &lt;/P&gt;&lt;P&gt;-permits any web traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny ip any any &lt;/P&gt;&lt;P&gt;-denies any traffic that is not matched in the above lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL's work top down.  If there is no match it goes to the next line.  If you do not specify deny ip any any it is just a given that this is done by default, so no need to specify this statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 16:44:36 GMT</pubDate>
    <dc:creator>Rick Morris</dc:creator>
    <dc:date>2008-06-18T16:44:36Z</dc:date>
    <item>
      <title>Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983317#M12999</link>
      <description>&lt;P&gt;I have never set this up and not even sure where to look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need something basic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I would like to do.&lt;/P&gt;&lt;P&gt;Guest account will be used by vendors who have used our non-secure ssid and need to move toward another form of more secure and more controlled access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guest enters office location.&lt;/P&gt;&lt;P&gt;Powers up laptop with wireless.&lt;/P&gt;&lt;P&gt;Guest account is granted with password/ssid - need some sort of security since we do not want the whole community to use this connection.&lt;/P&gt;&lt;P&gt;Guest account is given public DNS servers to use for DNS, and given an IP from a seperate DHCP scope that only has internet access and no access to our network resources.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 22:58:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983317#M12999</guid>
      <dc:creator>Rick Morris</dc:creator>
      <dc:date>2021-07-03T22:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983318#M13000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using LAP's or Autonomous AP's?  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 20:28:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983318#M13000</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2008-06-03T20:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983319#M13001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create a "Guest VLAN" and put an ACL on it..something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended Guest&lt;/P&gt;&lt;P&gt;permit udp any host x.x.x.x range bootps bootpc&lt;/P&gt;&lt;P&gt;deny ip any 10.0.0.0 0.0.0.255 log&lt;/P&gt;&lt;P&gt;permit udp any host x.x.x.x eq domain&lt;/P&gt;&lt;P&gt;permit tcp any any eq 443&lt;/P&gt;&lt;P&gt;permit tcp any any eq www&lt;/P&gt;&lt;P&gt;deny ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Plug AP into the new segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Create SSID with desired security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 23:59:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983319#M13001</guid>
      <dc:creator>network_dude</dc:creator>
      <dc:date>2008-06-03T23:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983320#M13002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Total newbie here with ACLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you further define these ACL filters?  I am trying to do this via the 4402 GUI and not the CLI.  So I don't understand what is being said here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain what each line is doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 16:39:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983320#M13002</guid>
      <dc:creator>svillardi</dc:creator>
      <dc:date>2008-06-18T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983321#M13003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;permit udp any host x.x.x.x range bootps bootpc&lt;/P&gt;&lt;P&gt;-this will permit udp traffic for bootps and bootpc ports&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;deny ip any 10.0.0.0 0.0.0.255 log &lt;/P&gt;&lt;P&gt;-this denies any type of traffic from any network to the 10.0.0.0/8 network and log it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit udp any host x.x.x.x eq domain &lt;/P&gt;&lt;P&gt;-permits anything on my network to a specific host to communicate for DNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit tcp any any eq 443 &lt;/P&gt;&lt;P&gt;-permits secure https traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit tcp any any eq www &lt;/P&gt;&lt;P&gt;-permits any web traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny ip any any &lt;/P&gt;&lt;P&gt;-denies any traffic that is not matched in the above lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL's work top down.  If there is no match it goes to the next line.  If you do not specify deny ip any any it is just a given that this is done by default, so no need to specify this statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 16:44:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983321#M13003</guid>
      <dc:creator>Rick Morris</dc:creator>
      <dc:date>2008-06-18T16:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983322#M13004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, i created one in the GUI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit any IP/255.255.255.255  udp dhcp-c dhcp-s any Outbound&lt;/P&gt;&lt;P&gt;-allows any traffic to make a dhcp request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit IP/255.255.255.255 any udp dhcp-s dhcp-c any Inbound&lt;/P&gt;&lt;P&gt;-allows the dhcp server to respond to the client request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit any IP/255.255.255.255 tcp DNS any any any&lt;/P&gt;&lt;P&gt;-dns traffic to and from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit any any tcp http any any any&lt;/P&gt;&lt;P&gt;-allow http traffic anywhere&lt;/P&gt;&lt;P&gt;permit any any tcp https any any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-allow https traffic anywhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the acl on, no internet&lt;/P&gt;&lt;P&gt;with the acl off, internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, i saw your example, does that mean that the host would not be able to make an http/https request in the local network?  Because I need to do that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 18:31:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983322#M13004</guid>
      <dc:creator>svillardi</dc:creator>
      <dc:date>2008-06-18T18:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983323#M13005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where to configure this acl? on router? switch? or wlc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:06:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983323#M13005</guid>
      <dc:creator>pirateoftheairwaves</dc:creator>
      <dc:date>2008-06-23T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983324#M13006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue with ACL while configuring it in the WCS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add any rule other then allow all - no access to anything (internet, ping, etc.)&lt;/P&gt;&lt;P&gt;Remove all rules - access to everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 16:36:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983324#M13006</guid>
      <dc:creator>toddgermana</dc:creator>
      <dc:date>2008-07-24T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Guest Access?</title>
      <link>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983325#M13007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind - Just needed to pay closer attention to what I was doing, was blocking out the gateway to the internet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 16:45:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/setting-up-guest-access/m-p/983325#M13007</guid>
      <dc:creator>toddgermana</dc:creator>
      <dc:date>2008-07-25T16:45:25Z</dc:date>
    </item>
  </channel>
</rss>

