<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jason schaefer &#187; windows</title>
	<atom:link href="http://jasonschaefer.com/archives/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://jasonschaefer.com</link>
	<description>documentation and stuff :(){ :&#124;:&#38; };:</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:15:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>* Installing OpenVPN client on Windows Vista and 7</title>
		<link>http://jasonschaefer.com/archives/312</link>
		<comments>http://jasonschaefer.com/archives/312#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:20:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[untangle]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jasonschaefer.com/?p=312</guid>
		<description><![CDATA[These are the manual instructions for installing and configuring OpenVPN client See the Section at the end if you are using untangle. Download openvpn gui at http://openvpn.net/index.php/open-source/downloads.html#latest-stable Run installer Leave the components section as default. Accept the TAP driver install Right click on OpenVPN GUI and select properties Go to Compatibility tab and select &#8220;run <a href='http://jasonschaefer.com/archives/312'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>These are the manual instructions for installing and configuring OpenVPN client</p>
<p>See the Section at the end if you are using untangle.</p>
<p>Download openvpn gui at <a href="http://openvpn.net/index.php/open-source/downloads.html#latest-stable">http://openvpn.net/index.php/open-source/downloads.html#latest-stable</a></p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/10/get-latest-stable.png"><img class="alignnone size-medium wp-image-339" title="get-latest-stable" src="http://jasonschaefer.com/wp-content/uploads/2010/10/get-latest-stable-300x263.png" alt="" width="300" height="263" /></a></p>
<p>Run installer</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/run-installer.png"><img class="alignnone size-medium wp-image-349" title="run-installer" src="http://jasonschaefer.com/wp-content/uploads/2010/11/run-installer-300x188.png" alt="" width="300" height="188" /></a></p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/install.png"><img class="alignnone size-full wp-image-345" title="install" src="http://jasonschaefer.com/wp-content/uploads/2010/11/install.png" alt="" width="200" height="157" /></a></p>
<p>Leave the components section as default.</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/install-defaults.png"><img class="alignnone size-medium wp-image-346" title="install-defaults" src="http://jasonschaefer.com/wp-content/uploads/2010/11/install-defaults-300x234.png" alt="" width="300" height="234" /></a></p>
<p>Accept the TAP driver install</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/TAP-install.png"></a><a href="http://jasonschaefer.com/wp-content/uploads/2010/10/TAP-install.png"><img class="alignnone size-medium wp-image-358" title="TAP-install" src="http://jasonschaefer.com/wp-content/uploads/2010/10/TAP-install-300x182.png" alt="" width="300" height="182" /></a></p>
<p>Right click on OpenVPN GUI and select properties</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/properties.png"><img class="alignnone size-medium wp-image-353" title="properties" src="http://jasonschaefer.com/wp-content/uploads/2010/11/properties-219x300.png" alt="" width="219" height="300" /></a></p>
<p>Go to Compatibility tab and select &#8220;run this program as administrator&#8221;<br />
(It requires admin priviledges because it needs to write routes for the new VPN tunnel. Without, it will connect but won&#8217;t know how to reach the other network.)</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/run-as-admin.png"><img class="alignnone size-medium wp-image-354" title="run-as-admin" src="http://jasonschaefer.com/wp-content/uploads/2010/11/run-as-admin-208x300.png" alt="" width="208" height="300" /></a></p>
<p>Get your OpenVPN configuration files from the system administrator. Copy and paste them into C:\Program Files\OpenVPN\config</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/10/config1.png"><img class="alignnone size-medium wp-image-370" title="config" src="http://jasonschaefer.com/wp-content/uploads/2010/10/config1-300x95.png" alt="" width="300" height="95" /></a><br />
ca.crt (certificate authority)<br />
jason.crt (client certificate)<br />
jason.key (client secret key)<br />
jason.ovpn (client configuration). Here are the contents of jason.ovpn:</p>
<pre class="brush:plain">client
dev tun0
cert jason.crt
key jason.key
ca ca.crt
remote vpn.server 1194
</pre>
<p>Now you can launch OpenVPN GUI by double clicking the icon on the desktop (the one we just set to run as admin). This will launch the OpenVPN GUI into the system tray.</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/10/systray-icon.png"><img class="size-medium wp-image-363 alignnone" title="systray-icon" src="http://jasonschaefer.com/wp-content/uploads/2010/10/systray-icon-282x300.png" alt="" width="282" height="300" /></a></p>
<p>Click on system tray, right click on OpenVPN GUI, left click &#8220;Connect&#8221;.</p>
<p>If all goes well, you will successfully connect. The OpenVPN GUI systray icon turns green. Now you are on the Virtual Private Network!</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/systray-icon.png"></a><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/systray-connected.png"><img class="size-full wp-image-355 alignnone" title="systray-connected" src="http://jasonschaefer.com/wp-content/uploads/2010/11/systray-connected.png" alt="" width="125" height="164" /></a></p>
<p><strong>Troubleshooting:</strong></p>
<p>If you can&#8217;t connect, double check you have the correct config files in</p>
<p>&nbsp;</p>
<h1>Untangle: Download or Distribute OpenVPN clients<strong><br />
</strong></h1>
<p>If you happen to be using untangle as the OpenVPN server you can   download the untangle openvpn client and configs from the untangle administration web interface. This greatly simplifies your setup as everything is bundled inside the setup.exe. Just download and install and connect.  This requires untangle version 7.4.1 or   higher to be compatible with Vista or Win 7. If you are using an older version, click &#8220;download a key for all other clients&#8221; (see screenshot below) and follow the instructions from the top of this page. If you want more control, you can use the above instructions for new versions of Untangle too.</p>
<p><strong>From untangle web interface:</strong></p>
<p>1. From main Untangle screen. OpenVPN rack, click on Settings<br />
2. Clients Tab<br />
3. Click &#8220;Distribute Clients&#8221;<br />
<a href="http://jasonschaefer.com/wp-content/uploads/2010/11/untangle-distribute.png"><br />
<img class="size-medium wp-image-360 alignnone" title="untangle-distribute" src="http://jasonschaefer.com/wp-content/uploads/2010/11/untangle-distribute-300x16.png" alt="" width="300" height="16" /></a></p>
<p>4. Then click to download OR enter the email address to send it to.</p>
<p><a href="http://jasonschaefer.com/wp-content/uploads/2010/11/untangle-download-config.png"><img class="size-medium wp-image-361 alignnone" title="untangle-download-config" src="http://jasonschaefer.com/wp-content/uploads/2010/11/untangle-download-config-300x210.png" alt="" width="300" height="210" /></a></p>
<p>5. Install on client computer and connect. Everything is done for you..</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonschaefer.com/archives/312/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>* Spoof MAC address in Windows or gnu/linux</title>
		<link>http://jasonschaefer.com/archives/56</link>
		<comments>http://jasonschaefer.com/archives/56#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:25:34 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[spoof]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jasonschaefer.com/?p=56</guid>
		<description><![CDATA[start -> run -> regedit make a backup, if you want. goto: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318} look through the list of subkeys (0000, 0001, etc) DriverDesc keyword will tell you which network adapter. For example, &#8220;NVIDIA nForce Networking Controller&#8221; when you find it, right click and add -> new -> string value new keyword: Value Name: = NetworkAddress <a href='http://jasonschaefer.com/archives/56'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>start -> run -> <strong>regedit</strong><br />
make a backup, if you want.<br />
goto:</p>
<pre class="brush: plain">
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}
</pre>
<p>look through the list of subkeys (0000, 0001, etc)<br />
<strong>DriverDesc</strong> keyword will tell you which network adapter. For example, &#8220;NVIDIA nForce Networking Controller&#8221;<br />
when you find it, right click and <strong>add -> new -> string value</strong></p>
<p>new keyword:</p>
<pre class="brush: plain">
Value Name: = NetworkAddress
Value Data: = your new MAC, with no space or : For example, 0019DB71C830
</pre>
<p>then type:</p>
<pre class="brush: plain">
ipconfig /release
ipconfig /renew
ipconfig /all   (to verify the new mac took)
</pre>
<p>Now your a l33t Winblows H4|<3r! If you want to go back to your hardware MAC, remove the NetworkAddress key and restart the interface.</p>
<p>FYI, in gnu/linux follow these simple steps to change your MAC address</p>
<pre class="brush: plain">ifconfig eth0 hw ether 00:19:DB:71:C8:30</pre>
<p>if you get this error</p>
<pre class="brush: plain">SIOCSIFHWADDR: Device or resource busy - you may need to down the interface</pre>
<p>do this</p>
<pre class="brush: plain">ifconfig eth0 down</pre>
<p>and try to change the MAC again.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonschaefer.com/archives/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

