<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NetSelect</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NetSelect"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/NetSelect"/>
	<updated>2026-04-19T18:41:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Back-to-Back_T1_Interface_Configuration&amp;diff=8083</id>
		<title>Cisco Back-to-Back T1 Interface Configuration</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Back-to-Back_T1_Interface_Configuration&amp;diff=8083"/>
		<updated>2020-06-17T21:48:23Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* 4000 Series routers use slightly different hardware nomanclature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Background Information=&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Step&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Instruction&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Command&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 1||Set the card to T1 mode||card type t1 &#039;&#039;slot subslot&#039;&#039;||card type t1 0 0&lt;br /&gt;
|-&lt;br /&gt;
| 2a||Set the clock source to internal (on each DCE port)||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; clock source internal||controller t1 0/0/0&amp;lt;br&amp;gt; clock source internal&lt;br /&gt;
|-&lt;br /&gt;
| 2b||Set the clock source to line (on each DTE port)||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; clock source line||controller t1 0/0/1&amp;lt;br&amp;gt; clock source line&lt;br /&gt;
|-&lt;br /&gt;
| 3||Set the channel group 0 to include all 24 T1 timeslots||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; channel-group 0 timeslots 1-24||controller t1 0/0/0&amp;lt;br&amp;gt; channel-group 0 timeslots 1-24&lt;br /&gt;
|-&lt;br /&gt;
| 4||Set the port framing to esf||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; framing esf||controller t1 0/0/0&amp;lt;br&amp;gt; framing esf&lt;br /&gt;
|-&lt;br /&gt;
| 5||Set the linecode to b8zs||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; linecode b8zs||controller t1 0/0/0&amp;lt;br&amp;gt; linecode b8zs&lt;br /&gt;
|}&lt;br /&gt;
You should now have a Serial0/0/0:0 interface and/or Serial0/0/1:0 interface which you can assign an IP address to and use as with any normal serial interface, make sure to include the :0 on the end of the interface though.&lt;br /&gt;
=Sample Two Card Configuration=&lt;br /&gt;
DCE IS S/0/0/0 AND DTE IS S0/0/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 0&lt;br /&gt;
 controller t1 0/0/0&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/0/1&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
DTE IS S0/0/0 AND DCE IS S0/0/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 0&lt;br /&gt;
 controller t1 0/0/0&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/0/1&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
====4000 Series routers use slightly different hardware nomenclature====&lt;br /&gt;
&lt;br /&gt;
DCE IS S/0/1/0 AND DTE IS S0/1/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 1&lt;br /&gt;
 controller t1 0/1/0&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/1/1&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
DTE IS S0/1/0 AND DCE IS S0/1/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 1&lt;br /&gt;
 controller t1 0/1/0&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/1/1&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Back-to-Back_T1_Interface_Configuration&amp;diff=8082</id>
		<title>Cisco Back-to-Back T1 Interface Configuration</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Back-to-Back_T1_Interface_Configuration&amp;diff=8082"/>
		<updated>2020-06-17T19:56:27Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Sample Two Card Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Background Information=&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Step&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Instruction&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Command&#039;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 1||Set the card to T1 mode||card type t1 &#039;&#039;slot subslot&#039;&#039;||card type t1 0 0&lt;br /&gt;
|-&lt;br /&gt;
| 2a||Set the clock source to internal (on each DCE port)||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; clock source internal||controller t1 0/0/0&amp;lt;br&amp;gt; clock source internal&lt;br /&gt;
|-&lt;br /&gt;
| 2b||Set the clock source to line (on each DTE port)||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; clock source line||controller t1 0/0/1&amp;lt;br&amp;gt; clock source line&lt;br /&gt;
|-&lt;br /&gt;
| 3||Set the channel group 0 to include all 24 T1 timeslots||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; channel-group 0 timeslots 1-24||controller t1 0/0/0&amp;lt;br&amp;gt; channel-group 0 timeslots 1-24&lt;br /&gt;
|-&lt;br /&gt;
| 4||Set the port framing to esf||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; framing esf||controller t1 0/0/0&amp;lt;br&amp;gt; framing esf&lt;br /&gt;
|-&lt;br /&gt;
| 5||Set the linecode to b8zs||controller t1 &#039;&#039;slot/subslot/port&#039;&#039;&amp;lt;br&amp;gt; linecode b8zs||controller t1 0/0/0&amp;lt;br&amp;gt; linecode b8zs&lt;br /&gt;
|}&lt;br /&gt;
You should now have a Serial0/0/0:0 interface and/or Serial0/0/1:0 interface which you can assign an IP address to and use as with any normal serial interface, make sure to include the :0 on the end of the interface though.&lt;br /&gt;
=Sample Two Card Configuration=&lt;br /&gt;
DCE IS S/0/0/0 AND DTE IS S0/0/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 0&lt;br /&gt;
 controller t1 0/0/0&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/0/1&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
