WiFi 6 Network Security Switches Routers Cisco Meraki

2y ago
13 Views
2 Downloads
928.92 KB
13 Pages
Last View : 21d ago
Last Download : 3m ago
Upload by : Grady Mosby
Transcription

Authentication enables administrators to identify the users connecting toa wireless network. Authentication can be at the device level (blockingor allowing a MAC address) or at the user level (validating a usernameand password). Compared to user authentication, device authenticationis trivial (and insecure, since MAC addresses can be spoofed). Thiswhite paper focuses on robust, secure, and easy-to-implementtechniques for wireless user authentication. " !

Copyright 2009 Meraki, Inc. All rights reserved.TrademarksMeraki is a registered trademark of Meraki, Inc.www.meraki.com660 Alabama St.San Francisco, California 94110Phone: 1 415 632 5800Fax: 1 415 632 5899

( ( # ( ) /') (!# ,( * "# ) ( .) ) .) * ! /) /) , 0) , (# - 0) - (() . (( * (*

There are two methods for obtaining user credentials from a wirelessuser:1. Prompt the user for credentials on a splash page, or2. Obtain the credentials via 802.1x.Once the user credentials have been obtained, there are two ways tovalidate those credentials:1. Validate the credentials against a built-in user database (only forwireless users), or2. Validate the credentials against a central user database (e.g.,Active Directory or RADIUS). A splash page login is a web page that prompts a wireless user to enterhis credentials. When the user submits his credentials, the web serversends the credentials to the correct source for validation. Splash pagesare typically customizable for branding or message. For instance, asplash page may be a company welcome page, or a “home page” forannouncements by the IT team and news.

802.1x is an IEEE standard for authenticating a user who is trying toassociate to a wireless network. The standard utilizes the ExtensibleAuthentication Protocol (EAP), which provides a mechanism forestablishing a secure tunnel between participants involved in anauthentication exchange. Three roles are defined: Supplicant: The supplicant is the wireless client that is trying toassociate to the wireless network (i.e., the one beingauthenticated). Authenticator: The authenticator is the AP with which thewireless client is trying to associate. The AP takes the usercredentials from the client and forwards them to someone whocan validate them, (i.e., the authentication server). Authentication Server: The authentication server is the userdatabase that validates the wireless client’s credentials.During an authentication exchange, the supplicant (the wireless client)and the authentication server (e.g., RADIUS) communicate with eachother through the authenticator (the AP). The supplicant and theauthentication server first establish a protected tunnel (called the outerEAP method). Next, the supplicant sends its credentials to theauthentication server (via the inner EAP method).

There are different combinations of EAP methods, cipher suites, and keyexchange algorithms that can be used in an 802.1x exchange. Forinstance, PEAPv0/EAP-MSCHAPv2 is a method that is often deployed inwireless networks. (PEAPv0 is the outer EAP method, and EAPMSCHAPv2 is the inner EAP method.) Active Directory (AD) is a Microsoft software suite that provides, amongother services, a user database. An AD server can validate usercredentials using a protocol called RADIUS (Remote Authentication DialIn User Service). Microsoft’s RADIUS module is called Network PolicyServer, or NPS (it was formerly called Internet Authentication Service, orIAS.) When NPS runs on the AD server, the authenticator forwards usercredentials to the authentication server via RADIUS. The authenticationserver then accepts or rejects the user’s credentials.An AD server is useful for authenticating users who may connect wiredor wirelessly.

Should users be authenticated via a splash page login or 802.1x? Shoulduser credentials be validated against an AD server or a wireless-onlyuser database? The appropriate combination depends on therequirements and parameters of the wireless network and its users. Administrators will need to choose an authentication method supportedby the devices that will be connecting to the wireless network. Forinstance, a splash page login will be incompatible with devices that donot have web browsers (e.g., barcode scanners). These same devicesmay not even be able to perform 802.1x authentication. In this case,access to the wireless network should be controlled using an encryptionmethod, such as a WPA2-Personal pre-shared key (PSK). Because thispassphrase is shared, it should be rotated periodically to ensure thatunwanted devices that have obtained the passphrase do not retainaccess to the wireless network. Authentication has client-side configuration implications. Splash pagelogin requires the least amount of client-side work because the splashpage displays in the client’s browser. The splash page should be servedsecurely via HTTPS, so that the credentials are encrypted when sentback to the splash page’s web server. For splash page login,administrators should confirm that the splash page displays correctly inthe supported browsers, and that the wireless clients are able to validatethe server certificate of the splash page’s web server. (The wirelessclient validates the server certificate when it establishes the HTTPSconnection.)In contrast, 802.1x requires a substantial amount of client-sideconfiguration. If administrators control the software inventory of allwireless devices connecting to the network, it may be possible todistribute this client configuration (e.g., using AD). Otherwise, clientconfiguration for 802.1x is non-trivial. For this reason, 802.1x should notbe imposed upon visitors seeking guest access.

Authentication affects the user experience when users connect to thewireless network. Splash page login requires the user to enter ausername and password in the browser before the browser (or possiblyany other applications on the device) can access the Internet. Theadministrator configures how frequently the splash page is displayed. Ifthis is too frequent, the splash page becomes an annoyance; too rare,and users will forget their credentials the next time they are asked to login. If done correctly, however, the splash page can not only authenticatewireless users, but also can provide branding, advertising, orannouncements to wireless users.Unlike a splash login, 802.1x authentication can be completelytransparent to wireless users. Windows machines can be configured forsingle sign-on, such that the same credentials a user enters to log intohis machine are passed automatically to 802.1x for wirelessauthentication. The user is never prompted to re-enter his credentials.This transparency is less true for non-Windows devices such as Unixbased systems, however. Again, administrators must consider the devicedemographics in the network environment when selecting anauthentication method. A Virtual AP (VAP), also called a Service Set Identifier (SSID), is alogical wireless network that is advertised and supported by wirelessaccess points. In practice, it is the wireless network that a client device“discovers” when it probes for wireless connectivity. When a wirelessnetwork supports multiple VAPs simultaneously, wireless users canobtain different services, end user experiences, and policies from thesame access points (the physical network), depending on the VAP (thelogical network) to which they have connected.By configuring authentication settings on the correct VAP, administratorsensure that a given authentication method applies to the correctaudience. For instance, a guest VAP may have no authenticationsettings on it, while the employee VAP may be configured to authenticateusers via 802.1x against an AD server. EncryptionObtain credentialsviaValidatecredentials via OpenAES (802.1x)WPA2-PSKWPA2-PSKSplash pagelogin802.1xNoneNoneWirelessonly userdatabaseActiveDirectoryserverNoneNone

The user database validates user credentials either for the wirelessnetwork only, or for both wired and wireless users, depending on itsscope and placement in the network. The wireless-only user database isuseful for managing wireless users separately from wired users. Forinstance, a wireless-only user database is able to keep guest accountsseparate from employee accounts. In contrast, a single, centralized userdatabase enables employees to connect to the corporate networkregardless of whether they are wired or wireless. An AD server is commonly used as the centralized user database forboth wired and wireless user authentication. To handle incomingRADIUS requests for user authentication, the AD server must beconfigured as follows: Install server roles on the AD server (see Figure 1): Network Policy and Access Services Active Directory Certificate Services (AD CS): Only requiredfor 802.1x.Under the Network Policy and Access Services role: Install and configure the Network Policy Server (NPS) roleservice to offer RADIUS service. (See Figure 2.) Within NPS, configure Network Access Protection (NAP)with the IP addresses of the APs that will be contacting theAD server. This is done by creating a policy, then adding theIP addresses of the APs to that policy. Configure the User Groups and Machine Groups with thedomain and the EAP method that the server will negotiatewith the AP.Under the AD CS role (for 802.1x): Install and configure the Certification Authority (CA) roleservice. (See Figure 3.) Within CA, configure a server certificate that is appropriatefor the network (e.g. a self-signed certificate or a domainissued certificate). The important factor is to ensure thatwireless clients are able to validate the server certificate (i.e.no pop-up with a warning about an invalid or unrecognizedcertificate).

The wireless network must have connectivity to the RADIUSserver. With splash page login, the splash page’s web server(which plays the role of the authenticator) must have connectivityto the RADIUS server. With 802.1x, the APs need to be able toroute to the RADIUS server.Figure 1: Install the Network Policy and Access Services server role and(optionally, for 802.1x) the Active Directory Certificate Services (AD CS)role.Figure 2: Under the Network Policy and Access Services role, install theNetwork Policy Server role service.

Figure 3: Under the AD CS role, install the Certification Authority roleservice (for 802.1x). Administrators should monitor user authentication attempts to see who istrying to access the wireless network. With splash page login,authentication failures can be logged by the splash page’s web serverand/or the authentication server. With 802.1x, authentication failures canbe logged by the AP and/or the backend user database. Administrators should be able to manage user authentication easily—adding, modifying, and deleting user accounts; troubleshooting wirelessusers who are unable to authenticate successfully; and troubleshootingthe backend infrastructure (e.g., to ensure that the RADIUS server isconfigured correctly).Management of the wireless networks also impacts user authentication.If wireless networks have different authentication settings, a singlewireless user will require multiple wireless configurations to associatesuccessfully to all of the networks. If, instead, a single authenticationconfiguration were deployed to all of the wireless networks within anorganization, a wireless user would then be able to roam seamlesslyamong the networks. This latter scenario is highly beneficial toorganizations with many branch offices, and specifically to employeeswho roam between the offices. A centralized management solutionsignificantly lowers the challenges associated with distributing andenforcing a single authentication configuration to multiple wirelessnetworks.

The Meraki Cloud Controller is a hosted controller that providesadministrators with centralized management and monitoring of multiplewireless networks, without any hardware-based controllers on premises.

Meraki provides all of the user authentication options that administratorsrequire, and more. With Meraki, administrators achieve: Security by knowing who is accessing the wireless network. Flexibility that enables different kinds of devices (e.g. laptops,handhelds, etc.) and audiences (e.g. employees, students,guests, etc.) to connect. Ease of deployment with auto-configuring APs and a hostedcontroller.With high-performance hardware and the Meraki Cloud Controller,Meraki offers an affordable, future-proof wireless solution that can growwith the organization’s needs. For more information on how to offerwireless guest access with Meraki, please contact Meraki at meraki.com.

An AD server is commonly used as the centralized user database for both wired and wireless user authentication. To handle incoming RADIUS requests for user authentication, the AD server must be configured as follows: Install serve

Related Documents:

N450 WiFi Cable Modem Router (N450) 54 N600 WiFi Cable Modem Router (C3700) 55 AC1750 WiFi Cable Modem Router (C6300) 56 WiFi USB Adapters. AC1200 High Gain WiFi USB Adapter (AC1200) 58 AC600 WiFi USB Mini Adapter (A6100) 59 N600 WiFi USB Adapter (WNDA3100) 59 N300 WiFi USB Adapter (WNA3100) 60 N300 WiFi USB Mini Adapter (WNA3100M) 60 N150 WiFi USB Adapter (WNA1100) 61 N150 WiFi USB Micro .

Nighthawk —AC1900 WiFi Cable Modem Router For XFINITY Internet & Voice Data Sheet C7100V Get the fastest WiFi currently available on WiFi cable modem routers & enjoy a blazing-fast, lag-free WiFi experience for gaming, video streaming or surfing. Speed EXTREMELY FAST WIFI—Up to 1.9 Gpbs combined WiFi speed for extreme gaming and .

Nighthawk AC2100 Smart WiFi Router Data Sheet AC2100 Get the next-generation WiFi & enjoy a blazing-fast, lag-free WiFi experience for gaming, video streaming or surfing. Speed †BLAZING FAST WIFI—Up to 2100Mbps DUAL BAND GIGABIT WIFI—Next-generation WiFi now at Gigabit speeds

FLORIDA CAREER COLLEGE KINDLE SETUP 6 Connect to WiFi Select the first option. It will either say "Internet", "Wireless Bluetooth" or "WiFi" STEP 7 Connect to WiFi Select "WiFi" STEP 8 Connect to WiFi Select your "Home WiFi Network" STEP 9 If you do not have Wi-Fi at home, you can also connect to a mobile hotspot through

The N450 WiFi Cable Data Gateway might also be referred to as the N450 WiFi Cable Modem Router. Hardware Overview 8 AC1900, N900, and N450 WiFi Cable Data Gateways : Introduction: The cable data gateway provides you with an easy and secure way to set up a WiFi home network with fast access to the Internet over a cable network. It lets you block unsafe Internet content and applications and .

When you use AC10/AC10U for the first time, wireless devices connect the router's WiFi network using this WiFi password to set up internet access. After the router is connected to the internet, if this password is not changed, wireless devices (such as smart phones) connect the router's WiFi network using this WiFi password. Otherwise,

Product Guide 2018. . 1700V IGBT Modules Bi-directional Switches, Choppers, Dual Switches, Half Bridges and Single Switches 04 3300V IGBT Modules Choppers, Dual Switches, Half Bridges and Single Switches 05 4500V IGBT Modules Choppers, Single Switches 06 6500V IGBT Modules Choppers, Single switches 06 IGBT Press-pack 06 Custom IGBT Modules 07

Reboot the Raspberry Pi and the WiFi configuration page can be accessed. Add a new interface for the wireless network and set the firewall properly. The Raspberry Pi is a WiFi router now. When a USB WiFi adapter is connected via a USB port, it will appear asa new device in the WiFi configurati on page. Two adapters are needed, one