<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>WiFi - Cloud Managed — WatchGuard Community</title>
        <link>https://community.watchguard.com/watchguard-community/</link>
        <pubDate>Wed, 11 Mar 2026 11:12:29 +0000</pubDate>
        <language>en</language>
            <description>WiFi - Cloud Managed — WatchGuard Community</description>
    <atom:link href="https://community.watchguard.com/watchguard-community/categories/wi-fi-cloud-managed/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>AP130 issue</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3921/ap130-issue</link>
        <pubDate>Thu, 01 Aug 2024 15:18:34 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Coupeman</dc:creator>
        <guid isPermaLink="false">3921@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>We recently inherited a private school customer who have an M290 and 15 AP100/200s. The Old AP's worked fine but slow as limited throughput. These units are still all in the Firebox Gateway Config...</p>

<p>Using same cabling, VLAN tags etc, plugged in new AP130's, power up, never connect. 1 connected but then disconnected, when it was working it had an IP and was passing traffic at expect speed. We've only replaced 5 units and expected them to just work, am I missing something?? We need to get this working before the end of this month. I will be onsite again next week. Surely deploying AP's cant be this hard??<img src="https://us.v-cdn.net/6029905/uploads/editor/77/tsgqnagx8mzp.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/77/tsgqnagx8mzp.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/77/tsgqnagx8mzp.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/77/tsgqnagx8mzp.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/77/tsgqnagx8mzp.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/77/tsgqnagx8mzp.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/77/tsgqnagx8mzp.png 2000w, https://us.v-cdn.net/6029905/uploads/editor/77/tsgqnagx8mzp.png" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Scripting an AP reboot via SSH / CLI</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/4338/scripting-an-ap-reboot-via-ssh-cli</link>
        <pubDate>Wed, 25 Jun 2025 20:30:54 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>dcolpitts</dc:creator>
        <guid isPermaLink="false">4338@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>We are experiencing an issue with the current AP330 firmware where the APs appear to stop passing traffic after a while (as in weeks of uptime as opposed to hours or days).  Our solution thus far has been to log into WG cloud and reboot them, but since I have over 100 of them that needed rebooted, I decided I'd like to just build a script, add to Windows Task Scheduler, and have them rebooted once a week since WG does not provide a provision to do a scheduled reboot.  I've tried a couple of different things including plink and posh-ssh.  In both cases, once the script is connected and issues the "reboot" command, I get an error back that says "Not support for admin account." (this is not a typo on my part, that is the actual output).</p>

<p>Using plink, this is the command that should work:</p>

<p><code spellcheck="false" tabindex="0">"C:\Program Files\PuTTY\Plink.exe" -v -ssh 192.168.145.229 -l admin -pw "clear_text_pass" -batch reboot</code></p>

<p>Using Posh-SSH, it should be this:</p>

<pre spellcheck="false" tabindex="0">$User = "admin"
$PWord = ConvertTo-SecureString -String "clear_text_pass" -AsPlainText -Force
$UserCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $User, $PWord
New-SSHSession -ComputerName 192.168.145.229 -Credential $UserCredential -Verbose
Invoke-SSHCommand -SessionId 0 reboot
Remove-SSHSession -SessionId 0
</pre>

<p>But neither work and exit with "Not support for admin account."</p>

<p>Has anyone been successful yet in scripting a reboot?</p>

<p>dcc</p>
]]>
        </description>
    </item>
    <item>
        <title>Allocate AP to different subscriber</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/4296/allocate-ap-to-different-subscriber</link>
        <pubDate>Fri, 09 May 2025 20:16:47 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Red_Leader</dc:creator>
        <guid isPermaLink="false">4296@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Does anyone know what happens if an AP is moved/ re-allocated to a different subscriber account?<br />
Does AP retain its configuration?<br />
Will the Access Point Site the AP belongs to be replicated?</p>

