<?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: Securing Guest Wlan in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872474#M143849</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;Have you got separate vlans setup ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 10 = users&lt;/P&gt;&lt;P&gt;vlan 11 = guest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would then hand out different IP address ranges for each vlan eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 10 = 192.168.5.0/24&lt;/P&gt;&lt;P&gt;vlan 11 = 192.168.10.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can either use a firewall or use access-lists on the vlan interfaces ie. suppose the coporate network was made up of subnets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.1.0/24&lt;/P&gt;&lt;P&gt;192.168.2.0/24&lt;/P&gt;&lt;P&gt;192.168.3.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also assume you want to allow your guest users out to the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.2.0 0.0.0.255&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 11&lt;/P&gt;&lt;P&gt;ip access-group 101 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow guest users on 192.168.10.0 to access the Internet but not coporate LAN.&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>Thu, 04 Oct 2007 17:36:04 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2007-10-04T17:36:04Z</dc:date>
    <item>
      <title>Securing Guest Wlan</title>
      <link>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872473#M143848</link>
      <description>&lt;P&gt;I am trying to set up a WLAN with internal users and guest users.&lt;/P&gt;&lt;P&gt;I have 2 ssid's one visible one hidden, the visible one is for guest use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is when I connect to the guest wlan and web auth, I can then ping and telnet to the rest of the corporate network. How do I stop this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 21:43:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872473#M143848</guid>
      <dc:creator>r.robins</dc:creator>
      <dc:date>2021-07-03T21:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Securing Guest Wlan</title>
      <link>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872474#M143849</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;Have you got separate vlans setup ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 10 = users&lt;/P&gt;&lt;P&gt;vlan 11 = guest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would then hand out different IP address ranges for each vlan eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 10 = 192.168.5.0/24&lt;/P&gt;&lt;P&gt;vlan 11 = 192.168.10.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can either use a firewall or use access-lists on the vlan interfaces ie. suppose the coporate network was made up of subnets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.1.0/24&lt;/P&gt;&lt;P&gt;192.168.2.0/24&lt;/P&gt;&lt;P&gt;192.168.3.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also assume you want to allow your guest users out to the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.2.0 0.0.0.255&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 11&lt;/P&gt;&lt;P&gt;ip access-group 101 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow guest users on 192.168.10.0 to access the Internet but not coporate LAN.&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>Thu, 04 Oct 2007 17:36:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872474#M143849</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-10-04T17:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Securing Guest Wlan</title>
      <link>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872475#M143850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like this is one of two ways to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL's on the switch/Router or put the WLC onto a DMZ.&lt;/P&gt;&lt;P&gt; Second option just means we use a wlc for 4 AP's taht will provide the Guest access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not so bad as we have 4 in total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 13:38:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/securing-guest-wlan/m-p/872475#M143850</guid>
      <dc:creator>r.robins</dc:creator>
      <dc:date>2007-10-05T13:38:08Z</dc:date>
    </item>
  </channel>
</rss>