DTE IS S0/0/0 AND DCE IS S0/0/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 0&lt;br /&gt;
 controller t1 0/0/0&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/0/1&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
====4000 Series routers use slightly different hardware nomanclature====&lt;br /&gt;
&lt;br /&gt;
DCE IS S/0/1/0 AND DTE IS S0/1/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 1&lt;br /&gt;
 controller t1 0/1/0&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/1/1&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
&lt;br /&gt;
DTE IS S0/1/0 AND DCE IS S0/1/1&lt;br /&gt;
&lt;br /&gt;
 card type t1 0 1&lt;br /&gt;
 controller t1 0/1/0&lt;br /&gt;
 clock source line&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;br /&gt;
 controller t1 0/1/1&lt;br /&gt;
 clock source internal&lt;br /&gt;
 chan 0 time 1-24&lt;br /&gt;
 framing esf&lt;br /&gt;
 linecode b8zs&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=7023</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=7023"/>
		<updated>2017-01-05T15:18:56Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* General Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2015=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Open Lab Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Friday&lt;br /&gt;
|ARRANGE&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 9 January 2017&lt;br /&gt;
&lt;br /&gt;
Labs are available by arrangement every weekday.  Particular equipment or rooms scheduled as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset desktop NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available.&lt;br /&gt;
&lt;br /&gt;
Lab time can be arranged with Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Be sure to indicate the date and time you are requesting as well as the particular class and equipment you are working on. Do not assume labs are available since may classes are held in the rooms.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=7021</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=7021"/>
		<updated>2017-01-05T15:15:33Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Open Lab Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2015=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Open Lab Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Friday&lt;br /&gt;
|ARRANGE&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 9 January 2017&lt;br /&gt;
&lt;br /&gt;
Labs are available by arrangement every weekday.  Particular equipment or rooms scheduled as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset desktop NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6737</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6737"/>
		<updated>2015-09-04T17:44:50Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring Semester Open Lab Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2015=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Open Lab Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|2p - 7p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 31 Aug 2015&lt;br /&gt;
&lt;br /&gt;
!!  Note  There are sometime variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
This semester, Thursday evenings are challenging with most of the labs in use for scheduled classes.  We are working on provisioning another room (B107) with routers and switches that will be available for CCNA and CCNA Security labs.  Students in the Microsoft classes can also use this room on Thursdays if their VMs are stored on a portable device.&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6736</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6736"/>
		<updated>2015-09-04T17:44:34Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2015=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Open Lab Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|2p - 7p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 31 Aug 2015&lt;br /&gt;
&lt;br /&gt;
!!  Note  There are sometime variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
This semester, Thursday evenings are challenging with most of the labs in use for scheduled classes.  We are working on provisioning another room (B107) with routers and switches that will be available for CCNA and CCNA Security labs.  Students in the Microsoft classes can also use this room on Thursdays if their VMs are stored on a portable device.&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6689</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6689"/>
		<updated>2015-01-31T02:54:46Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2015=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Open Lab Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|2p - 7p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 10 Jan 2015&lt;br /&gt;
&lt;br /&gt;
!!  Note  There are sometime variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
This semester, Thursday evenings are challenging with most of the labs in use for scheduled classes.  We are working on provisioning another room (B107) with routers and switches that will be available for CCNA and CCNA Security labs.  Students in the Microsoft classes can also use this room on Thursdays if their VMs are stored on a portable device.&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6688</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6688"/>
		<updated>2015-01-31T02:53:51Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2015=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|2p - 7p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 10 Jan 2015&lt;br /&gt;
&lt;br /&gt;
!!  Note  There are sometime variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Allow time at the end to clear configurations, reset NIC to normal operating requirements, cabling down, cleaning up.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
This semester, Thursday evenings are challenging with most of the labs in use for scheduled classes.  We are working on provisioning another room (B107) with routers and switches that will be available for CCNA and CCNA Security labs.  Students in the Microsoft classes can also use this room on Thursdays if their VMs are stored on a portable device.&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6570</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6570"/>
		<updated>2014-08-28T20:43:43Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2014=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|2p - 7p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 12 may 2014&lt;br /&gt;