<p>Thanks in advance</p>
]]>
        </description>
    </item>
    <item>
        <title>Dynamic Vlan Assignment with Aruba Clearpass</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/4289/dynamic-vlan-assignment-with-aruba-clearpass</link>
        <pubDate>Tue, 29 Apr 2025 17:06:19 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Abertay</dc:creator>
        <guid isPermaLink="false">4289@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>Has anyone managed to get dynamic vlan assignment working with cloud WiFi and Radius (Clearpass in this case). If i setup the site to use SSID assigned VLANS they all work individually, but if i set it to assign VLAN dynamically it just sets it to untagged and no IP is assigned.<br />
I've configured clearpass to send IETF type 81 and the VLAN to the various ones available, but it seems to be ignoring it.<br />
Are there any other values i need to be sending back?</p>

<p>RADIUS Response<br />
Radius:IETF:Filter-Id   Test<br />
Radius:IETF:Tunnel-Private-Group-Id 50</p>

<p>thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>New to Watchguard APs - Change Deployment Question</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/4185/new-to-watchguard-aps-change-deployment-question</link>
        <pubDate>Tue, 11 Feb 2025 15:29:28 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>cord0g</dc:creator>
        <guid isPermaLink="false">4185@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>I'm a bit confused about the change deployment process and I'm wondering if it is supposed to work this way.  If I make any change to the WIFI settings and deploy the new settings, all SSIDs drop for over a minute and I have to reauth the Guest network captive portal. I am coming from a unifi WIFI system that did not have these issues. Is this just how Watchguard APs work or is something screwy with my config?</p>
]]>
        </description>
    </item>
    <item>
        <title>AP330 connection issues</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3565/ap330-connection-issues</link>
        <pubDate>Thu, 07 Dec 2023 13:31:47 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>dankoon</dc:creator>
        <guid isPermaLink="false">3565@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>We have two AP330s in use, each for one part of the building.</p>

<p>The problem we are currently experiencing is that the connection to one access point is interrupted from time to time, so that it is not possible to work properly in a meeting room, for example, as you are constantly kicked out of the meeting.</p>

<p>Access Point with issues:<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/nr/9a5rmz1451ql.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/nr/9a5rmz1451ql.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/nr/9a5rmz1451ql.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/nr/9a5rmz1451ql.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/nr/9a5rmz1451ql.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/nr/9a5rmz1451ql.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/nr/9a5rmz1451ql.png 2000w, https://us.v-cdn.net/6029905/uploads/editor/nr/9a5rmz1451ql.png" sizes="100vw" /></p>

<p>Access Point working without any issues:<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/53/38ffo7a9lfug.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/53/38ffo7a9lfug.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/53/38ffo7a9lfug.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/53/38ffo7a9lfug.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/53/38ffo7a9lfug.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/53/38ffo7a9lfug.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/53/38ffo7a9lfug.png 2000w, https://us.v-cdn.net/6029905/uploads/editor/53/38ffo7a9lfug.png" sizes="100vw" /></p>

<p>Is there maybe any STP related issue?</p>

<p>The SSIDs are set up as WPA3-Enterprise, which also works without any problems.</p>

<p>The access points are connected to an Aruba 2930F PoE+ switch.</p>

<p>The location is in Germany and the settings have already been adjusted several times according to a best practice guide, but without much success.</p>

<p>I no longer have any clues as to what exactly I need to look for. Before the AP330, we had two AP120s, which did not cause these problems.</p>

