forked from HackNC/fall2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwifi.html
32 lines (32 loc) · 1.98 KB
/
wifi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>HackNC internet</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/app.css" media="screen" />
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700' rel='stylesheet' type='text/css'>
<script src="./javascript/jquery-1.11.1.min.js"></script>
<script src="./javascript/css_browser_selector.js" type="text/javascript"></script>
</head>
<body class="app" id="wifi">
<div>
<h1>Connecting to the Internet</h1>
<div class="content">
<p style="font-size: 0.7em; color: rgba(0,0,0,0.5);">Adapted from Connecting to the Wireless Network: <a href='http://cs.unc.edu/help-article/connecting-to-the-wireless-network/'>cs.unc.edu</a></p>
<p>To use the network, register the MAC address of your device with the HackNC organizers before or during the event.</p>
<h2>UNC-PSK</h2>
<p>UNC-PSK is available if for whatever reason you cannot use UNC-SECURE, it uses a shared secret key instead of a certificate. Ask an organizer for the password if you are unable to connect to UNC-SECURE.</p>
<h2>UNC-Guest</h2>
<p>This is the public "guest" network, requiring no password. Access on this network is limited to web and a few other protocols, and to the internet outside the unc.edu domain.</p>
<h2>Ethernet</h2>
<p>This is the simplest, and fastest, option for anyone who doesn't want to worry about passwords. Note that you must still register your MAC address.</p>
<h2>UNC-SECURE</h2>
<p>UNC-Secure is the primary wireless network for UNC students, <a class="external-link" href="http://help.unc.edu/CCM3_008509">configuration instructions</a> are provided by ITS.</p>
</div>
</div>
</body>
</html>