&lt;br /&gt;
!!  Note  There will be occasional variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6493</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6493"/>
		<updated>2014-05-11T19:05:00Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|1p - 6p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 12 may 2014&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==SPRING BREAK March TBD thru March TBD NOTE DAYS AND TIMES==&lt;br /&gt;
&lt;br /&gt;
Saturday&lt;br /&gt;
&lt;br /&gt;
Sunday&lt;br /&gt;
&lt;br /&gt;
Monday&lt;br /&gt;
&lt;br /&gt;
Tuesday&lt;br /&gt;
&lt;br /&gt;
Wednesday&lt;br /&gt;
&lt;br /&gt;
Thursday&lt;br /&gt;
&lt;br /&gt;
Friday&lt;br /&gt;
&lt;br /&gt;
Saturday&lt;br /&gt;
&lt;br /&gt;
Sunday&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6492</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6492"/>
		<updated>2014-05-11T18:57:25Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|1p - 6p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
Effective 12 may 2014&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  Make arrangements in advance for assured space.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES==&lt;br /&gt;
&lt;br /&gt;
Saturday  8 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Monday  10 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Tuesday  11 March 2014  12n-5p&lt;br /&gt;
&lt;br /&gt;
Wednesday 12 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Thursday 13 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6439</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6439"/>
		<updated>2014-03-23T02:17:19Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session&lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements&lt;br /&gt;
# Gracefully logout of your session on PasswdChange.campus.ihitc.net&lt;br /&gt;
## Do not &amp;quot;X&amp;quot; the window (disconnect session) because that will leave you logged into that system&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
# End your VPN session.  If you hesitate to close your VPN session, you will be disconnected soon because the old password is no longer valid for our VPN&lt;br /&gt;
# Start a new VPN session using your new password&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can again gracefully log off PasswdChange.campus.ihitc.net as described above&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6438</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6438"/>
		<updated>2014-03-23T02:16:01Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session&lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements&lt;br /&gt;
# Gracefully logout of your session on PasswdChange.campus.ihitc.net&lt;br /&gt;
## Do not &amp;quot;X&amp;quot; the window (disconnect session) because that will leave you logged into that system&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
# End your VPN session.  If you hesitate to close your VPN session, you will be disconnected soon because the old password is no longer valid for our VPN&lt;br /&gt;
# Start a new VPN session using your new password&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6437</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6437"/>
		<updated>2014-03-23T02:15:39Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session&lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements&lt;br /&gt;
# Gracefully logout of your session on PasswdChange.campus.ihitc.net&lt;br /&gt;
## Do not &amp;quot;X&amp;quot; the window (disconnect session) because that will leave you logged into the system&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
# End your VPN session.  If you hesitate to close your VPN session, you will be disconnected soon because the old password is no longer valid for our VPN&lt;br /&gt;
# Start a new VPN session using your new password&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6436</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6436"/>
		<updated>2014-03-23T01:57:58Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; &amp;quot;Sign out&amp;quot;&lt;br /&gt;
