<?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>Rob Garth &#187; windows</title>
	<atom:link href="http://blog.sumostyle.net/robg/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sumostyle.net/robg</link>
	<description>Mildly Useful Stuff</description>
	<lastBuildDate>Fri, 12 Aug 2011 00:36:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OpenVPN client with Username and Password auth</title>
		<link>http://blog.sumostyle.net/robg/2010/03/01/ovpn-client/</link>
		<comments>http://blog.sumostyle.net/robg/2010/03/01/ovpn-client/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:46:20 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=467</guid>
		<description><![CDATA[Following on from last week&#8217;s post. We now need to setup the client. Network Manager The easiest openvpn client is network-manager. If you are using Ubuntu run: # aptitude install network-manager-openvpn # restart network-manager Now click on the network-manager applet, select configure VPN, and setup a new open-vpn connection. Set the gateway to you server [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from last week&#8217;s <a href="http://blog.sumostyle.net/robg/2010/02/25/ovpn-server/">post</a>. We now need to setup the client.<br />
<span id="more-467"></span></p>
<h4>Network Manager</h4>
<p>The easiest openvpn client is network-manager. If you are using Ubuntu run:</p>
<p><code># aptitude install network-manager-openvpn<br />
# restart network-manager</code></p>
<ul>
<li>Now click on the network-manager applet, select configure VPN, and setup a new open-vpn connection.</li>
<li>Set the gateway to you server</li>
<li>Set the type to Password</li>
<li>Point your CA to a copy of your server&#8217;s ca.crt and everything should just work</li>
</ul>
<h4>Everything Else</h4>
<p>Linux, Windows and OSX all have ports of OpenVPN, and I have setup the client on each of them. Unless you want to pay for Viscosity on the mac, the chances are you will need a client configuration file.</p>
<p>Attached is a simple client configuration file that will work. Edit it to match your server&#8217;s settings where appropriate. You will need this and your ca.crt in the same directory. On Windows the file extenion is &#8220;.ovpn&#8221;. On linux my file is called <code>/etc/openvpn/client.conf</code></p>
<pre>
##############################################
# Sample client-side OpenVPN 2.0 config file.
# for connecting to multi-client server.
##############################################

# Specify that we are a client and that we
# will be pulling certain config file directives
# from the server.
client

dev tun
proto udp

# The hostname/IP and port of the server.
remote my-server-2.domain 1194

# host name of the OpenVPN server.  Very useful
# on machines which are not permanently connected
# to the internet such as laptops.
resolv-retry infinite

# Most clients don't need to bind to
# a specific local port number.
nobind

# Try to preserve some state across restarts.
persist-key
persist-tun

# Certificate Authority
ca ca.crt

# Username/Password authentication is used on the server
auth-user-pass

# Verify server certificate by checking
# that the certicate has the nsCertType
# field set to "server".  This is an
# important precaution to protect against
# a potential attack discussed here:
#  http://openvpn.net/howto.html#mitm
#
# To use this feature, you will need to generate
# your server certificates with the nsCertType
# field set to "server".  The build-key-server
# script in the easy-rsa folder will do this.
ns-cert-type server

# Set log file verbosity.
verb 3
</pre>
<p>On linux to start the openvpn client simply type:<br />
<code># openvpn -config /etc/openvpn/client.conf</code></p>
<p>To manage the connection on Windows I would suggest using <a href="http://openvpn.se/">OpenVPN GUI</a>. And either <a href="http://www.tunnelblick.net/">tunnelblick</a>, or <a href="http://www.viscosityvpn.com/">Viscosity</a> (non-free) on OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2010/03/01/ovpn-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2 Libraries, 1 iPhone</title>
		<link>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/</link>
		<comments>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:33:27 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=319</guid>
		<description><![CDATA[My primary computer for syncing is my machine at work, but I occasionally want to add files from my home machines as well, and the iPhone will only sync with one library. I found this: http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html]]></description>
			<content:encoded><![CDATA[<p>My primary computer for syncing is my machine at work, but I occasionally want to add files from my home machines as well, and the iPhone will only sync with one library.</p>
<p>I found this: <a href="http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html">http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triple boot Mac/Linux/Windows</title>
		<link>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/</link>
		<comments>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:19:38 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=267</guid>
		<description><![CDATA[Found this great article on doing triple boot without needing grub to boot windows. http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/]]></description>
			<content:encoded><![CDATA[<p>Found this great article on doing triple boot without needing grub to boot windows.</p>
<p><a href="http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/trackback/">http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUPS-PDF</title>
		<link>http://blog.sumostyle.net/robg/2008/01/29/cups-pdf/</link>
		<comments>http://blog.sumostyle.net/robg/2008/01/29/cups-pdf/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 05:24:10 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=146</guid>
		<description><![CDATA[I know there seems little reason to have a virtual printer that prints PDF files on a Mac, every program can use the print dialogue to create a PDF. But in a hybrid network of Windows and Macs it makes good sense and allows you to create PDF files from any program on a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>I know there seems little reason to have a virtual printer that prints PDF files on a Mac, every program can use the print dialogue to create a PDF.</p>
<p>But in a hybrid network of Windows and Macs it makes good sense and allows you to create PDF files from any program on a Windows PC. Just use <a href="http://" title="http://www.codepoetry.net/projects/cups-pdf-for-mosx" target="_blank">CUPS-PDF</a> to setup a PDF virtual printer on a Mac, and share the printer.</p>
<p>Now every Windows PC on the network can create PDF files printing to this shared printer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2008/01/29/cups-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 days with Windows</title>
		<link>http://blog.sumostyle.net/robg/2007/12/14/2-days-with-windows/</link>
		<comments>http://blog.sumostyle.net/robg/2007/12/14/2-days-with-windows/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 22:12:47 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=139</guid>
		<description><![CDATA[That&#8217;s right. I lasted a whole 2 days before I thought the disk space was of far more value to OSX than to running Windows. The install was easy enough, and the drivers being included on the leopard disk means everything runs smoothly. I think the best hardware for running windows on is a mac. [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right. I lasted a whole 2 days before I thought the disk space was of far more value to OSX than to running Windows.</p>
<p>The install was easy enough, and the drivers being included on the leopard disk means everything runs smoothly. I think the best hardware for running windows on is a mac.</p>
<p>Of course then there were gigabytes of updates to download, and I needed a virus scanner (AVG is acceptable and free). Then IE7 and firefox to download, I think it took me half a day to get setup. It took me another half a day to realise what a bad choice I had made.</p>
<p>My macbook running OSX is fast and stable. I rarely have a crash, startup is quick, and though not lightning, most applications start quickly and the computer always seems responsive. Now in XP, I didn&#8217;t have a Vista disk handy, my computer became a steaming pile of poo to use.</p>
<p>My fresh install was slow and unreliable and plain and simple frustrating. So I spent a day getting what I need from the playstation store and then I reclaimed my disk space.</p>
<p>If you really think Windows compares you haven&#8217;t given Mac a fair go, or simply have no taste.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2007/12/14/2-days-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grrr Windows</title>
		<link>http://blog.sumostyle.net/robg/2007/12/06/grrr-windows/</link>
		<comments>http://blog.sumostyle.net/robg/2007/12/06/grrr-windows/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 11:23:13 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=138</guid>
		<description><![CDATA[For 6 months I have managed to live completely windows free (well except for my dopod &#8211; no iphone in Oz yet). Missing sync worked on the mac, office was there for compatibility, I was in a Beautiful windowless world. I wanted to use the Playstation Store today, and you need to install a download [...]]]></description>
			<content:encoded><![CDATA[<p>For 6 months I have managed to live completely windows free (well except for my dopod &#8211; no iphone in Oz yet). Missing sync worked on the mac, office was there for compatibility, I was in a Beautiful windowless world.
<p>I wanted to use the Playstation Store today, and you need to install a download manager to get the games on to the PSP.  And of course it runs on Windows only. I can&#8217;t find a way around it. Codeweavers may work, I haven&#8217;t tried.
<p>After 6 months I have given 5gb of disk to Bootcamp and windows. I have given up my ideals for Crash Team Racing. I am a cheap and dirty tramp. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2007/12/06/grrr-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba, Leopard and Windows 2003 AD. Hurrah!</title>
		<link>http://blog.sumostyle.net/robg/2007/11/20/samba-leopard-and-windows-2003-ad-hurrah/</link>
		<comments>http://blog.sumostyle.net/robg/2007/11/20/samba-leopard-and-windows-2003-ad-hurrah/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 23:51:47 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=136</guid>
		<description><![CDATA[More Leopard goodness. The office infrastructure I work in is all Windows, with a Windows 2003 AD controlling it all. I was having all sorts of issues with Tiger and the AD. I could use it as a directory, but because of AD and it&#8217;s proprietary Kerberos implementation, I could not use printersor any of the network shares. [...]]]></description>
			<content:encoded><![CDATA[<p>More Leopard goodness. The office infrastructure I work in is all Windows, with a Windows 2003 AD controlling it all. I was having all sorts of issues with Tiger and the AD. I could use it as a directory, but because of AD and it&#8217;s proprietary Kerberos implementation, I could not use printersor any of the network shares. Just to print a document I was having to Remote Desktop into a Windows server.
<p>
There are some fixes. See: <a href="http://allinthehead.com/retro/218/accessing-a-windows-2003-share-from-os-x" target="_blank">http://allinthehead.com/retro/218/accessing-a-windows-2003-share-from-os-x</a>. But I am not the Domain admin, and the change was refused.</p>
<p>I was hoping that Leopard&#8217;s implementation of Samba would fix the problem, but in the list of 300 improvements, samba was not mentioned. Anyway, my first time in the office in the 2 weeks since Leopard&#8217;s release, and it works! I can interact with the windows network seamlessly. I guess if it&#8217;s not one of the 300 new features it&#8217;s one of the +&#8217;s.</p>
<p>Either way I am happy, whether it was deliberate in the apple&#8217;s implementation of Samba, or simply a feature of the newer version included in Leopard, it works. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2007/11/20/samba-leopard-and-windows-2003-ad-hurrah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

