CINXE.COM

UNLV Wifi

<!DOCTYPE html> <html lang="en"> <head> <title>UNLV Wifi</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <link rel="stylesheet" href="css/bootstrap.min.css"> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/angular.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { var target = document.location.hash.replace("#", ""); if (target.length) { if(target=="eduroaminstructions"){ $('#eduroamModal').modal('show'); } else if(target=="sponsoredinstructions"){ $('#guestModal').modal('show'); } } }); </script> <style> #mainJumbotron { background-color: #b71717; padding-top: 25px; padding-bottom: 25px; } #jtContainer{ margin-left: 10px; } #unlvLogo { max-height: 50px; } #maintJumbotron { background-color: #ffbe00; margin-bottom: 0px; } .banner { background-color: #b71717; padding-bottom: 25px; padding-top: 25px; width: 100vw; } .banner-container { width: 100vw; position: relative; padding-right: 0px; padding-left: 0px; } .footer-nav { background-color: #50565a; padding-bottom: 25px; padding-top: 25px; width: 100vw; } .footer-container { width: 100vw; position: relative; padding-right: 0px; padding-left: 0px; } .navbar-inverse { background-color: #50565a; } .vertical-center { display: block; min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ padding-top: 5%; padding-bottom: 5%; } .panel { box-shadow:0 5px 5px rgba(0,0,0,.05); } .panel-heading { text-align: center; } .panel-body { min-height: 415px; } .btncntr { margin: 0 auto; text-align: center; } .btn { margin: 7px; background-color: #b71b1b; font-size: 18px; } .panel-eduroam { border-color: #b71b1b; } .panel-eduroam .panel-heading { color: #FFFFFF; background-color: #b71b1b; border-color: #b71b1b; } .panel-eduroam .btn-instructions { background-color: inherit; color: inherit; border-color: transparent; } .btnconnect{ padding:0; } .panel-guest { border-color: #d8d8d8; } .panel-guest .panel-heading { color: #000000; background-color: #d8d8d8; border-color: #d8d8d8; } .panel-guest .btn { color: #FFFFFF; background-color: #666666; border-color: #666666; } .impLink { color:#b10202; text-align:left; font-size: 16px; text-decoration: underline; } .modal-content p { font-size: 18px; } #wifiservices { font-size:14px; font-weight: bold; } .itLink { color:#b10202; text-align:left; text-decoration: underline; } </style> </head> <body ng-app="wifiApp" ng-controller="wifiController"> <!-- Maintenence header --> <!--<div id="maintJumbotron" style="padding:0px; padding:0px;" class="jumbotron fixed-top"> <div id="unknown" class="container text-center"> <h2>Eduroam enrollment will be unavailable between 9:00 PM and 11:00 PM on Thursday, September 23rd</h2> </div> </div> --> <!-- Stuff is broken header --> <!--<div id="maintJumbotron" style="padding:0px; padding:0px;" class="jumbotron fixed-top"> <div id="unknown" class="container text-center"> <h2>Eduroam enrollment is currently unavailable. Network engineers are working to resolve the issue as qucikly as possible. Please visit <a href='http://status.unlv.edu'> status.unlv.edu </a> for updates.</h2> </div> </div>--> <!-- Main header for website --> <div id="mainJumbotron" class="jumbotron fixed-top"> <div id="jtContainer" class="container"> <img id="unlvLogo" class="img img-responsive" src="img/UNLV-Reverse.png"> </div> </div> <div class="container vertical-center"> <!-- Eduroam Panel --> <div class="row"> <div class="col-sm-6"> <div class="panel panel-eduroam"> <div class="panel-heading"><h2>Students, Faculty & Staff</h2></div> <div class="panel-body"> <h4><b>Get connected to eduroam for fast, easy access with your ACE account.</b></h4> <ul> <li>Available 24/7</li> <li>High-Speed Access</li> <li>Set up Once Every 12 Months</li> <li>Secured Connection</li> </ul> <div class="btncntr row"> <div class="col-xs-4 col-sm-4 col-md-6 col-md-push-6 btnconnect"> <!--<button type="button" class="btn btn-instructions" data-toggle="modal" data-target="#eduroamModal">Eduroam Instructions</button> --> <!-- During periods of maintenance, comment out the link and uncomment the unavailable button--> <a href="https://cloud.securew2.com/public/08514/eduroam/?" class="btn btn-danger" role="button">Connect to eduroam</a> <!--<button class="btn btn-lg disabled">Unavailable</button>--> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-md-pull-6 impLink"> <br /> <p><a href="https://help.unlv.edu/TDClient/33/IT-Support-Portal/KB/ArticleDet?ID=708" class="impLink">eduroam Instructions</a></p> </div> </div> <hr> <div> <p><b>ACE Account Help</b></p> <p>Set up your account, change your password, and more.</p> <p><a href="https://ace.unlv.edu" class="impLink">ACE Account Help</a></p> </div> </div> </div> </div> <!-- Guest Panel --> <div class="col-sm-6"> <div class="panel panel-guest"> <div class="panel-heading"><h2>Guests & Campus Visitors</h2></div> <div class="panel-body"> <h5> Don't have an ACE account? Campus visitors can connect to UNLV-Sponsored with a guest account.</h5> <p><b> 3 Day Guest Access</b></p> <ul> <li>Limited Download Speed</li> <li>Secured Connection</li> <li>Available 24/7</li> </ul> <div class="btncntr row"> <div class="col-xs-4 col-sm-4 col-md-6 col-md-push-6 btnconnect"> <!--During periods of maintenance, comment out the link and uncomment the unavailable button--> <a href="https://unlv-guest.securew2.com/guest/WorkflowManager?workflow=securepartner" class="btn btn-danger" role="button">Create an Account</a> <!--<button class="btn btn-lg disabled">Unavailable</button>--> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-md-pull-6 impLink"> <br /> <p><a href="https://help.unlv.edu/TDClient/33/IT-Support-Portal/KB/ArticleDet?ID=711" class="impLink">UNLV-Sponsored Instructions</a></p> </div> </div> <hr> <div> <p><b> Sponsored Access</b><p> <p> After you have received your username and password, select the UNLV-Sponsored network in your wifi settings.</p> </div> </div> </div> </div> </div> <div class="row"> <p id="wifiservices" class="text-center">Read more on <a href="https://www.it.unlv.edu/unlv-wireless" class="itLink">Campus Wireless Services</a></p> </br> </div> </div> <!-- Footer --> <div class="container footer-nav"> <nav id="bottomFooter" class="navbar navbar-inverse navbar-fixed-bottom robText" role="navigation"> <br /> <div class="text-center" style="color: white;"> Office of Information Technology <br /> For assistance call: 702-895-0777 </div> <br /> </nav> </div> <!-- eduroam Instructions Modal --> <div class="modal fade" id="eduroamModal" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h2>Select your Operating System</h2> <div class="form-group"> <select class="select form-control" id="osSelect" ng-model="os"> <option value="linux">Linux</option> <option value="mac">Mac OS</option> <option value="windows">Windows</option> <option value="ios">iOS</option> <option value="android">Android</option> </select> </div> </div> <div class="modal-body"> <div ng-show="os != ''"> <h3>To connect to the eduroam network you must have an active <a href="https://ace.unlv.edu" target="_blank">ACE account</a>. Follow these steps to configure the eduroam network on your device:</h3> <br /> <br /> <div ng-show="os == 'windows'"> <div class="well"> <p>1. From the device that you are trying to configure, connect to the <b>UNLV-WiFi Wi-Fi network</b> (available from on campus only) or navigate directly to <b>wifi.unlv.edu</b> (available from on or off campus).</p> <p>2. Click <b>Configure Device.</b></p> <p>3. In the <b>Select your device list</b>, check that your version of <b>Windows</b> is selected.</p> <br /> <img class="img img-responsive thumbnail zoom" src="windowsScreenShots/1.png"> <br /> <p>4. Click <b>JoinNow</b>.</p> <br /> <img class="img img-responsive thumbnail zoom" src="windowsScreenShots/2.png"> <br /> <p>5. Download the setup file when prompted.</p> <p>6. Go to your Downloads and click <b>UNLV_eduroam_Configuration.exe</b> to open the installer.</p> <br /> <img class="img img-responsive thumbnail zoom" src="windowsScreenShots/3.png"> <br /> <p>7. If a security warning pops up, press <b>Yes</b> or <b>Run</b> to run the application.</p> <p>8. Enter your ACE account username and password in the new window and click <b>Next</b>.</p> <br /> <img class="img img-responsive thumbnail zoom" src="windowsScreenShots/4.png"> <br /> <p>9. Once you see the progress message “Joined” press <b>Done</b> to close the program.</p> <br /> <img class="img img-responsive thumbnail zoom" src="windowsScreenShots/5.png"> <br /> <p>You should now be connected to eduroam. You can verify your connection in your Wi-Fi settings.</p> </div> </div> <div ng-show="os == 'linux'"> <div class="well"> <p>1. From the device that you are trying to configure, connect to the <b>UNLV-WiFi Wi-Fi network</b> (available from on campus only) or navigate directly to <b>wifi.unlv.edu</b> (available from on or off campus).</p> <p>2. Click <b>Configure Device.</b></p> <p>3. In the <b><b>Select your device list</b></b>, check that <b>Linux</b> is selected.</p> <br /> <img class="img img-responsive thumbnail zoom" src="linuxScreenShots/1.png"> <br /> <p>4. Click <b>JoinNow</b>.</p> <br /> <img class="img img-responsive thumbnail zoom" src="linuxScreenShots/2.png"> <br /> <p>5. When prompted, save the setup file.</p> <p>6. Open Terminal and type these commands:</p> <pre><code>cd Downloads sh SecureW2_JoinNow.run</code></pre> <p>7. When prompted, enter your ACE account username and password.</p> <p>8. Once the script is complete, close Terminal.</p> <br /> <img class="img img-responsive thumbnail zoom" src="linuxScreenShots/3.png"> <br /> <p>9. Confirm connection to eduroam network by clicking the Wi-Fi icon in the system tray</p> <br /> <img class="img img-responsive thumbnail zoom" src="linuxScreenShots/4.png"> </div> </div> <div ng-show="os == 'mac'"> <div class="well"> <p>This guide is designed for MacOS Catalina and later. If you are on an older version of MacOS some instructions will vary. Follow the in-application instructions and contact the <a href='https://www.it.unlv.edu/it-help-desk'> IT Help Desk </a> if you require assistance.</p> <br /> <p>1. From the device that you are trying to configure, connect to the <b>UNLV-WiFi network</b> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/1.png"> <br /> If you are enrolling from off-campus navigate directly to <b>wifi.unlv.edu</b> in a web browser and skip to step 3</p> <br /> <p>2. A window will open automatically asking you to accept the UNLV-WiFi terms of service. Click <b>Continue</b></p> <img class="img img-responsive thumbnail zoom" src="macScreenShots/2.png"> <br /> <p>3. Select <b>Connect to eduroam</b></p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/3.png"> <br /> <p>4. The system may prompt you to open the link in your default web browser. If so, click <b>Allow</b></p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/4.png"> <br /> <p>5. On the <b>Select your device list</b>, ensure that the correct version of <b>MacOS</b> is selected.</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/5.png"> <br /> <p>6. Click <b>Join Now</b>. The program file <b>UNLV_eduroam_Configuration.dmg</b> will download</p> <br /> <p>7. Double click the <b>UNLV_eduroam_Configuration.dmg</b> file in your Downloads folder. In the window that opens double click the <b>UNLV_eduroam_Configuration</b> file</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/6.png"> <br /> <p>8. If prompted, click <b>Open</b> to allow the application to launch</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/7.png"> <br /> <p>9. When prompted, enter your ACE account username and password and press <b>Next</b></p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/8.png"> <br /> <p>10. If prompted, enter a computer administrators username and password to allow the program to make changes</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/9.png"> <br /> <p>11. The application will describe the process of installing a system profile. Thoroughly read the message and click <b>next</b> when you are ready to proceed</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/10.png"> <br /> <p>12. The profile will be automatically downloaded and the Profiles menu will open. Click <b>Install...</b> in the upper right corner to continue</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/11.png"> <br /> <p>13. The system will ask for confirmation that you wish to install the profile. Click <b>Install</b> to proceed</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/12.png"> <br /> <p>14. The system will prompt you to authenticate. Use <b>Touch ID</b> or <b>enter your computer password</b></p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/13.png"> <br /> <p>15. The application will request access to your keychain. Enter your computer password and click <b>Always Allow</b>. Note: If you select "Allow" instead of <b>Always Allow</b> you will be prompted for your computer password every time you connect to eduroam. It is <b>highly recommended</b> that you click <b>Always Allow</b></p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/14.png"> <br /> <p>16. Once you see the progress message “Joined...” press <b>Done</b> to close the program.</p> <br /> <img class="img img-responsive thumbnail zoom" src="macScreenShots/15.png"> <br /> <p>You should now be connected to the eduroam network. You can verify that you are connected to the eduroam network by clicking on the Wi-Fi menu in the menu bar. </p> </div> </div> <div ng-show="os == 'ios'"> <div class="well"> <p>This guide is designed for iOS 14 and later. If you are using an older version of iOS some instructions will vary. Follow the in-application instructions and contact the <a href='https://www.it.unlv.edu/it-help-desk'> IT Help Desk </a> if you require assistance.</p> <br/> <p>If you are enrolling from off-campus navigate directly to <a href="wifi.unlv.edu"> wifi.unlv.edu</a> in a web browser and skip to step 4.</p> <br/> <p>1. Open the <b>Settings</b> application and select <b>Wi-Fi</b></p> <p>2. Select <b>UNLV-WiFi</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/1.png"> <br /> <p>3. A window will open automatically asking you to accept the UNLV-WiFi terms of service. Click <b>Continue</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/2.png"> <br /> <p>4. Select <b>Connect to eduroam</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/3.png"> <br /> <p>5. The system may request to open the link in your default web browser. Select <b>Open</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/4.jpg"> <br /> <p>6. Enter your ACE username and password and select <b>JoinNow</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/5.png"> <br /> <p>7. The system will request permission to install a system profile. Select <b>Allow</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/6.png"> <br /> <p>8. You may be asked to select which device you wish to install the system profile on. Select whichever device is appropriate. Note: You can enroll additional devices at a later time by following this process again.</p> <br /> <img class="img img-responsive" src="iosScreenShots/7.jpg"> <br /> <p>10. The system will confirm that a profile has been downloaded. Select <b>Close</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/8.png"> <br /> <p>11. Open the <b>Settings</b> application. Near the top there should be a new entry for <b>Profile Downloaded</b> Select <b>Profile Downloaded</b></p> <br /> <img class="img img-responsive" src="iosScreenShots/9.jpg"> <br /> <p>12. The system will present the configuration profile details. Select <b>Install</b> in the top right corner to proceed</p> <br /> <img class="img img-responsive" src="iosScreenShots/10.png"> <br /> <p>13. The system will prompt for your passcode. Enter your passcode and select <b>Done</b> in the top right corner</p> <br /> <img class="img img-responsive" src="iosScreenShots/11.jpg"> <br /> <p>14. The system will warn you that a new certificate authority will be installed. Select <b>Install</b> in the top right corner to continue</p> <br /> <img class="img img-responsive" src="iosScreenShots/12.png"> <br /> <p>15. The system will ask you to confirm the instalation. Select <b>Install</b> to proceed</p> <br /> <img class="img img-responsive" src="iosScreenShots/13.png"> <br /> <p>16. The system will return to the profile installation menu. "Enrolling Certificate" will briefly be seen at the top of the menu</p> <br /> <img class="img img-responsive" src="iosScreenShots/14.png"> <br /> <p>17. Once the profile installation completes select <b>Done</b> in the top right corner</p> <br /> <img class="img img-responsive" src="iosScreenShots/15.jpg"> <br /> <p>You should now be connected to eduroam. You can verify your connection in your Wi-Fi settings. If a check mark appears next to eduroam, your device is connected.</p> <br /> </div> </div> <div ng-show="os == 'android'"> <div class="well"> <p>Android enrollment varies significantly depending on your hardware manufacturer and Android version. These instrutions may not be applicable to all devices. Follow the on-screen instructions and see the <a href="https://cloud.securew2.com/public/guides/android/"> Securew2 android troubleshooting page</a> for tips. Contact the <a href='https://www.it.unlv.edu/it-help-desk'> IT Help Desk </a> if you require assistance. <p>If you are enrolling from off-campus navigate directly to <a href="wifi.unlv.edu"> wifi.unlv.edu</a> in a web browser and skip to step 4.</p> <p>1. From the device that you are trying to configure, connect to the <b>UNLV-WiFi</b> network. <br /> <img class="img img-responsive" src="androidScreenShots/1.jpg"> <p>2. A notification prompting you to <b>sign in to the Wi-Fi network</b> should appear. Tap the notification to proceed. Note: If a notification does not appear open a web broswer and navigate to <a href="http://wifi.unlv.edu"> wifi.unlv.edu </a></p> <br /> <img class="img img-responsive" src="androidScreenShots/2.jpg"> <br /> <p>3. You will be asked to accept the UNLV-WiFi terms of service. Click <b>Continue</b></p> <br /> <img class="img img-responsive" src="androidScreenShots/3.jpg"> <br /> <p>4. Select <b>Connect to eduroam</b></p> <br /> <img class="img img-responsive" src="androidScreenShots/4.jpg"> <br /> <p>5. Select <b>Download</b>. The google play store will open. Select <b>Install</b> and complete the process of installing the SecureW2 App from the Google Play Store</p> <br /> <img class="img img-responsive" src="androidScreenShots/5.jpg"> <img class="img img-responsive" src="androidScreenShots/6.jpg"> <br /> <p>6. Return to your web browser and select <b>JoinNow</b> <br /> <img class="img img-responsive" src="androidScreenShots/5.jpg"> <br /> <p>7. Enter your ACE username and password then select <b>Continue</b> <br /> <img class="img img-responsive" src="androidScreenShots/7.jpg"> <p>8. The application will issue and install the certificate. A notification will appear asking if you would like to connect to Wi-Fi networks suggested by JoinNow MultiOS. Select <b>yes. Do not decline or dismiss this notification or you will be forced to reconfigure your device</b>. Note: On Android 10 this notification may take several minutes to appear due to an Android bug confirmed by Google. If the notification does not appear see <a href="https://securew2.com/securew2-apps/securew2-android-10-and-11-connectivity-issues">this page</a> for troubleshooting tips. <br /> <img class="img img-responsive" src="androidScreenShots/8.jpg"> <p>9. Your device should now be connected to eduroam. You can verify your connection in your Wi-Fi settings.</p> <br /> <img class="img img-responsive" src="androidScreenShots/10.jpg"> <br /> </div> </div> </div> </div> </div> </div> </div> <!-- guest Instructions Modal --> <div class="modal fade" id="guestModal" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h2> UNLV-Sponsored Connection Instructions </h2> </div> <div class="modal-body"> <h3>Step 1: Obtain UNLV-Sponsored Credentials</h3> <div class="well"> <p><i>If you have been provided credentials, skip to Step 2</i></p> <p>1. Click on <b>Create an Account</b></p> <p>2. Select <b>UNLV-Sponsored Account Creation</b></p> <p>3. Enter your <b>First Name, Last Name, valid email, and CAPTCHA</b></p> <p>4. Retrieve your credentials from your email</p> </div> <h3>Step 2: Connect to UNLV-Sponsored</h3> <h5>Select your Operating System</h5> <div class="form-group"> <select class="select form-control" id="osSelect" ng-model="os"> <option value="linux">Linux</option> <option value="mac">Mac OS</option> <option value="windows">Windows</option> <option value="ios">iOS 14</option> <option value="android">Android</option> <option value="generic">Generic Settings </option> </select> </div> <div ng-show="os != ''"> <div ng-show="os == 'generic'"> <div class="well"> <p>Username: Your UNLV-Sponsored username</p> <p>Password: Your UNLV-Sponsored password</p> <p>Network Name (SSID): UNLV-Sponsored</p> <p>Network Authentication: WPA2 or WPA2-Enterprise </p> <p>Encryption Type: AES </p> <p>EAP Type or Network Authentication Method: PEAP (MS-Chap v2) or GTC </p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>Remove the <b>UNLV-WiFi</b> network from your device</p> </div> </div> <div ng-show="os == 'linux'"> <div class="well"> <p>Username: Your UNLV-Sponsored username</p> <p>Password: Your UNLV-Sponsored password</p> <p>Network Name (SSID): UNLV-Sponsored</p> <p>Network Authentication: WPA2 or WPA2-Enterprise </p> <p>Encryption Type: AES </p> <p>EAP Type or Network Authentication Method: PEAP (MS-Chap v2) or GTC </p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>Remove the <b>UNLV-WiFi</b> network from your device</p> </div> </div> <div ng-show="os == 'windows'"> <div class="well"> <p>1. Click on the wireless icon in the bottom-right corner of the taskbar. (If you don't see the button, click the up arrow button on the left.)</p> <p>2. Select <b>UNLV-Sponsored</b> from the list of available wireless networks</p> <p>3. Enter your UNLV-Sponsored username and password, and click <b>Next</b> </p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>1. Click on the wireless icon in the bottom-right corner of the taskbar. (If you don't see the button, click the up arrow button on the bottom left.)</p> <p>2. Click on <b>Network Settings</b></p> <p>3. Click on <b>Manage Wi-Fi settings</b></p> <p>4. Under <b>Manage known networks</b> click on <b>UNLV-WiFi</b></p> <p>5. Click <b>Forget</b></p> </div> </div> <div ng-show="os == 'mac'"> <div class="well"> <p>1. Click the WiFi icon in upper right corner</p> <p>2. Select <b>UNLV-Sponsored</b> from the available networks list</p> <p>3. Enter your UNLV-Sponsored username and password, and click <b>OK</b></p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>1. Click the WiFi icon in the upper right corner</p> <p>2. Select <b>Open Network Preferences</b></p> <p>3. Click on <b>Advanced</b> in the bottom right corner</p> <p>4. Select <b>UNLV-WiFi</b></p> <p>5. Click on the <b> - </b> icon </p> </div> </div> <div ng-show="os == 'ios'"> <div class="well"> <p>1. Go to your Settings and then select Wi-Fi</p> <p>2. Select <b>UNLV-Sponsored</b> from the list of available wireless networks</p> <p>3. Enter your wireless username/password and tap <b>Join</b></p> <p>4. If prompted, tap <b>Trust</b> on the Certificate window</p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>1. Go to your Settings and then select Wi-Fi</p> <p>2. Tap on the info button next to <b> UNLV-WiFi</b></p> <p>3. Tap <b> Forget this Network</b></p> <p>4. When prompted, tap <b>Forget</b></p> </div> </div> <div ng-show="os == 'ios12_2'"> <div class="well"> <p>1. Go to your Settings and then select Wi-Fi</p> <p>2. Select <b>UNLV-Sponsored</b> from the list of available wireless networks</p> <p>3. Enter your wireless username/password and tap <b>Join</b></p> <p>4. If prompted, tap <b>Trust</b> on the Certificate window</p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>1. Go to your Settings and then select Wi-Fi</p> <p>2. Tap on the info button next to <b> UNLV-WiFi</b></p> <p>3. Tap <b> Forget this Network</b></p> <p>4. When prompted, tap <b>Forget</b></p> </div> </div> <div ng-show="os == 'android'"> <div class="well"> <p>1. Go to your Settings and then select Wi-Fi</p> <p>2. Select <b>UNLV-Sponsored</b> from the list of available wireless networks</p> <p>3. Enter the following:</p> <ul> <li>EAP Method: PEAP </li> <li>Identity: Your UNLV-Sponsored Wi-Fi username</li> <li>Anonymous Identity: Leave blank</li> <li>Password: Your UNLV-Sponsored Wi-Fi password</li> </ul> <p>4. Tap <b>Connect</b> *</p> <p><i>* If Connect is greyed out and you cannot click on it, change the CA certificate to Use System Certificate and type securew2.com when prompted for the domain. </i></p> </div> <h3>Step 3: Forget the UNLV-WiFi Network</h3> <div class="well"> <p>1. Go to your settings and then select Wi-Fi</p> <p>2. Tap and hold on <b>UNLV-WiFi</b></p> <p>3. Select <b>Forget Network</b></p> </div> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="notReadyModal" role="dialog"> <div class="modal-guts"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h3>Feature not yet ready!</h3> <div class="form-group"> </div> </div> <div class="modal-body text-center"> <h4>Please contact NDE with any questions.</h4> </div> </div> </div> </div> </div> <script> var app = angular.module("wifiApp", []); app.controller("wifiController", function($scope){ $scope.os = ""; //Attempt to default to one of the major operating systems var userAgent = window.navigator.userAgent; platform = window.navigator.platform; version = window.navigator.appVersion; macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K']; windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE']; iosPlatforms = ['iPhone', 'iPad', 'iPod']; if (macosPlatforms.indexOf(platform) !== -1) { $scope.os = 'mac'; } else if (iosPlatforms.indexOf(platform) !== -1) { $scope.os = 'ios'; } else if (windowsPlatforms.indexOf(platform) !== -1) { $scope.os = 'windows'; } else if (/Android/.test(userAgent)) { $scope.os = 'android'; } else if (!$scope.os && /Linux/.test(platform)) { $scope.os = 'linux'; }else{ $scope.os = "windows" } }); //React when instructions button hit $("#instructionButton").click(function(){ $("#instructionModal").modal({backdrop: true, keyboard: true}); }); //listen for keys and close modal if it is open document.addEventListener("keydown", function(event){ if(event.key = "Enter"){ event.preventDefault(); } if($("#instructionModal").is(":visible")){ $("#instructionModal").modal("hide") } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10