Sugar Wrong Server Location User Name Or Password Please Try Again

  1. Sugar Wrong Server Location User Name Or Password Please Try Again Sign
  2. Sugar Wrong Server Location User Name Or Password Please Try Again Get
  3. Sugar Wrong Server Location User Name Or Password Please Try Again Free

Introduction

This document describes how to create a custom web authentication portal for the Catalyst 9800 Wireless Controller (9800 WLC) series. The source code is easy to edit and has a responsive WEB design, compatible with modern web browsers on computers and mobile devices.

Step (1): At first, open Windows 10 Settings by pressing Windows + I keys together. Now go to System Apps & Features Netflix. Step (2): Next, click on the Advanced Options which is located in the Netflix app section. Step (3): Now from the Netflix app settings window, click on the Reset button which will reset Netflix app on your Windows 10. An example listed as a good password. A password that contains personal information (name, birth date, etc.). Words or acronyms that can be found in a dictionary. Keyboard patterns (QWERTY) or sequential numbers (1234). All numbers, all uppercase letters, or all lowercase letters. Repeating characters (aaa111). Special characters not allowed. Get answers to everything Optimum! Pay your bill, find free WiFi, check your email, set up your voicemail, program your DVR and more! 2017, Windows 7 with Ubuntu 17. This config is when you don't need security or password prompt, so it's for your internal private net or for your virtual pc ( virtualbox, vmware, etc). Example with user 'david'. Sudo apt install samba. Sudo nano /etc/samba/smb.conf.

Prerequisites

Requirements

Cisco recommends that you have knowledge of these topics:

  • HTML and CSS.
  • 9800 WLC configuration guide.

Components Used

Sugar wrong server location user name or password please try again free

The information in this document is based on this software and hardware version:

  • Cisco Catalyst 9800 Wireless Controller series, IOS-XE Gibraltar v16.12.1s.
  • WEB authentication portal source code (see the attached file).

The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, ensure that you understand the potential impact of any command.

Configure

The files that compose the custom web authentication portal are:

  • login.html
  • bootstrap.min.css
  • Jquery.min.js
  • style.css
  • animate.css
  • web_auth_logo.png

Only the below files would need edit:

  • login.html
  • style.css
  • web_auth_logo.png

This is the source code for the web authentication portal (login.html)

Note: Read the code carefully, it has HTML comments that explain the structure of the web authentication portal.

In order to change the page title edit this section:

In order to change the company logo edit the img tag, use a .png or .svg image. To adjust the size of your logo change the width and height parameters.

Note: .svg images with transparent background are recommended for a better look and feel.

In order to change page title background color, create your own class on the style.css file and replace bg-dark with your custom class:

In order to change the background and text color of the page change the bg class:

Here are the available classes, note that the background and text color change accordingly:

bgbg2bg3
bg4bg5bg6


Sugar wrong server location user name or password please try again sign

If you want to use an image as background or a different color on the style.css file, edit the CSS class bg-img and use it.

Caution: The background image can not look properly on mobile devices because of its size and the text can be difficult to read due to the image colors.

The use of an image as the background looks like the next image:

The class bg5 looks like the next image:

The class bg6 looks like the next image:

In order to change the page content with your own terms and conditions edit the below section:

In order to level up the authentication portal, you can add animations without complexity just edit the animation-name after the animated class, on this example, it is used two animations. In order to see the available animations, visit animate.css:

This is the final look of the custom web authentication portal with animations, select on the Result tab in order to see a live example.

Tip: You can easily edit the background colors and fonts as you want, just create a new class on the style.css file and use it.

Upload The Custom Web Authentication Portal to the 9800 WLC

You must have the below files on your project folder:

Upload the files one by one via TFTP or FTP via CLI to the 9800 bootflash: with the command:

In order to configure the custom web authentication portal, follow the Cisco Catalyst 9800 Series Wireless Controller Software Configuration Guide

Verify

On your computer open the login.html file with a web browser and confirm that the animations and content is correct.

Troubleshoot

Please

Ensure that all the files are not on subfolders when you upload them on the 9800 WLC and do not have a different name.

Configuring Local WebAuth with Custom Pages using the WebAuth Bundle on 9800 17.3.1 code

