<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Roy Sindre Norangshol</title>
	<atom:link href="http://www.roysindre.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roysindre.no</link>
	<description>Attracted to computers since I was two..</description>
	<lastBuildDate>Mon, 07 Nov 2011 17:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Setting up Thomson SpeedTouch 546v6 in bridge by halvors</title>
		<link>http://www.roysindre.no/a/2010/11/30/speedtouch-bridge/comment-page-1/#comment-1482</link>
		<dc:creator>halvors</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:08:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=182#comment-1482</guid>
		<description>If i have an ATM connection to the ISP will this deliver a Ethernet connection (PPPoE) to the secund (end of bridge) router? :)</description>
		<content:encoded><![CDATA[<p>If i have an ATM connection to the ISP will this deliver a Ethernet connection (PPPoE) to the secund (end of bridge) router? <img src='http://www.roysindre.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Thomson SpeedTouch 546v6 in bridge by Dannyboyni</title>
		<link>http://www.roysindre.no/a/2010/11/30/speedtouch-bridge/comment-page-1/#comment-1476</link>
		<dc:creator>Dannyboyni</dc:creator>
		<pubDate>Wed, 28 Sep 2011 19:13:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=182#comment-1476</guid>
		<description>I have followed your guide but im not having any luck.

I am from the UK and I am using 

VPI=0, VCI=38, PPPoA VC Based

My IP address is dynamic.

My speedtouch has the ip 192.168.1.254 and my tomato router has 10.0.0.1

Could you please give me advice for my connection, many thanks.</description>
		<content:encoded><![CDATA[<p>I have followed your guide but im not having any luck.</p>
<p>I am from the UK and I am using </p>
<p>VPI=0, VCI=38, PPPoA VC Based</p>
<p>My IP address is dynamic.</p>
<p>My speedtouch has the ip 192.168.1.254 and my tomato router has 10.0.0.1</p>
<p>Could you please give me advice for my connection, many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Thomson SpeedTouch 546v6 in bridge by norrs</title>
		<link>http://www.roysindre.no/a/2010/11/30/speedtouch-bridge/comment-page-1/#comment-1463</link>
		<dc:creator>norrs</dc:creator>
		<pubDate>Thu, 18 Aug 2011 23:03:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=182#comment-1463</guid>
		<description>Good information indeed, as &quot;wan_ifname&quot; will points to the correct vlan which the wan-port is assigned to. 

Ex.
Use &quot;nvram export --dump&quot; to list all the configs.  grep after vlan and you&#039;ll see that wan_ifname points to the correct interface. 

EDIT: According to use 30 or 24 bits of the ip address as the subnet mask is up to you. Since my modem is accessible under 10.0.0.1 I don&#039;t see any reason for why I would have more access-IP&#039;s available under that subnet then 2. 

I&#039;ll update my blog post :-)</description>
		<content:encoded><![CDATA[<p>Good information indeed, as &#8220;wan_ifname&#8221; will points to the correct vlan which the wan-port is assigned to. </p>
<p>Ex.<br />
Use &#8220;nvram export &#8211;dump&#8221; to list all the configs.  grep after vlan and you&#8217;ll see that wan_ifname points to the correct interface. </p>
<p>EDIT: According to use 30 or 24 bits of the ip address as the subnet mask is up to you. Since my modem is accessible under 10.0.0.1 I don&#8217;t see any reason for why I would have more access-IP&#8217;s available under that subnet then 2. </p>
<p>I&#8217;ll update my blog post <img src='http://www.roysindre.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Thomson SpeedTouch 546v6 in bridge by Nico</title>
		<link>http://www.roysindre.no/a/2010/11/30/speedtouch-bridge/comment-page-1/#comment-1460</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 13 Aug 2011 02:56:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=182#comment-1460</guid>
		<description>Nice HowTo!

For the last section, it was not working for me and I found that vlan2 was needed insead of vlan1 ...

It would be better easier to use in init:
sleep 10
ip addr add 10.0.0.2/24 dev $(nvram get wan_ifname) brd +

and in firewall:
/usr/sbin/iptables -I POSTROUTING -t nat -o $(nvram get wan_ifname) -d 10.0.0.2/24 -j MASQUERADE

(cf. http://tomatousb.org/forum/t-352790)</description>
		<content:encoded><![CDATA[<p>Nice HowTo!</p>
<p>For the last section, it was not working for me and I found that vlan2 was needed insead of vlan1 &#8230;</p>
<p>It would be better easier to use in init:<br />
sleep 10<br />
ip addr add 10.0.0.2/24 dev $(nvram get wan_ifname) brd +</p>
<p>and in firewall:<br />
/usr/sbin/iptables -I POSTROUTING -t nat -o $(nvram get wan_ifname) -d 10.0.0.2/24 -j MASQUERADE</p>
<p>(cf. <a href="http://tomatousb.org/forum/t-352790" rel="nofollow">http://tomatousb.org/forum/t-352790</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking on BusBuddy API by Rune M. Andersen</title>
		<link>http://www.roysindre.no/a/2011/05/26/hacking-on-busbuddy-api/comment-page-1/#comment-1395</link>
		<dc:creator>Rune M. Andersen</dc:creator>
		<pubDate>Fri, 27 May 2011 07:40:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=211#comment-1395</guid>
		<description>Looks damn good! 
Looking forward to see new services grow from the data :)</description>
		<content:encoded><![CDATA[<p>Looks damn good!<br />
Looking forward to see new services grow from the data <img src='http://www.roysindre.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert FLAC to MP3 on the fly with mp3fs by Moav</title>
		<link>http://www.roysindre.no/a/2008/12/10/convert-flac-to-mp3-on-the-fly-with-mp3fs/comment-page-1/#comment-1334</link>
		<dc:creator>Moav</dc:creator>
		<pubDate>Sun, 13 Mar 2011 18:50:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=72#comment-1334</guid>
		<description>Is there an app that does that ?</description>
		<content:encoded><![CDATA[<p>Is there an app that does that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dhclient: classless static route, bug? by norrs</title>
		<link>http://www.roysindre.no/a/2009/11/05/dhclient-classless-static-route-bug/comment-page-1/#comment-1262</link>
		<dc:creator>norrs</dc:creator>
		<pubDate>Mon, 03 May 2010 01:54:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=115#comment-1262</guid>
		<description>Nice to know that my debugging/solution helped you out :-)</description>
		<content:encoded><![CDATA[<p>Nice to know that my debugging/solution helped you out <img src='http://www.roysindre.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dhclient: classless static route, bug? by Stu</title>
		<link>http://www.roysindre.no/a/2009/11/05/dhclient-classless-static-route-bug/comment-page-1/#comment-1261</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sat, 01 May 2010 21:11:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.roysindre.no/?p=115#comment-1261</guid>
		<description>Hi,
  I have a speedtouch router and was having the same problem.  Changed the dhclient conf line and have rebooted, and network is working first time.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I have a speedtouch router and was having the same problem.  Changed the dhclient conf line and have rebooted, and network is working first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encrypting your USB pen drive with LUKS by norrs</title>
		<link>http://www.roysindre.no/a/2008/11/25/encrypting-your-usb-pen-drive-with-luks/comment-page-1/#comment-1249</link>
		<dc:creator>norrs</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.roysindre.no/?p=6#comment-1249</guid>
		<description>Sorry for slow reply, I just tested FreeOFTE[1] under Windows 7 x64 and it was working without &quot;any&quot; issues. Only problem with Vista x64 and W7 x64 is that it requires digital signed drivers from Microsoft, which FreeOFTE doesn&#039;t have yet, but their looking into it.[2]

I&#039;ll see if I have the time and write a short guide on how I mounted my encrypted USB pen. But I&#039;ll admit I didn&#039;t get the FreeOTFE Explorer working, I only received some memory error. I might dig more into this and update my post to include instructions for how to use freeOTFE under Windows XP, W7. 

[1] http://www.freeotfe.org/ (includes good documentation too)
[2] http://www.freeotfe.org/docs/Main/impact_of_kernel_driver_signing.htm#Method_7</description>
		<content:encoded><![CDATA[<p>Sorry for slow reply, I just tested FreeOFTE[1] under Windows 7 x64 and it was working without &#8220;any&#8221; issues. Only problem with Vista x64 and W7 x64 is that it requires digital signed drivers from Microsoft, which FreeOFTE doesn&#8217;t have yet, but their looking into it.[2]</p>
<p>I&#8217;ll see if I have the time and write a short guide on how I mounted my encrypted USB pen. But I&#8217;ll admit I didn&#8217;t get the FreeOTFE Explorer working, I only received some memory error. I might dig more into this and update my post to include instructions for how to use freeOTFE under Windows XP, W7. </p>
<p>[1] <a href="http://www.freeotfe.org/" rel="nofollow">http://www.freeotfe.org/</a> (includes good documentation too)<br />
[2] <a href="http://www.freeotfe.org/docs/Main/impact_of_kernel_driver_signing.htm#Method_7" rel="nofollow">http://www.freeotfe.org/docs/Main/impact_of_kernel_driver_signing.htm#Method_7</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encrypting your USB pen drive with LUKS by Robert</title>
		<link>http://www.roysindre.no/a/2008/11/25/encrypting-your-usb-pen-drive-with-luks/comment-page-1/#comment-1248</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.roysindre.no/?p=6#comment-1248</guid>
		<description>Well, what about using the encrypted pendrive under windows (98, xp, vista, 7 ...)? Have you got any experience ?</description>
		<content:encoded><![CDATA[<p>Well, what about using the encrypted pendrive under windows (98, xp, vista, 7 &#8230;)? Have you got any experience ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