# End your VPN session.  If you hesitate to close your VPN session, you will be disconnected soon because the old password is no longer valid for our VPN.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6435</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6435"/>
		<updated>2014-03-23T01:51:10Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.  If you hesitate to close your VPN session, you will be disconnected soon because the old password is no longer valid for VPN authentication.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6434</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6434"/>
		<updated>2014-03-23T01:48:34Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6433</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6433"/>
		<updated>2014-03-23T01:48:01Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6432</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6432"/>
		<updated>2014-03-23T01:47:28Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain (campus.ihitc.net) account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (campus.ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to campus.ihitc.net from a computer in a lab or have a working VPN connection to campus.ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6431</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6431"/>
		<updated>2014-03-23T01:44:43Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC (ihitc.net) domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ihitc.net from a computer in a lab or have a working VPN connection to ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6430</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6430"/>
		<updated>2014-03-23T01:42:16Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active IHITC domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ihitc.net from a computer in a lab or have a working VPN connection to ihitc.net&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6429</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6429"/>
		<updated>2014-03-23T01:41:04Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC domain account for which you know the password (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ITCnet from a computer in a lab or have a working VPN connection to ITCnet&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6428</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6428"/>
		<updated>2014-03-23T01:40:34Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC domain account which you know the password for (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ITCnet from a computer in a lab or have a working VPN connection to ITCnet&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net as described above.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6427</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6427"/>
		<updated>2014-03-23T01:39:38Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC domain account which you know the password for (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ITCnet from a computer in a lab or have a working VPN connection to ITCnet&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl+Alt+Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl+Alt+End on your keyboard is a substitute for Ctrl+Alt+Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your session on PasswdChange.campus.ihitc.net.&lt;br /&gt;
## Full screen: &amp;quot;Windows Key&amp;quot; -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
## Partial window: [Alt + Home] -&amp;gt; click {username} -&amp;gt; Logoff.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6426</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6426"/>
		<updated>2014-03-23T01:35:16Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC domain account which you know the password for (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ITCnet from a computer in a lab or have a working VPN connection to ITCnet&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl-Alt-Del to the PasswdChange.campus.ihitc.net system.  Pressing Ctrl-Alt-End on your keyboard is a substitute for Ctrl-Alt-Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your connection to PasswdChange.campus.ihitc.net.  Use Start -&amp;gt; Log off.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6425</id>
		<title>ITC Domain Account Password Change Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_Domain_Account_Password_Change_Instructions&amp;diff=6425"/>
		<updated>2014-03-23T01:34:39Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Password Change */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your ITC domain account is used to provide authentication for virtual machine control, VPN access, and many other critical services. It is important that you set a secure password on this account. These instructions can be used to change your password.&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an active ITC domain account which you know the password for (contact your instructor for more information)&lt;br /&gt;
* You must either be directly connected to ITCnet from a computer in a lab or have a working VPN connection to ITCnet&lt;br /&gt;
* Your new password must meet the complexity and length requirements&lt;br /&gt;
&lt;br /&gt;
=Password Change=&lt;br /&gt;
# Use the a remote desktop protocol (RDP) client to connect to PasswdChange.campus.ihitc.net&lt;br /&gt;
#* NOTE: Be sure to set the correct domain when connecting e.g. (username@campus.ihitc.net) or (campus\username)&lt;br /&gt;
#* NOTE: If you are on a Windows system you can use the built in Microsoft Terminal Services RDP client by opening a Run dialog box and running &amp;quot;mstsc.exe&amp;quot; or finding &amp;quot;Remote Desktop Connection&amp;quot; in your programs list or start menu.&lt;br /&gt;
# Send a Ctrl-Alt-Del to the PasswdChange system.  Pressing Ctrl-Alt-End on your keyboard is a substitute for Ctrl-Alt-Del while inside a RDP session. &lt;br /&gt;
# Select the &amp;quot;Change a password...&amp;quot; option and follow the prompts to change your password.&lt;br /&gt;
# You will need a fairly complex password to meet the domain requirements.&lt;br /&gt;
# Close your connection to PasswdChange.campus.ihitc.net.  Use Start -&amp;gt; Log off.&lt;br /&gt;
# End your VPN session.&lt;br /&gt;
# Start a new VPN session using your new password.&lt;br /&gt;
# Connect to PasswdChange.campus.ihitc.net to verify you have full connectivity to the domain.&lt;br /&gt;
# Once you have verified full functionality of your new password in this manner, you can log off PasswdChange.campus.ihitc.net.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6377</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6377"/>
		<updated>2014-03-07T20:26:35Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  For assurances, make arrangements in advance.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES==&lt;br /&gt;
&lt;br /&gt;
Saturday  8 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Monday  10 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Tuesday  11 March 2014  12n-5p&lt;br /&gt;
&lt;br /&gt;
Wednesday 12 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Thursday 13 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6376</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6376"/>
		<updated>2014-03-07T20:21:02Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  For assurances, make arrangements in advance.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES==&lt;br /&gt;
&lt;br /&gt;
Monday  10 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Tuesday  11 March 2014  12n-5p&lt;br /&gt;
&lt;br /&gt;
Wednesday 12 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Thursday 13 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6375</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6375"/>
		<updated>2014-03-07T20:20:32Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Spring 2014 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  For assurances, make arrangements in advance.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==SPRING BREAK March 9 thru 15 NOTE DAYS AND TIMES&lt;br /&gt;
&lt;br /&gt;
Monday  10 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Tuesday  11 March 2014  12n-5p&lt;br /&gt;
&lt;br /&gt;
Wednesday 12 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
Thursday 13 March 2014  10a-3p&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6340</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6340"/>
		<updated>2014-02-12T21:56:03Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Spring 2014=&lt;br /&gt;
&lt;br /&gt;
==Spring Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional variances from the typical Monday - Thursday schedule.  For assurances, make arrangements in advance.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6291</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6291"/>
		<updated>2014-01-24T00:23:20Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and operation of the client.&lt;br /&gt;
* You will not be able to use OpenVPN for connecting to ITC when your local system is connected to the internet using the IHCC campus network, wired or wireless.  Such use is blocked by design.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permission but it will not work properly without it. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to &amp;quot;Run as Administrator&amp;quot;.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way as when you are seated in the ITC labs connected to ITCnet.&lt;br /&gt;
# When you are finished with your session you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
# You can then exit the GUI client or leave it idle in the background, still visible in the system tray, until you need to connect again.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6290</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6290"/>
		<updated>2014-01-24T00:22:57Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and operation of the client.&lt;br /&gt;
* You will [[not]] be able to use OpenVPN for connecting to ITC when your local system is connected to the internet using the IHCC campus network, wired or wireless.  Such use is blocked by design.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permission but it will not work properly without it. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to &amp;quot;Run as Administrator&amp;quot;.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way as when you are seated in the ITC labs connected to ITCnet.&lt;br /&gt;
# When you are finished with your session you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
# You can then exit the GUI client or leave it idle in the background, still visible in the system tray, until you need to connect again.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6289</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6289"/>
		<updated>2014-01-24T00:19:51Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and operation of the client.&lt;br /&gt;
* You will [[not]] be able to use OpenVPN for connecting to ITC when your local system&#039;s primary internet connection is to the IHCC campus network, wired or wireless.  Such use is blocked by design.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permission but it will not work properly without it. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to &amp;quot;Run as Administrator&amp;quot;.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way as when you are seated in the ITC labs connected to ITCnet.&lt;br /&gt;
# When you are finished with your session you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
# You can then exit the GUI client or leave it idle in the background, still visible in the system tray, until you need to connect again.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6288</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6288"/>
		<updated>2014-01-24T00:07:46Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and operation of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permission but it will not work properly without it. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to &amp;quot;Run as Administrator&amp;quot;.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way as when you are seated in the ITC labs connected to ITCnet.&lt;br /&gt;
# When you are finished with your session you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
# You can then exit the GUI client or leave it idle in the background, still visible in the system tray, until you need to connect again.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6287</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6287"/>
		<updated>2014-01-23T23:47:36Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Connection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permission but it will not work properly without it. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to &amp;quot;Run as Administrator&amp;quot;.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way as when you are seated in the ITC labs connected to ITCnet.&lt;br /&gt;
# When you are finished with your session you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
# You can then exit the GUI client or leave it idle in the background, still visible in the system tray, until you need to connect again.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6286</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6286"/>
		<updated>2014-01-23T23:40:20Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
#* Note: If you need Windows Explorer to delete or move files, say in the event of uninstalling/reinstalling, run it as Administrator. &lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permissions but it will not work in this way. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to run as an administrator.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way you can when in an ITC lab and connected to ITCnet.&lt;br /&gt;
# When you are finished with your connection you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6285</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6285"/>
		<updated>2014-01-23T23:35:13Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling, reflected as &#039;&#039;&#039;dev-tun&#039;&#039;&#039; in the client config file.&lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permissions but it will not work in this way. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to run as an administrator.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way you can when in an ITC lab and connected to ITCnet.&lt;br /&gt;
# When you are finished with your connection you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6284</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6284"/>
		<updated>2014-01-23T23:19:31Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files (x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
#* Note: The network adapter will self-identify as TAP-something, but we are using a routed connection and tunneling as reflected in the config file as &#039;&#039;&#039;dev-tun&#039;&#039;&#039;.&lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permissions but it will not work in this way. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to run as an administrator.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way you can when in an ITC lab and connected to ITCnet.&lt;br /&gt;
# When you are finished with your connection you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6283</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6283"/>
		<updated>2014-01-23T23:11:41Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN, for 32-bit on 64-bit system, C:\Program Files(x86)\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permissions but it will not work in this way. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to run as an administrator.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way you can when in an ITC lab and connected to ITCnet.&lt;br /&gt;
# When you are finished with your connection you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6282</id>
		<title>ITC VPN Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=ITC_VPN_Instructions&amp;diff=6282"/>
		<updated>2014-01-23T23:09:01Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some ITC lab equipment can be accessed via VPN connection to ITCnet. The OpenVPN software is used to securely connect to ITCnet from off campus locations. You will not be able to VPN into ITCnet from the IHCC campus network (wired or wireless).&lt;br /&gt;
&lt;br /&gt;
=Prerequisites=&lt;br /&gt;
* You must have an ITC domain account (contact your instructor for more information)&lt;br /&gt;
* Your domain account must have VPN access enabled (contact your instructor for more information)&lt;br /&gt;
* You must have a system which is supported by OpenVPN&lt;br /&gt;
* You must have an account with administrative permissions on the system which you will be installing and running the OpenVPN client. OpenVPN modifies network drivers and system routing tables in a way which requires administrative permissions for both installation and connection of the client.&lt;br /&gt;
* You must NOT be on a network which utilizes the 172.17.0.0/16 address space.&lt;br /&gt;
&lt;br /&gt;
=Windows Systems=&lt;br /&gt;
==Installation==&lt;br /&gt;
===Files===&lt;br /&gt;
You will need to download an OpenVPN client for your system. If you are using a 64-bit system you SHOULD use a 64-bit client with 64-bit TUN/TAP virtual network adapter; 32-bit systems must use a 32-bit client. It is suggested that you use the latest version (2.3.2) unless you have problems in which case you may want to try the 2.2.2 version (only available in 32-bit).&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-i686.exe OpenVPN 2.3.2 32-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-install-2.3.2-I003-x86_64.exe OpenVPN 2.3.2 64-bit]&lt;br /&gt;
*[http://www.ihcc-netacad.net/files/vpn/openvpn-2.2.2-install.exe OpenVPN 2.2.2 32-bit]&lt;br /&gt;
You will also need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files].&lt;br /&gt;
&lt;br /&gt;
===Installation Steps===&lt;br /&gt;
# Install the OpenVPN client software. Make a note of the installation directory (e.g. C:\Program Files\OpenVPN)&lt;br /&gt;
#* Note: This installation will require administrative privileges as network drivers are being modified.&lt;br /&gt;
#* Note: Installation of the TAP network driver will temporarily cause your network connection to drop during the installation process. You may be notified of this with a warning dialog box during the install.&lt;br /&gt;
# Unpack the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files] to the config directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\config). You should end up with an &amp;quot;IHCC-ITC&amp;quot; subdirectory with a few files in it inside of the config directory.&lt;br /&gt;
#* Note: Depending on your version of Windows you may need to have administrative permissions and/or confirm that you want to modify files in order to manipulate files inside of the C:\Program Files\ directory.&lt;br /&gt;
# Your installation is now complete and you should be able to launch OpenVPN and connect following the instructions in the connection section of this guide.&lt;br /&gt;
&lt;br /&gt;
==Connection==&lt;br /&gt;
# Launch the &amp;quot;OpenVPN GUI&amp;quot; program which can be found in your Start Menu or Start Screen.&lt;br /&gt;
#* Note: The OpenVPN GUI MUST be started with administrative permissions each time it is run. On Windows Vista/7/8 this means you will need to click &amp;quot;Yes&amp;quot; on a UAC dialog box when the program starts. By default the program is not setup to ask for administrative permissions but it will not work in this way. You can set the program to always run with administrative permissions by navigating to the bin directory inside of the OpenVPN installation directory (e.g. C:\Program Files\OpenVPN\bin) and right clicking on openvpn-gui.exe and selecting Properties. On the Compatibility tab of the properties dialog box place a checkmark next to &amp;quot;Run this program as an administrator&amp;quot; and click &amp;quot;OK&amp;quot;. From now on anytime you run the OpenVPN GUI program you will be prompted with a UAC dialog to allow the program to run as an administrator.&lt;br /&gt;
# You should now have an OpenVPN icon in your system tray (by the clock). The unconnected icon looks like two computers with red screens and a globe between them.&lt;br /&gt;
# Right click on the OpenVPN icon in the system tray and choose &amp;quot;Connect&amp;quot; from the context menu.&lt;br /&gt;
#* Hint: If you don&#039;t see a &amp;quot;Connect&amp;quot; option you probably have not correctly installed the ITC OpenVPN configuration files. Refer to the installation section of this guide for instructions on installing these files.&lt;br /&gt;
# Enter your ITC domain credentials in the provided dialog box and click OK.&lt;br /&gt;
# You should see the log scroll by as the connection is made.&lt;br /&gt;
# Once the connection is complete the log dialog box should go away by itself and the OpenVPN tray icon should now show two computers with green screens and a globe between them.&lt;br /&gt;
# You can verify that you have connected to ITCnet by opening a command prompt and pinging 172.17.99.1 which is a router on ITCnet and you should receive replies back.&lt;br /&gt;
# You should now be able to access all ITCnet resources in the same way you can when in an ITC lab and connected to ITCnet.&lt;br /&gt;
# When you are finished with your connection you should disconnect from ITCnet by right clicking on the OpenVPN tray icon and selecting disconnect.&lt;br /&gt;
&lt;br /&gt;
=Other Operating Systems=&lt;br /&gt;
If OpenVPN has a client available for your OS you should be able to use it to connect. Clients are available for at least Mac, Linux, and Android. In addition to the client software for your OS you will need the [http://www.ihcc-netacad.net/files/vpn/IHCC-ITC.zip ITC OpenVPN configuration and certificate files]. The ITC lab assistant MAY be able to provide assistance getting clients operational on alternative platforms but be aware it will probably require some trial and error on your part.&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6174</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6174"/>
		<updated>2013-09-24T19:20:02Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27 !&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific date variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6173</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6173"/>
		<updated>2013-09-24T19:19:38Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific date variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6167</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6167"/>
		<updated>2013-09-14T17:56:29Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific date variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6166</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6166"/>
		<updated>2013-09-13T15:39:37Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/13&lt;br /&gt;
|9:30a-6p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific date variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6165</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6165"/>
		<updated>2013-09-13T15:39:19Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/13&lt;br /&gt;
|9:30a-6p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific dates variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6164</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6164"/>
		<updated>2013-09-12T02:13:04Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/12&lt;br /&gt;
|12:30p-8p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/13&lt;br /&gt;
|9:30a-6p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
! Note occasional specific dates variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6163</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6163"/>
		<updated>2013-09-12T02:12:08Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/12&lt;br /&gt;
|12:30p-8p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/13&lt;br /&gt;
|9:30a-6p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note occasional variances from the typical Monday - Thursday schedule.&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6162</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6162"/>
		<updated>2013-09-12T02:08:45Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Fall Semester Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|9/12&lt;br /&gt;
|12:30p-8p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/13&lt;br /&gt;
|9:30a-6p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/16 - 9/20&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|9/23-9/27&lt;br /&gt;
|12n-3p&lt;br /&gt;
|varies&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6128</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6128"/>
		<updated>2013-08-26T15:14:31Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: /* Summer 2013 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fall 2013=&lt;br /&gt;
&lt;br /&gt;
==Fall Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|3p - 8p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6098</id>
		<title>Open Lab Schedule</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Open_Lab_Schedule&amp;diff=6098"/>
		<updated>2013-05-23T15:09:55Z</updated>

		<summary type="html">&lt;p&gt;NetSelect: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Summer 2013=&lt;br /&gt;
&lt;br /&gt;
==Summer Semester Schedule==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|DAY&lt;br /&gt;
|HOURS&lt;br /&gt;
|ROOM&lt;br /&gt;
|-&lt;br /&gt;
|Monday - Thursday&lt;br /&gt;
|10a - 3p&lt;br /&gt;
|varies&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Rooms as needed and according to availability.  If you need access to specific hardware, be sure to arrange in advance.  VMs can be run on any of the lab stations in B107, B109, B143 and B144.  Closing time sharp!&lt;br /&gt;
&lt;br /&gt;
==Finals Schedule==&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
==General Information==&lt;br /&gt;
The specific lab which is open varies by day and availability but generally equipment for CCNA classes and A+ classes is available. If there is an open lab time scheduled at least one of the labs should normally be available, but classes using labs will take precedence over open lab time.&lt;br /&gt;
&lt;br /&gt;
Lab time may also be available by appointment with lab assistant Tom McArdell please email t.mcardell@inverhills.edu to schedule an appointment at least 1 business day in advance. Make sure to indicate the date and time you are requesting as well as what lab room you need access to so the class schedule can be checked. Do not assume the time is available until you receive a confirmation email.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* [[CNT Lab Assistant Log]]&lt;/div&gt;</summary>
		<author><name>NetSelect</name></author>
	</entry>
</feed>