Sugar Wrong Server Location User Name Or Password Please Try Again

A user of Outlook can experience the issue of being prompted to re-enter their email account password with the dialog box below. The user would want to enter the correct password in the Password: field for the specified account then check the box for Save this password in your password list. Please be sure to answer the question. Provide details and share your research! But avoid Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers. Try resetting your password. If you get the error, “The provided email address could not be matched to an account on file,” try a different email address. To learn how to reset a forgotten password or change your existing password, see Reset or change your Adobe password.

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.

Prerequisites

Requirements

Cisco recommends that you have knowledge of these topics:

  • HTML and CSS.
  • 9800 WLC configuration guide.

Components Used

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


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

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

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.

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

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

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.

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.

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

  • IP Server: 208.91.197.39 (See full)
  • Location: British Virgin Islands (See map)
  • Registed: 2001-02-07 (20 years, 187 days)
  • Ping: 17 ms
  • HostName: 208.91.197.39
  • DNS Server: dns101.register.com, dns102.register.com
  • Verify Email AddressTool
  • Find email addressesTool
  • Port Scanner ToolTool
  • Ping IP/ Website OnlineTool
  • Websites on the same IPTool
  • Suggest Keywords ToolTool
  • Website Error CheckerTool
  • Domain Search ExtensionsTool
  • Search Related KeywordsTool
  • Hostname: 208.91.197.39
  • Country: British Virgin Islands
  • Latitude: 18.5
  • Longitude: -64.5
  • Email Abuse: No Emails

Analyzing...

Analyzing...

Port Scanner (IP: 208.91.197.39)

› Ssh: 22
› Smtp: 25
› Http: 80

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

› Portmapper, rpcbind: 111
› Netbios: 139
› Ldap: 389
› SMB directly over IP: 445
› IIS, NFS, or listener RFS remote_file_sharing: 1025
› Sql server: 1433
› My sql: 3306
› Session Initiation Protocol (SIP): 5060
› X Window server: 6001

Top Keywords Suggestions

› Jw-archive.org
› Archangel michael jw

Top 10 related websites

Log In - Sign In

Enter Username. User Account. Password. Show Password. Caps Lock is on. Incorrect username or password. Please try again. Keep me logged in. Only select this on a private device.

DA: 14PA: 5MOZ Rank: 19

Jw-arch.com

Feb 07, 2001 · Jw-arch.com. Feb 07, 2001 · Jw-arch.com IP Server: 208.91.197.39, HostName: 208.91.197.39, DNS Server: dns101.register.com, dns102.register.com

DA: 21PA: 13MOZ Rank: 35

JW.ORG - Sign In

Enter Username. User Account. Password. Show Password. Caps Lock is on. Incorrect username or password. Please try again. Keep me logged in. Only select this on a private device.

DA: 18PA: 18MOZ Rank: 21

Contact Jehovah’s Witnesses - JW.ORG

Jehovah’s Witnesses. 900 Red Mills Road. WALLKILL NY 12589-3223. UNITED STATES. +1 845-744-6000. Office Hours. Monday to Friday.

DA: 10PA: 31MOZ Rank: 44

Jehovah’s Witnesses—Official Website: jw.org

We do our best to imitate Jesus Christ and are proud to be called Christians. Each of us regularly spends time helping people learn about the Bible and God’s Kingdom. Because we witness, or talk, about Jehovah God and his Kingdom, we are known as Jehovah’s Witnesses. Explore our site. Read the Bible online. Learn more about us and our beliefs.

DA: 10PA: 4MOZ Rank: 18

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

Log In :: Home :: Jehovah’s Witnesses - JW.ORG

Remember me. Create New Account | Trouble Logging In? Only select this on a private device.

DA: 9PA: 14MOZ Rank: 28

JW.ORG - Watchtower ONLINE LIBRARY

ONLINE LIBRARY. Welcome. This is a research tool for publications in various languages produced by Jehovah's Witnesses. For publication downloads, please visit jw.org. Announcement. New languages available: Algonquin, Zazaki (Northern) Today. Thursday, July 15. The joy of Jehovah is your strength.

DA: 10PA: 10MOZ Rank: 17

Xfinity

We would like to show you a description here but the site won’t allow us.

DA: 14PA: 14MOZ Rank: 22

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

Sugar Wrong Server Location User Name Or Password Please Try Again

Builder Assistant

Enter Username. User Account. Password. Show Password. Caps Lock is on. Incorrect username or password. Please try again. Keep me logged in. Only select this on a private device.

DA: 9PA: 9MOZ Rank: 18

google mail

We would like to show you a description here but the site won’t allow us.

DA: 15PA: 10MOZ Rank: 34

Recently Analyzed

› Calvarypella.org(0 seconds ago) / US

› Bankoftampa.biz(1 seconds ago) / VG

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

› Repecho.com(1 seconds ago) / US

› Simplestuffworks.com(2 seconds ago) / IE

› Sharpencx.com(3 seconds ago) / US

› Maznekseptic.com(5 seconds ago) / US


Top