<p>Best regards,<br />
dankoon</p>
]]>
        </description>
    </item>
    <item>
        <title>WiFi - WatchGuard Cloud | Best Practices</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3997/wifi-watchguard-cloud-best-practices</link>
        <pubDate>Tue, 01 Oct 2024 07:33:13 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>JC_P</dc:creator>
        <guid isPermaLink="false">3997@/watchguard-community/discussions</guid>
        <description><![CDATA[<p><strong>Introduction:</strong><br />
I decided to create this topic following the forced migration from the Manage Wi-Fi Cloud platform, which managed our AP325s, to WatchGuard Cloud "Access Point Sites," which now manages our AP330s. Since this migration, although we have occasionally noticed an improvement in speed, the stability of our Wi-Fi infrastructure has significantly decreased.</p>

<p>After numerous attempts and adjustments to the settings, we finally found a configuration that seems to make our Wi-Fi network more stable. I would like to share this configuration to help those who may encounter similar issues.</p>

<p>...::: Configuration :::...</p>

<p><strong>1. ThreatSync - Device Settings</strong><br />
Start by disabling ThreatSync for all your access points to avoid any conflicts or stability issues related to this feature.<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/p7/es802embb528.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/p7/es802embb528.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/p7/es802embb528.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/p7/es802embb528.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/p7/es802embb528.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/p7/es802embb528.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/p7/es802embb528.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/p7/es802embb528.jpg" sizes="100vw" /></p>

<p><strong>2. Shared Configuration - Access Point Sites</strong><br />
Wi-Fi Networks - SSID<br />
Configure your SSIDs so that they only broadcast on a single band:</p>

<ul><li>2.4 GHz Band: This allows for greater distance coverage but with slightly slower speed. Ideal for environments that require a wider range.</li>
<li>5 GHz Band: This provides faster speeds but over a shorter distance. Recommended for maximum performance in closer proximity.<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/4v/vtrbx2y4oqgx.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/3b/ng0xud7g3dsj.jpg" sizes="100vw" /></li>
</ul><p><strong>3. Radio Settings - 2.4 GHz</strong></p>

<ul><li>Wireless Mode: 802.11 n</li>
<li>Candidate Channels: 1, 6, 11</li>
<li>Channel Width: 20 MHz</li>
<li><p>Transmission Power: Automatic<br /><em>In the advanced tab:</em></p></li>
<li><p>Enable "Fast Roaming"</p></li>
<li>Disable "Allow 802.11 b/g" (to prevent slower, older technology usage)</li>
</ul><p><strong>4. Radio Settings - 5 GHz</strong></p>

<ul><li>Wireless Mode: 802.11 ax</li>
<li>Use all Non-DFS Channels (for better performance and compatibility)</li>
<li>Channel Width: 80 MHz</li>
<li><p>Transmission Power: Automatic<br /><em>In the advanced tab:</em></p></li>
<li><p>Enable "Fast Roaming"</p></li>
<li>Disable "Allow 802.11 a" (similar to the 2.4 GHz band, to avoid using outdated standards)<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/z8/cgi9q831cd3k.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/z8/cgi9q831cd3k.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/z8/cgi9q831cd3k.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/v2/0yuctw41pt0h.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/v2/0yuctw41pt0h.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/v2/0yuctw41pt0h.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/t5/m9fuugeegism.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/t5/m9fuugeegism.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/t5/m9fuugeegism.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/t5/m9fuugeegism.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/t5/m9fuugeegism.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/t5/m9fuugeegism.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/t5/m9fuugeegism.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/t5/m9fuugeegism.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/lv/0brsetz49pzt.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/lv/0brsetz49pzt.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/lv/0brsetz49pzt.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/lv/0brsetz49pzt.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/lv/0brsetz49pzt.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/lv/0brsetz49pzt.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/lv/0brsetz49pzt.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/lv/0brsetz49pzt.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/ob/7m46f3hip7g4.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/ob/7m46f3hip7g4.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/ob/7m46f3hip7g4.jpg" sizes="100vw" /></li>
</ul><p><strong>5. Advanced Settings</strong></p>

<ul><li>Enable "Spectrum Monitoring" (for proactive interference detection)</li>
<li>Approved Access Points List: Add the MAC addresses of your trusted Wi-Fi access points, including your WatchGuard access points, to prevent them from being detected as potential "Evil Twin" access points.<br /><img src="https://us.v-cdn.net/6029905/uploads/editor/qb/4tcbompv50dj.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/qb/4tcbompv50dj.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/qb/4tcbompv50dj.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/qb/4tcbompv50dj.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/qb/4tcbompv50dj.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/qb/4tcbompv50dj.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/qb/4tcbompv50dj.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/qb/4tcbompv50dj.jpg" sizes="100vw" /><br /><img src="https://us.v-cdn.net/6029905/uploads/editor/6m/vn1pcck8at63.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029905/uploads/editor/6m/vn1pcck8at63.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029905/uploads/editor/6m/vn1pcck8at63.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029905/uploads/editor/6m/vn1pcck8at63.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029905/uploads/editor/6m/vn1pcck8at63.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029905/uploads/editor/6m/vn1pcck8at63.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029905/uploads/editor/6m/vn1pcck8at63.jpg 2000w, https://us.v-cdn.net/6029905/uploads/editor/6m/vn1pcck8at63.jpg" sizes="100vw" /></li>
</ul><p>This configuration can now be deployed.</p>
]]>
        </description>
    </item>
    <item>
        <title>Caprive Portal Social Registration / autorization code</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3928/caprive-portal-social-registration-autorization-code</link>
        <pubDate>Wed, 07 Aug 2024 10:53:55 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Abba_Supremo</dc:creator>
        <guid isPermaLink="false">3928@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hello, <br />
