- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
07-29-2015 05:48 AM
Hi,
We are working on setting up an external acknowledge captive portal.
We have the iis web page configured and accessible but the IAP is not causing it to "splash" or prompt for acknowledgement.
in gui we setup
External Name : School Captive Portal
IP address : <web server ip>
URL : /
Captive Portal Failure : Deny Internet
Automatic URL whitelisting : Disabled
Auth Text: Welcome to the Guest Network
for url we also tried servername, no luck
I am guessing that we have a setting incorrectly set here.
Any thoughts on how to get the splash page to splash?
Have tried multiple systems and multiple browsers.
entering in ip address or server name and custom port allows devices to access the captive portal
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
07-29-2015 05:54 AM
Try doing this:
if you are adding a guest portal from CPPM then add the /guest/<pagename>.php as the URL
Victor Fabian
Lead Mobility Architect @WEI
AMFX | ACMX | ACDX | ACCX | CWAP | CWDP | CWNA
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: IAP External Captive Portal not prompting
Re: IAP External Captive Portal not prompting
07-29-2015 06:09 AM
Unfortunately, this is not connecting back to CPPM server.
Just and IIS page that uses:
1. Instant External Captive Portal with just "Accept" button: A user with "guest" as username and "guest" as password must be in the authentication server selected:
#<HTML> # <form method="POST" ACTION="http(s)://securelogin.arubanetworks.com/swarm.cgi"> ## hostname must match certificate COMMON NAME # <input type="hidden" name="user" value="guest"> # <input type="hidden" name="password" value="guest"> # <input type="submit" name="Accept" value="authenticate">
#</form>
#</HTML>
it also provides guest with terms of agreement and access to our full RUP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: IAP External Captive Portal not prompting
Re: IAP External Captive Portal not prompting
07-29-2015 06:13 AM
browsing to internal ip address: 192.168.20.XXX:8080
provides access to the web page.
as does:
Servername:8080
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: IAP External Captive Portal not prompting
Re: IAP External Captive Portal not prompting
07-29-2015 07:00 AM
While the CPPM doesnt directly apply - the example was the same.
After i wrote my reply - I recognized that I didnt have a URL and any URL appended to the ip address would throw off the access.
I removed URL (left blank) and success!
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator