-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
225 lines (209 loc) · 10.8 KB
/
links.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<html>
<head>
<title>How to Find MAC Address</title>
<link rel="icon" href="/images/logo.png">
<style>
body{
font-family: arial;
background-color:rgb(0, 60, 113);
margin-top:2em;
margin-bottom: 2em;
}
h1{
text-align: center;
font-family: arial;
}
h2{
text-align: center;
padding-top:10px;
}
#logo{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
#body{
background-color:white;
width: 70%;
max-width:1000px;
display: block;
margin-left: auto;
margin-right: auto;
padding:5%;
padding-top: 2.5%;
border-radius: 15px;
font-size:1.2em;
}
a{
color:orange;
padding: 2px;
text-decoration: none;
font-weight: bold;
}
a:hover{
background-color:white;
color:rgb(0, 60, 113);
}
#roku{
color:Blue;
font-style: italic;
}
@media only screen and (max-width: 1400px) {
body {
font-size:1em;
}
#body{
width:70%;
max-width: 750px;
}
#logo{
width:60%;
}
@media only screen and (max-width: 1200px) {
body {
font-size:1.1em;
}
#body{
width:70%;
}
#logo{
width:60%;
}
}
@media only screen and (max-width: 1000px) {
body {
font-size:1.7em;
}
#body{
width:80%;
}
#logo{
width:75%;
}
}
}
</style>
</head>
<body>
<div id="body">
<img src="images\color.png" id="logo">
<br>
<h1>How to find MAC Address</h1>
<br>
<h2>Microsoft Consoles</h2>
<p><strong>Xbox One</strong></p>
<p>To locate the MAC Address of your Xbox One console:</p>
<ol><li>Navigate to My Games and Apps</li>
<li>Select Settings.</li>
<li>Select Network.</li>
<li>Select Advanced Settings.</li>
<li>The MAC Addresses for the wired and wireless adapters should be displayed.</li>
<li>You can now enter the Wireless MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<p><strong>Xbox 360</strong></p>
<p>To locate the MAC Address of your Xbox 360 wireless adapter:</p>
<ol><li>Select System Settings.</li>
<li>Select Network Settings.</li>
<li>Select Configure Network.</li>
<li>Under Basic Settings check to make sure IP Settings is set to Automatic.</li>
<li>Go to Additional Settings.</li>
<li>Select Advanced Settings.</li>
<li>The MAC Addresses for the wired and wireless adapters should be displayed.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<h2>Sony Consoles</h2>
<p><strong>Playstation 4</strong></p>
<p>To locate the MAC Address of your Playstation 4 console:</p>
<ol><li>Arrow up and over to Settings in the PS4 menu.</li>
<li>Scroll down to Network</li>
<li>Scroll down to View Connection Status</li>
<li>The MAC Address will be listed next to MAC Address</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<p><strong>PSP</strong></p>
<p>To locate the MAC Address of your PlayStation Portable (PSP):</p>
<ol><li>Navigate to "System Settings"</li>
<li>Then navigate to "System Information", which is where the MAC Address is listed.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</li>
</ol>
<p><strong>Playstation 3</strong></p>
<p>To locate the MAC Address of your Playstation 3 console:</p>
<ol><li>From the main menu, select Settings.</li>
<li>Select System Settings.</li>
<li>Select System Information.</li>
<li>The MAC Address will then be displayed on the screen.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<h2>Nintendo Devices</h2>
<p><strong>Nintendo Switch</strong></p>
<p>To locate the MAC Address of your Switch:</p>
<ol><li>From the Switch Menu, select System Settings.</li>
<li>Using the Left Stick select the Internet Tab and press the A Button.</li>
<li>From here you can see the "System MAC Address"</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</li>
</ol>
<p><strong>Wii U</strong></p>
<p>To locate the MAC Address of your Wii U console:</p>
<ol><li>From the Wii U Menu, select System Settings.</li>
<li>Using the Left Stick select the Internet icon and press the A Button.</li>
<li>Select View MAC Address and wait a moment for the MAC Address to be displayed.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</li>
</ol>
<p><strong>Nintendo 3DS</strong></p>
<p>To locate the MAC Address of your 3DS:</p>
<ol><li>From the HOME menu, highlight and select the System Settings Icon.</li>
<li>Select Internet Settings.</li>
<li>Tap Other Information.</li>
<li>Tap Confirm MAC Address. Your system's MAC Address will be displayed on the screen.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</li>
</ol>
<p><strong>Nintendo DS</strong></p>
<p>To locate the MAC Address from a Nintendo DS, you must first insert a Nintendo Wi-Fi Connection compatible game and access the WFC Setup Utility. Please note that the exact steps to access the setup utility varies by game. However, the setup utility is a standard menu, included with all WFC-compatible games.</p>
<p>After accessing the utility, tap "Options," then "System Information."</p>
<p>The MAC Address and Nintendo WFC ID will be listed on the screen. Unless the game player has successfully connected with Nintendo Wi-Fi Connection, the WFC ID will be blank.</p>
<p>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</p>
<h2>Streaming Devices</h2>
<p><strong>Chromecast / Google Home</strong></p>
<p>Like many college campuses, we do not support these devices, as some features will not work on enterprise networks. We're actively watching any developments in this area, as we'd love to support these in the future.<!--Chromecast will connect to the campus Wi-Fi, but syncing a device with it will be impossible. Basically making a Chromecast impossible to use on the campus Wi-Fi. So therefore, we do not recommend connecting one.--></p>
</ol>
<p><strong>Roku/Roku Express</strong></p>
<p id="roku">If promted with a <b>"Network connection help"</b> window during setup, please select <b>"I am at home" <u>DO NOT</u></b> select <b>"I am at a hotel or college dorm"</b> or you will not be able to connect.</p>
<p>If you have a new device or you do not see the MAC Address on the back of your Roku. Then during the new device setup follow these steps:</p>
<ol>
<li>After booting up the Roku, it should show you a list of available networks.</li>
<li>Scroll down to "Scan again to see all networks". Then in the window to the right of the screen, it should now show "Your wireless MAC address:"</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<p>If you have a Roku that is not new and you have used before, then follow these steps to locate the MAC Address of your Roku:</p>
<ol><li>On the back on your Roku there are a pair of six 2-digit pairs separated by colons, e.g. 00:0D:0A:1H:3G:5C. One set is for the Ethernet connector and for the other for the wireless connector.</li>
<li>Alternatively, from the Roku home screen, select Settings > Network > locate the value next to "Wireless MAC Address"</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<p><strong>Amazon Fire Stick</strong></p>
<p>To locate the MAC Address of your Amazon Fire Stick:</p>
<ol><li>From the Main Menu go to Settings</li>
<li>Select "System"</li>
<li>Then go to "About"</li>
<li>Toggle down to "Network"</li>
<li>Look for the MAC Address (Wi-Fi)
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network.</li>
</ol>
<p><strong>Apple TV</strong></p>
<p>To locate the MAC Address of your Apple TV:</p>
<ol><li>With your Apple TV remote, navigate to the Settings icon and select it.</li>
<li>From the Settings menu, select General.</li>
<li>Under General, select Network.</li>
<li>Your MAC Address will be next to either Wi-Fi Address or Ethernet Address depending on whether you are connected to the internet via Wi-Fi or a Wired connection.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<p><strong>Smart TV/Bluray Player</strong></p>
<p>To locate the MAC Address of your Smart TV or Bluray Player:</p>
<ol><li>Most MAC Addresses will be visible in the Settings Menu, either under the Network or About sections.</li>
<li>Alternatively, check with the manufacturer for instructions on how to obtain the MAC Address for your specific model.</li>
<li>You can now enter the MAC Address in the <a href="index.php">previous page</a>, and then connect to the "Gaming and Streaming" network. If you are wanting to register the Wired MAC Address <a href="https://google.com">Click Here</a></li>
</ol>
<h2 class="label-above">Need help?</h2>
<p>As always, if you have any trouble finding your MAC Address on any device, or any other issues, please feel free to call ITS at <strong>(317) 867-5309</strong> or submit a ticket at <a href="https://service.yourbusiness.edu">service.yourbusiness.edu<a/></p>
</body>
</html>