First, sorry for my English :-)</p>

<p>Are any possibilites for Watchguard implements Social (Google,Facebook etc..) login and/or forcing auth code when people use captive portal login?<br />
i have two ap 130 configure with watchguard cloud<br />
Everything work ok, but in splash page there are only possibility to configure splash page with three "options" only required, but totally random (no controls for phone,emails etc... users can type random chars and login too)</p>

<p>Thanks All</p>
]]>
        </description>
    </item>
    <item>
        <title>mDNS hostname &lt;&gt; hostname</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3844/mdns-hostname-hostname</link>
        <pubDate>Thu, 06 Jun 2024 12:20:53 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>zrxtreiber</dc:creator>
        <guid isPermaLink="false">3844@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi there!</p>

<p>We are using some AP432 and - like said in the topic - the mDNS hostname not only differs from the "standard" ip/snmp hostnamebut changes from time to time.</p>

<p>i.e. hostname: AP022 // mDNS-hostname: AP432-12 (next day or so AP432-039)</p>

<p>Is there a way to set mDNS permanently equal to the hostname?</p>

<p>Thanks in advance<br />
.K.</p>
]]>
        </description>
    </item>
    <item>
        <title>Network Access Enforcement and Authpoint Logonapp</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3772/network-access-enforcement-and-authpoint-logonapp</link>
        <pubDate>Fri, 19 Apr 2024 07:23:43 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>KAndersson</dc:creator>
        <guid isPermaLink="false">3772@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi!</p>

<p>Stumbled across a small problem and is wondering if there's some sort of configuration error or design flaw in our setup.</p>

<p>We have been using Authpoint Logon app for some time with our office as Safe Zone excluding that network from Authpoint prompts. Since a week ago I've been playing around with Network Access Enforcement on one of our SSID:s. We have EPDR on all our machines.</p>

<p>The problem/quirk:</p>

<p>When connected to the SSID with NAE activated (no rj45 to network), you're always prompted for Authpoint Login, since the NAE checking for EPDR needs to pull up a web browser to perform the check (from what I can tell the splashpage is the AP gateway performing the check). And when you're not logged in that doesn't happen, check fails. You get no internet, and Authpoint doesn't know where you are. Since you dont have a established internet connection you can't use push notification to your app and have to use OTP or scan QR code to logon. Not very user friendly applying NAE to your SSID:s in conjunction with Authpoint Logonapp.</p>

<p>After that the session is valid for 24h before next NAE check, which also is strange..</p>

<p>Is there a workaround to be able to smoothly use this security feature?</p>

<p>Thanks in advance for any clarification on the matter.</p>
]]>
        </description>
    </item>
    <item>
        <title>Intel® WiFi 6 AX201 160MHz - Disconnect Issue</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3750/intel-wifi-6-ax201-160mhz-disconnect-issue</link>
        <pubDate>Wed, 03 Apr 2024 20:59:02 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>markhudy</dc:creator>
        <guid isPermaLink="false">3750@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Purpose</p>

<p>Resolve Wi-Fi disconnects from Watchguard AP SSID on certain notebook computers.  This appears to be a known issue in the Intel community.</p>

<p>Settings</p>

<p>The following client adapter settings resolve the frequent connect/disconnect events reported in Watchguard Cloud.</p>

