<?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: AP7502 captive portal redirection generated parameters in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26364#M2580</link>
    <description>Thank you so much!!&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jan 2018 02:14:00 GMT</pubDate>
    <dc:creator>Cristiano_Bevil</dc:creator>
    <dc:date>2018-01-16T02:14:00Z</dc:date>
    <item>
      <title>AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26362#M2578</link>
      <description>I need to understand the URL parameters generated by the redirect captive portal generated when i try to connect to this access point.&lt;BR /&gt;
&lt;BR /&gt;
The generated URL is, as follows:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;http://mycapptiveportal&lt;/PRE&gt;&lt;/DIV&gt;.com?Qv=it_qpmjdz=Dbqujwf.[ppy@bbb_qpmjdz=BBB.[ppy@dmjfou_njou=2417144::5@dmjfou_nbd=G1.E2.B:.:B.7D.B:@ttje=[ppy_Qspyjpo@bq_nbd=95.35.9E.E9.8G.5B&lt;BR /&gt;
&lt;BR /&gt;
Someone knows what means these parameters?&lt;BR /&gt;
Can i get the MAC address from this generated URL?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 16 Jan 2018 01:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26362#M2578</guid>
      <dc:creator>Cristiano_Bevil</dc:creator>
      <dc:date>2018-01-16T01:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26363#M2579</link>
      <description>It is just a simple encoding method to obfuscate the contents in the URL&lt;BR /&gt;
Subtract 1 from each characters's each ASCII value for everything except _ and =, and @ is separator.&lt;BR /&gt;
it_qpmjdz = hs_policy=Captive-Zoox&lt;BR /&gt;
bbb_qpmjdz = aaa_policy = AAA.Zoox&lt;BR /&gt;
etc...&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 02:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26363#M2579</guid>
      <dc:creator>Andrew_Webster</dc:creator>
      <dc:date>2018-01-16T02:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26364#M2580</link>
      <description>Thank you so much!!&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 02:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26364#M2580</guid>
      <dc:creator>Cristiano_Bevil</dc:creator>
      <dc:date>2018-01-16T02:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26365#M2581</link>
      <description>Now i decoded all the url parameters, as follows:&lt;BR /&gt;
&lt;BR /&gt;
hs_policy =&amp;gt; 'Captive-Zoox'&lt;BR /&gt;
aaa_policy =&amp;gt; 'AAA-Zoox'&lt;BR /&gt;
client_mint =&amp;gt; '1306033994'&lt;BR /&gt;
client_mac =&amp;gt; 'F0-D1-A9-9A-6C-A9'&lt;BR /&gt;
ssid =&amp;gt; 'Zoox_Proxion' &lt;BR /&gt;
ap_mac =&amp;gt;  '84-24-8D-D8-7F-4A'&lt;BR /&gt;
&lt;BR /&gt;
 Can you explain me what's the "client_mint"? Is there some way to obtain the client ip address?&lt;BR /&gt;
&lt;BR /&gt;
And, whats the url parameter "hs_server"? It must be my captive portal address or the controller address?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 16 Jan 2018 20:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26365#M2581</guid>
      <dc:creator>Cristiano_Bevil</dc:creator>
      <dc:date>2018-01-16T20:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26366#M2582</link>
      <description>Hi&lt;BR /&gt;
I am also interested in knowing what is client_mint&lt;BR /&gt;
simply   if it is a variable of each client, a variable associated with each   wifi and the same for all clients or a variable associated with the AP   to which it is connected.&lt;BR /&gt;
Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26366#M2582</guid>
      <dc:creator>Jose_LV</dc:creator>
      <dc:date>2018-04-04T18:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26367#M2583</link>
      <description>As far as I can tell, the client_mint is the mint ID of the AP.&lt;BR /&gt;
If you do DEC-&amp;gt;HEX on 1306033994, you get 4D.D8.7F.4A (notice that the last 3 octets  are the same as those of ap_mac).&lt;BR /&gt;
If you run show mint neighbors from CLI, you will see this corresponds to the AP.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2018 00:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26367#M2583</guid>
      <dc:creator>Andrew_Webster</dc:creator>
      <dc:date>2018-04-06T00:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26368#M2584</link>
      <description>Thanks!</description>
      <pubDate>Fri, 06 Apr 2018 00:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26368#M2584</guid>
      <dc:creator>Cristiano_Bevil</dc:creator>
      <dc:date>2018-04-06T00:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26369#M2585</link>
      <description>Perfect.Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2018 00:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26369#M2585</guid>
      <dc:creator>Jose_LV</dc:creator>
      <dc:date>2018-04-06T00:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: AP7502 captive portal redirection generated parameters</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26370#M2586</link>
      <description>Does anyone know how to derive (if possible) the Mint ID first octet from the AP MAC?</description>
      <pubDate>Mon, 18 Jun 2018 19:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/ap7502-captive-portal-redirection-generated-parameters/m-p/26370#M2586</guid>
      <dc:creator>Greg_Neugebauer</dc:creator>
      <dc:date>2018-06-18T19:45:00Z</dc:date>
    </item>
  </channel>
</rss>

