Alcatel Omnivista 2500 external captive portal post

Post Reply
cbevilaqua
Member
Posts: 1
Joined: 11 Sep 2019 13:59

Alcatel Omnivista 2500 external captive portal post

Post by cbevilaqua »

Hello,

We have an external captive portal/radius system and i'm in doubt about what's the address to which i have to POST the username/password for authentication.

The user is redirected to the captive portal with the following URL parameters:
?clientmac=24:a0:74:ea:c2:48&clientip=192.168.4.198&ssid=zooxwifi_alcatel&switchmac=dc:08:56:00:84:e0&switchip=192.168.4.227&url=http://fc.com/

I tried to make the POST request to 1.1.1.1/login address, with resolved to the AP and it worked OK, but for some of our customers this is not working (their browser shows a ERR_CONNECTION_REFUSED)
Is there any other suitable URL for the credentials POST request?

My POST request HTML is, as follows:
<body>
    <form method=POST name="frmLogin" action="http://1.1.1.1/login">
        <input type="hidden" name="user" value="usernamexxxx">
        <input type="hidden" name="password" value="passwordxxx">
        <input type="hidden" name="url" value="https://google.com">
     </form>
</body>
I'm using Alcatel Omnivista 2500 and a Alcatel OAW-AP1101 for test.

Thanks!
Best regards,
Cristiano
pobboy89209
Member
Posts: 5
Joined: 13 Aug 2016 19:48

Re: Alcatel Omnivista 2500 external captive portal post

Post by pobboy89209 »

I am struggling with this issue now.

I am trying to use External CaptivePortal & External Radius in OV2500 NMS 4.6R1.

I am not able to configure External CaptivePortal Page Post.

did you solve it
Post Reply

Return to “OmniVista 2500 v4.x”