<?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>The word according to me</title>
	<atom:link href="http://www.jamiekemp.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jamiekemp.net/wordpress</link>
	<description>All about my life and the world i live in</description>
	<lastBuildDate>Sun, 01 Feb 2009 17:52:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux VPN and bridging</title>
		<link>http://www.jamiekemp.net/wordpress/?p=16</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=16#comments</comments>
		<pubDate>Sun, 01 Feb 2009 17:50:29 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.net/wordpress/?p=16</guid>
		<description><![CDATA[After many weeks of getting fed up with the Microsoft VPN client  I decided to give the Linux side of things a spin.
After a bit of searching i came across a page on the ubuntu wiki
 which started to point me in the right direction.
For my vpn connection i have had to remove the usepeerdns [...]]]></description>
			<content:encoded><![CDATA[<p>After many weeks of getting fed up with the Microsoft VPN client  I decided to give the Linux side of things a spin.</p>
<p>After a bit of searching i came across a page on the <a href="https://help.ubuntu.com/community/VPNClient">ubuntu wiki<br />
</a> which started to point me in the right direction.</p>
<p>For my vpn connection i have had to remove the usepeerdns entry. Leaving that in place stopped the box from being able to see the net.</p>
<p>Now the server could see the vpn network so I started to look into methods of making the network available to my other pcs. This stage was the hardest to find information for and everyones version seemed to be different.</p>
<p>This is what worked for me (i found my information at <a href="http://www.sourcefiles.org/Networking/Masquerading-Simple-HOWTO.shtml">here</a> and <a href="http://ubuntuforums.org/showthread.php?t=416004">here</a>:</p>
<ol>
<li>I added ipt_MASQUERADE to the bottom of my /etc/modules file</li>
<li>In /etc/ppp/ip-up i added the following:<br />
<code>if [ "${PPP_IPPARAM}" = "myvpn" ]; then<br />
ip r a &lt;vpn ip range&gt;/8 via &lt;vpn ip&gt; dev "${PPP_IFACE}"<br />
iptables -F;iptables -t nat -F;<br />
iptables -t mangle -F<br />
iptables -t nat -A POSTROUTING -o "${PPP_IFACE}" -j MASQUERADE<br />
fi</code></li>
<li>bring up the connection using pon &lt;yourconnection&gt;. Test that you can ping both the local network, remote network and the internet</li>
<li>Secure it by adding the following before the fi in step 2<br />
<code><br />
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT<br />
iptables -A INPUT -m state --state NEW -i ! ppp0 -j ACCEPT<br />
iptables -P INPUT DROP   #only if the first two are successful<br />
iptables -A FORWARD -i </code><code>"${PPP_IFACE}"</code><code> -o </code><code>"${PPP_IFACE}"</code><code> -j REJECT<br />
</code></li>
<li>Drop the previous connection using poff and then reconnect. The VPN connection should now be correctly setup and you should be able to ping local, vpn and external machines as before</li>
<li>Create a route on your pcs that point traffic to your VPN&#8217;s ip range through the Linux system and you should now have VPN access <img src='http://www.jamiekemp.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </li>
</ol>
<p>I hope this helps people that are trying to setup a vpn connection and then share it between there local machines. The only thing that i am now missing is dns from the vpn. Its not a major problem at the moment but it would be a nice to have feature. I will post my findings once i have some time to investigate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WM6.1 Threaded Text messages: See more of the message your writing</title>
		<link>http://www.jamiekemp.net/wordpress/?p=12</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=12#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:57:22 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[wm6.1]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.net/wordpress/?p=12</guid>
		<description><![CDATA[Ever since i upgraded to WM6.1 i have always found the threaded text messages a problem when writing a message to someone. Its extremely useful if your trying to reply to a message but i always thought that it did not show enough lines of the text i&#8217;m personally writing.
When i had my HTC Vox [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since i upgraded to WM6.1 i have always found the threaded text messages a problem when writing a message to someone. Its extremely useful if your trying to reply to a message but i always thought that it did not show enough lines of the text i&#8217;m personally writing.</p>
<p>When i had my HTC Vox (or Orange SPV E650 as orange themselves would like to call it) this was no so much of a problem. I could type so quickly on the keyboard I had no need to keep reading back through the text i had previously. Now with my HTC Touch Diamond texting takes a lot longer so its nice to see the last sentance or two that i have written.</p>
<p>Thanks to <a href="http://forum.xda-developers.com/showthread.php?t=404396" target="_blank">this thread</a> i have now successfully changed the size of the field that is provided.</p>
<p>Details are as follows:</p>
<ol>
<li>Go to the windows directory on your phone</li>
<li>Find file threaded_sms.htm</li>
<li>Find line: &lt;Inbox:content id=&#8221;COMPOSESUBJECT&#8221; width=&#8221;98%&#8221; height=35</li>
<li>Change the height=35 to whatever you like.</li>
<li>Save and soft reset your phone.</li>
</ol>
<p>I have changed mine so it looks like &lt;Inbox:content id=&#8221;COMPOSESUBJECT&#8221; width=&#8221;98%&#8221; height=50. This gives me 3 lines of the text im writing rather than two.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change in HDD and VLC Video Problems</title>
		<link>http://www.jamiekemp.net/wordpress/?p=10</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=10#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:39:42 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[tv/video]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.net/wordpress/?p=10</guid>
		<description><![CDATA[After coming across a 250gb hard disk I had forgotten about I decided to replace the existing noisy 20gb hard drive in my TV server. Rather than doing a fresh install I tried to do a side to side copy of the system&#8230; did not go to well.
In the end I did a fresh minimal [...]]]></description>
			<content:encoded><![CDATA[<p>After coming across a 250gb hard disk I had forgotten about I decided to replace the existing noisy 20gb hard drive in my TV server. Rather than doing a fresh install I tried to do a side to side copy of the system&#8230; did not go to well.</p>
<p>In the end I did a fresh minimal install of ubuntu 8.10. On my initial boot I came across a grub &#8216;error 18&#8242;. After some investigation i realised the boot partition was bigger than the size supported by the motherboard. Did another install but this time added in a small 300MB boot partition. Now the system boots happily! Happy days!</p>
<p>The next issue is related to groups. I installed vlc-nox and placed my init script back into its home on the new install. I tried to run it but it failed horribly with VLC complaining about unable to open /dev/video0. After trying a few things (i installed the vlc package amongst other things) i decided to check out the permissions of /dev/video0 and that is where the problem was. The device has permissions of 660 with a owner of root:video. So I added my user to the video group. Rebooted and tv server was back to normal!</p>
<p>So reminder to self: Check permissions first. Then anything else!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pvr-350 &#8211; From the STB to my screen</title>
		<link>http://www.jamiekemp.net/wordpress/?p=6</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=6#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:27:53 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[tv/video]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.co.uk/wordpress/?p=6</guid>
		<description><![CDATA[At home I have my virgin STB connected up to a old 450mhz server. I then use this machine to forward the picture onto which ever machine I am using at the time.  I found that adding the following line to a script that is run at startup (mine runs within my vlc init.d script) [...]]]></description>
			<content:encoded><![CDATA[<p>At home I have my virgin STB connected up to a old 450mhz server. I then use this machine to forward the picture onto which ever machine I am using at the time.  I found that adding the following line to a script that is run at startup (mine runs within my vlc init.d script) solves all the problems i was seeing with the pvr-350:</p>
<blockquote><p>v4l2-ctl &#8211;set-ctrl temporal_filter=0 &#8211;set-input=5</p></blockquote>
<p>Once this line is in place the ghosting issues i was seeing vanished. The set-input of course tells the pvr to use the scart input.</p>
<p>This post is mainly for a reminder in the case i ever rebuild this box. However there is possibly some chance someone might find this useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy new year everyone!</title>
		<link>http://www.jamiekemp.net/wordpress/?p=4</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=4#comments</comments>
		<pubDate>Thu, 01 Jan 2009 14:02:18 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.co.uk/wordpress/?p=4</guid>
		<description><![CDATA[I have finally found the time to get my blog operational again. So happy new year everyone!
]]></description>
			<content:encoded><![CDATA[<p>I have finally found the time to get my blog operational again. So happy new year everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the firefox backspace annoyance</title>
		<link>http://www.jamiekemp.net/wordpress/?p=3</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=3#comments</comments>
		<pubDate>Mon, 28 May 2007 16:03:22 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.jamiekemp.co.uk/wordpress/archives/3</guid>
		<description><![CDATA[Thanks to this post here there is a very easy way to stop firefox 2.0 paging up when you hit the backspace key. Returning it to its historic job of going back to the previous page.
To do this simply  type “about:config” in the address bar of Firefox and press Enter. `Filter` for ‘browser.backspace_action’ and change [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to this post <a href="http://ubuntu.wordpress.com/2006/12/21/fix-firefox-backspace-to-take-you-to-the-previous-page/#comment-54915">here</a> there is a very easy way to stop firefox 2.0 paging up when you hit the backspace key. Returning it to its historic job of going back to the previous page.</p>
<p>To do this simply  type “about:config” in the address bar of Firefox and press Enter. `Filter` for ‘browser.backspace_action’ and change its value to 0 (zero).</p>
<p>Simple as!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the beginning&#8230;</title>
		<link>http://www.jamiekemp.net/wordpress/?p=1</link>
		<comments>http://www.jamiekemp.net/wordpress/?p=1#comments</comments>
		<pubDate>Sun, 27 May 2007 18:28:12 +0000</pubDate>
		<dc:creator>jammie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8230; there was a first entry in a blog. This blog was empty and looked pretty lonely. So the blog lord created a person called Jamie who would write entries into this blog. Most entries being posts for future personal reference but also so others might take and use information posted for there own good. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; there was a first entry in a blog. This blog was empty and looked pretty lonely. So the blog lord created a person called Jamie who would write entries into this blog. Most entries being posts for future personal reference but also so others might take and use information posted for there own good. The blog lord sat back and looked at his creation and was pleased at his work. He then went forth and decided that the blog should be made pretty and more unique from its default. This was done and the lord was happy.</p>
<p>Ok&#8230; so i did not know what to put in my first blog entry :p.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiekemp.net/wordpress/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