This section covers a step-by-step process on how to install and configure Custom WebAuth Bundle in Cat 9800.

1. Download the Wireless LAN Controller Web Authentication Bundle (WLC_WEBAUTH_BUNDLE_1.0.zip) from Cisco.com:
https://software.cisco.com/download/home/286316412/type/282791507/release/16.10.1

Note: The bundle is the same for all 9800 controllers. For example, you can download the file from the 9800-40 and use it for 9800-L or virtual 9800-CL

2. For customizing the bundle, unzip the bundle to a folder. Open each HTML file that needs to be edited as explained above, and you can upload the logo along with it. The file names are not important, you can call them anything you want.


After this step, delete the login.tar file because we would need to generate a new one.


Select all the files and right mouse click and select 7-Zip (assuming you have the free 7-Zip program installed or similar program) and choose to Add to archive…

Give it any name and choose tar as the Archive format:

3. Then navigate to the 9800


Administration > Management > Backup & Restore > change the file type to Web Auth Bundle and upload just the customized .tar file

Sugar Wrong Server Location User Name Or Password Please Try Again Sign

By default, the 9800 will create a folder inside the bootflash: and will call it whatever you called your .tar file and all the files will be in that folder:

If you have HA setup then you need to run 17.3 code (or future releases) because of this enhancement bug:

CSCvr05309 : copy webauth tar bundle to standby bootflash also incase of HA setup

To check on both HA (Active and Standby), assuming a file called customized.tar was uploaded

9800-1#show bootflash: | s customized
9800-1#show stby-bootflash: | s customized

Note: The files that have been uploaded manually will not be synced to the HA Standby.

Note: You do not need success.html file to make custom webauth work, but if you need that, you can simply create one and add it to the .tar file and upload that tar file to the 9800 WLC

Sugar Wrong Server Location User Name Or Password Please Try Again Get

Sugar wrong server location user name or password please try again sign

4. Edit the WebAuth Global Parameter Map and set a virtual IP address. The omission of the virtual IP address may cause images not to display properly at the portal page.

Note: Once the virtual IP address is set, wireless clients display the website warning on the browser because the controller's virtual interface sends the URL via HTTPS and is not trusted due to the absence of a signed certificate attached to it. In such case, follow the procedure to generate a CSR and install a valid certificate.

Only if HTTPS is not required, these two commands can be run in order for the URL to be sent via HTTP only:

5. Next step is to create a new Parameter Map. Navigate from 9800 GUI>>Security>>Web-Auth>>Add

Once created, click on the parameter map name to edit:

Checking “Disable Success Window” is to disable the 9800 default success page and not the success.html. If using both, the guest will see dual success pages, one from the 9800 “default success page” and the other from the custom success.html.

Please

Even if you disable all success pages (Disable Success Window and no success.html used) the mobile devices will see the success page like below while PCs will see it for a second and will go away.

Example from iPhone:

If you click on the blue icon beside any page, the 9800 will try to load that and you can choose the pages as below

6. Next step is to tag the parameter map to the WLAN (Cat9800 GUI>>Tags and Profiles>>WLAN). In this example, the WLAN authenticates the guests from local 9800 guest accounts first and then from ISE (RADIUS Server).

Note: AAA and pre-auth ACL configurations can optionally be added in this step.

Sample config for ISE or any RADIUS Server:
radius server ISE
address ipv4 x.x.x.x auth-port 1812 acct-port 1813
timeout 5
retransmit 3
automate-tester username dummy probe-on
key XXXXXXXXXXX
exit
aaa group server radius RADIUS-GROUP
server name ISE
exit
aaa authentication dot1x ISE-Method group RADIUS-GROUP
aaa authorization network ISE-Method group RADIUS-GROUP
aaa accounting identity default start-stop group RADIUS-GROUP
aaa authentication webauth default local group RADIUS-GROUP
end

Note: As evident from the last CLI command, local user authentication check happens first then ISE/RADIUS. You can limit the authentication to local only or to ISE/RADIUS only or leave it as above for both, meaning the user, in this case, will be checked locally first then if it’s not there then will be checked against RADIUS.

Sugar Wrong Server Location User Name Or Password Please Try Again Free

To add local guest users, navigate to Configuration>>Security>>Guest User