<p>802.11a/b/g Wireless Mode -- 5GHz 802.11a<br />
802.11n/ac/ax Wireless Mode -- 802.11ax<br />
Channel Width for 2.4GHz -- 20 MHz Only<br />
Channel Width for 5GHz -- 20 MHz Only<br />
Preferred Band -- Prefer 5GHz band<br />
Roaming Aggressiveness -- lowest</p>

<p>Issue was 1st reported on customer Dell Latitudes after connecting to an SSID.  This issue is not with Watchguard Cloud but is a larger issue involving this particular Intel chipset.  Hope this is helpful to someone.</p>
]]>
        </description>
    </item>
    <item>
        <title>WPA2 Ent. - client randomly disconnection</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3646/wpa2-ent-client-randomly-disconnection</link>
        <pubDate>Tue, 30 Jan 2024 10:24:12 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>dade77</dc:creator>
        <guid isPermaLink="false">3646@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hello,<br />
i have a wifi network with  some AP342. and I have some trouble with WPA2 enterprise: Randomly clients disconnect.. I don't see any errors on the Radius side (NPS Windows). Have you also experienced the same problem? For info I have also opened a ticket to support.</p>
]]>
        </description>
    </item>
    <item>
        <title>Why are WIFI 6 APs cloud managed only?</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2638/why-are-wifi-6-aps-cloud-managed-only</link>
        <pubDate>Thu, 09 Jun 2022 14:43:16 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Raiderpb</dc:creator>
        <guid isPermaLink="false">2638@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>I was considering upgrading to WiFi6 with Watchguard APs so I could manage them with my Firebox. Come to find out that the new WIFI6 are only cloud managed which is IMO a security flaw. Why would you open yourself up to getting your APs hacked from the internet? Call me when I can manage my APs from the local intranet.</p>
]]>
        </description>
    </item>
    <item>
        <title>AP 330 stop responding</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3586/ap-330-stop-responding</link>
        <pubDate>Wed, 20 Dec 2023 18:13:55 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>WGM</dc:creator>
        <guid isPermaLink="false">3586@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi All, i have an AP330 that stopped where the cloud do not see this device connected. I reset the AP330 and it's flashing Orange fast (from the manual it shows trying to get feature key and it's behind the fb which it's not really blocking on getting the feature key).</p>

<p>How do i update the firmware on the AP 330 without connecting to the cloud since the cloud always show the device is never connected?  i have the firmware on a usb drive and need to know how to upgrade manually via command line.</p>
]]>
        </description>
    </item>
    <item>
        <title>Working with Datto SmartSwitch?</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3578/working-with-datto-smartswitch</link>
        <pubDate>Thu, 14 Dec 2023 18:44:30 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>grepster</dc:creator>
        <guid isPermaLink="false">3578@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Does anyone have any experience working with a Datto smart switch sitting between a Firebox and a couple of AP130s? Datto's documentation on using the switch (without their firewall and APs) is fairly sparse, and I'm not really sure how to configure the thing. Can anyone provide any guidelines?</p>

<p>The goal is to hang a couple of AP130s off the switch, and a dumb-switch for general desktop use, off the E8 switch. I'll have two wireless VLANs - internal and guest networks - and I'll have desktops and printers, etc. wired in. I'd love it if I could bridge the internal WLAN and the LAN, but I'll settle for just creating bidirectional routing between them, if that's what is necessary.</p>

<p>I'm new at working with Watchguard, and not all that familiar with the Datto switches yet. So I'm not sure what I need to do on the various devices to get this to work. Wish Watchguard also made switches....  <img src="https://community.watchguard.com/resources/emoji/neutral.png" title=":|" alt=":|" height="20" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Cannon configure AP130 via Cloud</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3495/cannon-configure-ap130-via-cloud</link>
        <pubDate>Thu, 19 Oct 2023 13:50:45 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Lengen1971zwei</dc:creator>
        <guid isPermaLink="false">3495@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
i´ve got a activated AP130 on a T45. It´s online and visible in the cloud. Now the problem is, I can not configure anything. It always fails with: INVALID VALUE OF ARGUMENTS:CHANNEL_CONFIG_LIST</p>

<p>I have no idea where to look at for a solution. may someone can help.</p>

<p>Thx a lot, Michael</p>
]]>
        </description>
    </item>
    <item>
        <title>Regular, short-term WiFi disconnect on AP130s (WatchGuard Cloud)</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2793/regular-short-term-wifi-disconnect-on-ap130s-watchguard-cloud</link>
        <pubDate>Thu, 01 Sep 2022 10:47:20 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>BorisNissen</dc:creator>
        <guid isPermaLink="false">2793@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>We switched to the new WatchGuard Cloud solution (AP130 access points) and noticed a strange behavior. All clients are disconnected approximately once every hour - reconnecting within 15-20 seconds. Its quite annoying for terminal connections (and other software that does not automatically reestablishes connection after a network loss), but also negatively impacts streaming with small buffers.</p>

<p>Am I overlooking a setting for example for regular scanning for other networks or thelike, which may be a cause?</p>
]]>
        </description>
    </item>
    <item>
        <title>Expanding AP325 wireless network when only AP330&#39;s are available</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3425/expanding-ap325-wireless-network-when-only-ap330-039-s-are-available</link>
        <pubDate>Wed, 23 Aug 2023 09:55:14 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Verified</dc:creator>
        <guid isPermaLink="false">3425@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>We have a client with a lot of AP325's throughout his facility. We put this network in back in 2018 and his current support subscriptions are good through 2024. The client wants to expand his existing wireless network by adding more AP's in new areas of the building.</p>

<p>The AP325 is end-of-sale already but end-of-life on December 21, 2026.</p>

<p>The AP330 is not compatible with the AP325 network because one if Wi-Fi 5 and the other is Wi-Fi 6.</p>

<p>My initial idea was to add several AP330's and just define the same SSID's on the AP330's, then devices will roam between the AP325's and AP330's, but WG Support says the different AP types won't play nicely with each other due to power detection differences between the 2 models.</p>

<p>Questions:</p>

<p>How do we expand his existing wireless network if we can't get AP325's anymore?</p>

<p>Has anyone tried mixing AP types like this and if so, how did it work out?</p>

<p>How have others dealt with this issue?</p>
]]>
        </description>
    </item>
    <item>
        <title>AP420 radios won&#39;t turn on</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3378/ap420-radios-won-039-t-turn-on</link>
        <pubDate>Sat, 22 Jul 2023 21:01:26 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>FirstWatch</dc:creator>
        <guid isPermaLink="false">3378@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hello everyone,</p>

<p>I have what I thought was a simple setup of four AP420s and one AP125 that are cloud managed. Things have been fine for a year and a half until a week ago. For some reason all four of my AP420s have turned off their radios and we can't get them to turn back on. I believe this "may" be associated with the last firmware update, but not absolutely sure.</p>

<p>We have four SSIDs, one of which stays off except for in house customer demo days for our software. So three SSIDs are broadcast all of the time. There were no VLANS in place, no special settings or configuration. I was about to setup VLAN and segregate things a bit more last week when the AP420s decided to turn off their radios.</p>

<p>We have a M470 cluster setup in the office with the access points, but the APs are all cloud managed. We do have an open support case, but it keeps getting escalated and we haven't heard from anyone at Watchguard in three days now, still waiting.</p>

<p>We've tried going into each AP and turning the radios on. The cloud interface in monitor &gt; Wifi &gt; Radios shows them all as "Turning on Radio" as their status. We factory reset one AP as a test with no change. We've deleted and recreated our SSIDs with no change. We've added a new SSID with no change.</p>

<p>Everything is working fine with the AP125.</p>

<p>Thinking really deeply about this, it has to be one of three things:</p>

<ol><li>Problem with something in the cloud management</li>
<li>Problem with the policies loading into the APs</li>
<li>A power issue, too much or two little.</li>
</ol><p>All five APs are connected to an eight port unmanaged switch that provides PoE to the APs. We disconnected one AP420 to reduce the power load on the switch, there was no change. A test meter shows the proper 48 volt output on all five cables running to the APs.</p>

