When updating the existing customize web auth bundle, does the new tar file overwrite the old one or I need to do something in controller to choose the new bundle instead of the old one.
We set this up years ago for passthrough, and everything was working fine. Now on all 90 of our 5508 and 5520 controllers, clicking the Accept button does nothing - it loops and displays the same login.html page again. I think there is something wrong with the scripting section of the login.html, but I can't figure it out. if we use the internal page (not the webauth bundle) everthing is fine. Do you know anything about the scripting section?
EPISD Splash Page function submitAction(){ var link = document.location.href; var searchString = "redirect="; var equalIndex = link.indexOf(searchString); var redirectUrl = ""; if (document.forms[0].action == "") { var url = window.location.href; var args = new Object(); var query = location.search.substring(1); var pairs = query.split("&"); for(var i=0;i= 0) { equalIndex += searchString.length; redirectUrl = ""; redirectUrl += link.substring(equalIndex); } if(redirectUrl.length > 255) redirectUrl = redirectUrl.substring(0,255); document.forms[0].redirect_url.value = redirectUrl; document.forms[0].buttonClicked.value = 4; document.forms[0].submit(); }
Public Access WiFi
The PUBLIC WiFi network is provided as a courtesy .
CAUTION! Traffic on this public WiFi network is unencrypted and potentially visible to all other users on this network.
By clicking the Accept button, you acknowledge that you agree to allow us to monitor your activity on this network in order to ensure the network's stability, availability and security, and to ensure compliance with all applicable Federal, State and local laws and policies.
Need some more info on the issue, if this Login page was working fine before then 'Login' page should not be the problem here. Hope there are no changes done on the setup between working condition and non working condition. Make sure the DNS is working as expected in all the locations, you can make the SSID open with out Webauth to to test the Internet is working fine. Also make sure the Virtual IP is not 1.1.1.1 as this IP is public for now Also make sure your are using the latest WebAuth bundle too, because i am assuming the WLC Code is also changed in your network(Just in case) I am not claiming this will resolve the issue, but you can give it a try
Webauth bundle available in Cisco software download portal. You have to choose your WLC model and you will get the option to download the webauth bundle for that platform.
Thank you so much for sharing your valuable knowledge and experience. Appreciate your efforts for making these videos. Keep up the fantastic work.
You can download from Cisco software download page. Go to the 5508 download page and opt for webauth bundle
Excellent videos Thank you!
When updating the existing customize web auth bundle, does the new tar file overwrite the old one or I need to do something in controller to choose the new bundle instead of the old one.
As per my understanding, the new bundle will overwrite the OLD file if the names of the files are same.
Do you know if it is available a webauth bundle for Mobility Express? Thanks.
I couldn't find any in CCO, looks like it's not available for Mobility Express will let you if i find any workarounds
We set this up years ago for passthrough, and everything was working fine. Now on all 90 of our 5508 and 5520 controllers, clicking the Accept button does nothing - it loops and displays the same login.html page again. I think there is something wrong with the scripting section of the login.html, but I can't figure it out. if we use the internal page (not the webauth bundle) everthing is fine.
Do you know anything about the scripting section?
EPISD Splash Page
function submitAction(){
var link = document.location.href;
var searchString = "redirect=";
var equalIndex = link.indexOf(searchString);
var redirectUrl = "";
if (document.forms[0].action == "") {
var url = window.location.href;
var args = new Object();
var query = location.search.substring(1);
var pairs = query.split("&");
for(var i=0;i= 0) {
equalIndex += searchString.length;
redirectUrl = "";
redirectUrl += link.substring(equalIndex);
}
if(redirectUrl.length > 255)
redirectUrl = redirectUrl.substring(0,255);
document.forms[0].redirect_url.value = redirectUrl;
document.forms[0].buttonClicked.value = 4;
document.forms[0].submit();
}
Public Access WiFi
The PUBLIC WiFi network is provided as a courtesy .
CAUTION! Traffic on this public WiFi network is unencrypted and potentially visible to all other users on this network.
By clicking the Accept button, you acknowledge that you agree to allow us to monitor your activity on this network in order to ensure the network's stability, availability and security, and to ensure compliance with all applicable Federal, State and local laws and policies.
Need some more info on the issue, if this Login page was working fine before then 'Login' page should not be the problem here. Hope there are no changes done on the setup between working condition and non working condition.
Make sure the DNS is working as expected in all the locations, you can make the SSID open with out Webauth to to test the Internet is working fine.
Also make sure the Virtual IP is not 1.1.1.1 as this IP is public for now
Also make sure your are using the latest WebAuth bundle too, because i am assuming the WLC Code is also changed in your network(Just in case)
I am not claiming this will resolve the issue, but you can give it a try
Please Add the link for downloading the zip
Webauth bundle available in Cisco software download portal. You have to choose your WLC model and you will get the option to download the webauth bundle for that platform.