<?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: WLC 9800 Guest SSID web auth not redirecting in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260540#M280909</link>
    <description>&lt;P&gt;yes, ip http server and ip http secure-server is enabled on the WLC.&lt;/P&gt;&lt;P&gt;Under the Client -&amp;gt; General -&amp;gt; Security Information, I can see that the URL Redirect ACL is&amp;nbsp;&lt;SPAN&gt;WA-v4-int-x.x.x.x (x.x.x.x is the web server IP), so something is happening, but it won't redirect to the correct webpage.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 10:47:59 GMT</pubDate>
    <dc:creator>MikkelSteensgaard</dc:creator>
    <dc:date>2025-02-14T10:47:59Z</dc:date>
    <item>
      <title>WLC 9800 Guest SSID web auth not redirecting</title>
      <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5259537#M280829</link>
      <description>&lt;P&gt;I have an issue with a guest ssid, where I have enabled it as a open network with web auth. Unfortunately no matter what I do, I cannot get it to redirect to the real "redirect for-login" URL. It redirects to the default one locally on the WLC. Here's the config:&lt;/P&gt;&lt;P&gt;parameter-map type webauth guestportal&lt;BR /&gt;type webauth&lt;BR /&gt;redirect for-login &lt;A href="https://FQDN/portal/" target="_blank" rel="noopener"&gt;https://FQDN/portal/&lt;/A&gt;&lt;BR /&gt;redirect portal ipv4 1.2.3.4&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended Pre-Auth-ACL&lt;BR /&gt;1 permit tcp any host 1.2.3.4 eq 443&lt;BR /&gt;2 permit tcp host 1.2.3.4 eq 443 any&lt;BR /&gt;5 permit udp any host 1.2.3.5 eq domain&lt;BR /&gt;6 permit udp any host 1.2.3.6 eq domain&lt;BR /&gt;30 deny ip any any&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;wlan FortiGuest 5 Guesttest&lt;BR /&gt;ip access-group web Pre-Auth-ACL&lt;BR /&gt;peer-blocking drop&lt;BR /&gt;no security ft adaptive&lt;BR /&gt;no security wpa&lt;BR /&gt;no security wpa wpa2&lt;BR /&gt;no security wpa wpa2 ciphers aes&lt;BR /&gt;no security wpa akm dot1x&lt;BR /&gt;security web-auth&lt;BR /&gt;security web-auth authentication-list Guest-AAA-Auth&lt;BR /&gt;security web-auth parameter-map guestportal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something that I am missing?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 07:46:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5259537#M280829</guid>
      <dc:creator>MikkelSteensgaard</dc:creator>
      <dc:date>2025-02-12T07:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 9800 Guest SSID web auth not redirecting</title>
      <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5259593#M280838</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1842871"&gt;@MikkelSteensgaard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Double check you config. Something is missing probably.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/217457-configure-and-troubleshoot-external-web.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/217457-configure-and-troubleshoot-external-web.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 09:43:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5259593#M280838</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2025-02-12T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 9800 Guest SSID web auth not redirecting</title>
      <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260496#M280906</link>
      <description>&lt;P&gt;I do not get the "ACL plumb" part in my debug trace and under the "&lt;SPAN&gt;Layer 3 authentication and redirection process" I get dst other than my external web server:&lt;BR /&gt;2025/02/14 10:24:48.153625090 {wncd_x_R0-0}{1}: [webauth-httpd] [15400]: (info): capwap_900000b7[7209.7de5.0bb4][ x.x.x.x]Parse GET, src [x.x.x.x] dst [142.251.209.131] url [&lt;A href="http://connectivitycheck.gstatic.com/generate_204" target="_blank" rel="noopener"&gt;http://connectivitycheck.gstatic.com/generate_204&lt;/A&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know what that could mean I'm missing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 09:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260496#M280906</guid>
      <dc:creator>MikkelSteensgaard</dc:creator>
      <dc:date>2025-02-14T09:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 9800 Guest SSID web auth not redirecting</title>
      <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260514#M280907</link>
      <description>&lt;P&gt;&lt;A href="http://connectivitycheck.gstatic.com/generate_204" target="_blank" rel="noopener nofollow noreferrer"&gt;http://connectivitycheck.gstatic.com/generate_204&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;is a url that clients use in order to validade internet access. The redirect is done based on this access attempt.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have HTTP enable on the WLC?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 10:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260514#M280907</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2025-02-14T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: WLC 9800 Guest SSID web auth not redirecting</title>
      <link>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260540#M280909</link>
      <description>&lt;P&gt;yes, ip http server and ip http secure-server is enabled on the WLC.&lt;/P&gt;&lt;P&gt;Under the Client -&amp;gt; General -&amp;gt; Security Information, I can see that the URL Redirect ACL is&amp;nbsp;&lt;SPAN&gt;WA-v4-int-x.x.x.x (x.x.x.x is the web server IP), so something is happening, but it won't redirect to the correct webpage.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 10:47:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wlc-9800-guest-ssid-web-auth-not-redirecting/m-p/5260540#M280909</guid>
      <dc:creator>MikkelSteensgaard</dc:creator>
      <dc:date>2025-02-14T10:47:59Z</dc:date>
    </item>
  </channel>
</rss>