<p>We are at our wits end trying to solve this. I can't believe all four AP420s would fail at the same time. Has anyone experienced anything like this?  Any thoughts on how to solve this?</p>

<p>Thank you,</p>

<p>William E Ott<br />
FirstWatch Solutions</p>
]]>
        </description>
    </item>
    <item>
        <title>Just set-up an AP330.... oh dear</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3163/just-set-up-an-ap330-oh-dear</link>
        <pubDate>Tue, 14 Mar 2023 14:30:03 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>stuart_seed</dc:creator>
        <guid isPermaLink="false">3163@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi All,<br />
Looking to upgrade our Wi-Fi to version 6 seeing as I can no longer purchase my beloved AP325 devices, I've been shunted onto AP330 by WG and these are missing so many features, like load balancing for starters. Is anybody else braving the move to WiFi 6 with WG or are you going to look at a different vendor?</p>
]]>
        </description>
    </item>
    <item>
        <title>Secure Wi-Fi Essential</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3149/secure-wi-fi-essential</link>
        <pubDate>Thu, 09 Mar 2023 17:25:17 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Ash78</dc:creator>
        <guid isPermaLink="false">3149@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi <br />
I took the "Secure Wi-Fi Essential" exam last week and I failed (66%). I know there is not much material online in terms of sample questions and lectures. Please, has anyone passed recently and/or have an idea about online resources? <br />
Many thanks <br />
Regards</p>
]]>
        </description>
    </item>
    <item>
        <title>Scheduled Reporting for Wifi User Profiles</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3140/scheduled-reporting-for-wifi-user-profiles</link>
        <pubDate>Mon, 06 Mar 2023 14:55:57 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>CorwinSchaefer</dc:creator>
        <guid isPermaLink="false">3140@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Nearly all of the data collected in Total Wi-Fi is available as a scheduled report, but the User Profiles collected from a captive portal webform is noticeably absent. It would simplify our workflow if we could get this report emailed regularly instead of having an admin log in and download the .csv manually.</p>
]]>
        </description>
    </item>
    <item>
        <title>WiFi AP325 &amp; AP330</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3086/wifi-ap325-ap330</link>
        <pubDate>Fri, 03 Feb 2023 04:36:57 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Milena</dc:creator>
        <guid isPermaLink="false">3086@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi<br />
Is it possible to manage devices based on OS in Watchguard AP325 and AP330. I want to separate devices that are Windows based and devices that are phones such as Android or IOS.</p>

<p>I have 5 AP325s in one of our offices and it appears that when any device connects to our WiFi, they are connected to the same network as the Windows devices.</p>

<p>On another site, there are 3 x AP330s. They have been set up individually to allow a number of devices to connect. This is time consuming to setup on each device. Is there a way to manage all 3 in a centralised load balancing type scenario?<br />
As you can tell I am new to Watchguard and have inherited this system which I am trying to see what limitations it has.</p>
]]>
        </description>
    </item>
    <item>
        <title>AP432 &amp; WIPS</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/3027/ap432-wips</link>
        <pubDate>Tue, 10 Jan 2023 10:55:52 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>koff75</dc:creator>
        <guid isPermaLink="false">3027@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>We're currently using around 60 AP432 on our networks, all managed through Watchguard Cloud.<br />
Is-it possible to use "discover.watchguard.cloudwifi.com" with these AP's, or is-it only possible through "cloud.watchguard.com" ?<br />
The fact is that the numbers of available options, like WIPS on the first one is much easier to manage security &amp; access &amp; monitoring...<br />
For example, I would like to manage the alerting options on the AP's (like turning off NTP alerts), or activating WIPS...<br />
If you have any recommandations or advice, thanks <img src="https://community.watchguard.com/resources/emoji/smile.png" title=":)" alt=":)" height="20" />.</p>
]]>
        </description>
    </item>
    <item>
        <title>Where does one find Release Notes for the wi-fi 6 AP firmware versions?</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2977/where-does-one-find-release-notes-for-the-wi-fi-6-ap-firmware-versions</link>
        <pubDate>Thu, 01 Dec 2022 20:42:41 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Bruce_Briggs</dc:creator>
        <guid isPermaLink="false">2977@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>I am specifically looking for info on v1.1.24-0.b670120, which my AP330 can  be upgraded to.<br />
I don't see any info on the Beta forum for this, nor anywhere else.</p>
]]>
        </description>
    </item>
    <item>
        <title>SNMP for Cloud WiFi</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/749/snmp-for-cloud-wifi</link>
        <pubDate>Tue, 04 Feb 2020 00:27:18 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>~Jon S</dc:creator>
        <guid isPermaLink="false">749@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Any hopes of getting SNMP on the cloud managed APs?   Would be nice to be able to manage them with tools like Auvik and SolarWinds.</p>
]]>
        </description>
    </item>
    <item>
        <title>Cloud Hosted Captive Portal</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2711/cloud-hosted-captive-portal</link>
        <pubDate>Wed, 20 Jul 2022 04:28:40 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>BCWG</dc:creator>
        <guid isPermaLink="false">2711@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hey Everyone,</p>

<p>I was trying to follow the guide here to create a Captive Portal for our Guest WiFi, but the 'Cloud Hosted' option is missing. We only get AP hosted or ThirdParty hosted options.</p>

<p>What we're trying to accomplish is to enable either Social or Username/password auth.</p>

<p><a href="https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/Wi-Fi-Cloud/getting_started/captive_portal.html" rel="nofollow">https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/Wi-Fi-Cloud/getting_started/captive_portal.html</a></p>

<p>Thank you</p>
]]>
        </description>
    </item>
    <item>
        <title>Captive Portal Guestbook</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2650/captive-portal-guestbook</link>
        <pubDate>Fri, 17 Jun 2022 09:00:35 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>Charyl89</dc:creator>
        <guid isPermaLink="false">2650@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Is there an option to create a guest book like in the wifi cloud with personal usernames and passwords? I can't find it in the watchguard cloud.</p>
]]>
        </description>
    </item>
    <item>
        <title>WiFi 6 Migration</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2569/wifi-6-migration</link>
        <pubDate>Fri, 29 Apr 2022 16:03:30 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>shaazaminator</dc:creator>
        <guid isPermaLink="false">2569@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>Hey community,<br />
Planning on upgrading to the new AP 6's in the near future and am curious about the new cloud platform.<br />
From previous posts I realize Floor Plans are no longer used, but what about WIPS, Troubleshooting, Monitoring and the other features on the old platform? <br />
Appears that the new cloud platform only offers Access Point Sites and basic SSID configuration. Or do I need to purchase a new AP 6 device and subscription, then register the AP for these features to become available?</p>

<p>Lastly, do I need to completely remove my current WiFi 5 network and devices before installing the WiFi 6 network and devices? I ask this because if I install a new AP with the same SSID and password as my existing network, the WIPS on the AP 5's will block or quarantine anything trying to connect to the new AP and mark it as rogue.</p>

<p>I have read all the technical documentation here:</p>

<p><a href="https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/WG-Cloud/Devices/access_point/ap_wgc_get_started.html" rel="nofollow">https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/WG-Cloud/Devices/access_point/ap_wgc_get_started.html</a></p>

<p>Along with watching videos and demonstrations by WG Partners, but can't seem to find  definitive answers as to a migration strategy or what security / monitoring features are available in the new cloud.</p>

<p>Any insight would be much appreciated :-)</p>

<ul><li>Doug</li>
</ul>]]>
        </description>
    </item>
    <item>
        <title>Floor plans on new Management site</title>
        <link>https://community.watchguard.com/watchguard-community/discussion/2532/floor-plans-on-new-management-site</link>
        <pubDate>Wed, 13 Apr 2022 17:19:29 +0000</pubDate>
        <category>WiFi - Cloud Managed</category>
        <dc:creator>emilyf</dc:creator>
        <guid isPermaLink="false">2532@/watchguard-community/discussions</guid>
        <description><![CDATA[<p>On the old wireless management site we had floor plans.<br />
We are starting to use the new one and we'd like to put in floor plans again but I don't see a place to add them. Anyone have some insite?</p>
]]>
        </description>
    </item>
   </channel>
</rss>
