<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Gary Court Comments</title>
	<link>http://garycourt.com</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 00:55:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on VPNC with Shorewall on OpenWRT by: jf</title>
		<link>http://garycourt.com/blog/post/vpnc-with-shorewall-on-openwrt/#comment-44086</link>
		<pubDate>Sat, 21 Jun 2008 20:38:36 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/vpnc-with-shorewall-on-openwrt/#comment-44086</guid>
					<description>whoops - I mean:

for i in $(seq 0 $CISCO_SPLIT_INC) ; do

:-)</description>
		<content:encoded><![CDATA[	<p>whoops - I mean:</p>
	<p>for i in $(seq 0 $CISCO_SPLIT_INC) ; do</p>
	<p>:-)
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on VPNC with Shorewall on OpenWRT by: jf</title>
		<link>http://garycourt.com/blog/post/vpnc-with-shorewall-on-openwrt/#comment-44083</link>
		<pubDate>Sat, 21 Jun 2008 20:14:18 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/vpnc-with-shorewall-on-openwrt/#comment-44083</guid>
					<description>Very helpful.  Here's a more compact way of doing the line replacement:

for i in $(seq 1 $CISCO_SPLIT_INC) ; do

instead of

for ((i = 0 ; i </description>
		<content:encoded><![CDATA[	<p>Very helpful.  Here&#8217;s a more compact way of doing the line replacement:</p>
	<p>for i in $(seq 1 $CISCO_SPLIT_INC) ; do</p>
	<p>instead of</p>
	<p>for ((i = 0 ; i
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on OpenWRT Advanced Firewall by: ibague</title>
		<link>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-41747</link>
		<pubDate>Sun, 20 Apr 2008 23:39:35 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-41747</guid>
					<description>Well, The best firewall i have found in my experience with linux is APF, very simple configuration and work great! Is there a distribution for openwrt???? i googled a lot some minutes ago without answer</description>
		<content:encoded><![CDATA[	<p>Well, The best firewall i have found in my experience with linux is APF, very simple configuration and work great! Is there a distribution for openwrt???? i googled a lot some minutes ago without answer
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Installing OpenWRT on the Linksys WRT54GL by: Bruce Meyer</title>
		<link>http://garycourt.com/blog/post/installing-openwrt-on-the-linksys-wrt54gl/#comment-30471</link>
		<pubDate>Wed, 12 Dec 2007 04:33:04 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/installing-openwrt-on-the-linksys-wrt54gl/#comment-30471</guid>
					<description>Great job, I bought the SVEASOFT for the hotspot, which failed miserably. This is works perfetlly. I like how you chose to block doubleclick in dnsmasq instead of via iptables.
Thatnks for taking the time to write up this article. Now, to see if I can fit snort onto this WRT54GL!
Bruce D. Meyer
Network Analyst
City of Columbia, SC</description>
		<content:encoded><![CDATA[	<p>Great job, I bought the SVEASOFT for the hotspot, which failed miserably. This is works perfetlly. I like how you chose to block doubleclick in dnsmasq instead of via iptables.<br />
Thatnks for taking the time to write up this article. Now, to see if I can fit snort onto this WRT54GL!<br />
Bruce D. Meyer<br />
Network Analyst<br />
City of Columbia, SC
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PHP OSGi Framework Concept by: fotinorod</title>
		<link>http://garycourt.com/blog/post/php-osgi-framework-concept/#comment-17977</link>
		<pubDate>Sat, 07 Jul 2007 14:45:40 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/php-osgi-framework-concept/#comment-17977</guid>
					<description>Hi 
 
I am Lucy, I have found your website while searching for some info at Google. Your site has helped me in a big way. 
 
 
Bye</description>
		<content:encoded><![CDATA[	<p>Hi </p>
	<p>I am Lucy, I have found your website while searching for some info at Google. Your site has helped me in a big way. </p>
	<p>Bye
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on OpenWRT Advanced Firewall by: Gary Court</title>
		<link>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-2132</link>
		<pubDate>Thu, 31 Aug 2006 00:39:26 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-2132</guid>
					<description>Yea, looks like I forgot to comment on that. I commented out, in &lt;code&gt;S50dnsmasq&lt;/code&gt;, the line...

  args=&quot;-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h ${wanif:+-I ${wanif} }&quot;

...which essentially removes the overriding configuration options that you then define in &lt;code&gt;dnsmasq.conf&lt;/code&gt;. 

You do need to have &lt;code&gt;S50dnsmasq&lt;/code&gt; in there in order to start the &lt;code&gt;dnsmasq&lt;/code&gt; service.</description>
		<content:encoded><![CDATA[	<p>Yea, looks like I forgot to comment on that. I commented out, in <code>S50dnsmasq</code>, the line&#8230;</p>
	<p>  args=&#8221;-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h ${wanif:+-I ${wanif} }&#8221;</p>
	<p>&#8230;which essentially removes the overriding configuration options that you then define in <code>dnsmasq.conf</code>. </p>
	<p>You do need to have <code>S50dnsmasq</code> in there in order to start the <code>dnsmasq</code> service.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on OpenWRT Advanced Firewall by: duaux</title>
		<link>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-2125</link>
		<pubDate>Tue, 29 Aug 2006 19:35:57 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/openwrt-advanced-firewall/#comment-2125</guid>
					<description>Gary,

Thank you for this detailed walkthrough! It was exactly what I was looking for. However, after i followed through step by step, I ran into a small problem.

After I rebooted the router, my DNS request stoped working.

ie. I get an IP but cannot goto www.google.com, but can go by http://72.40.xx.xx

I suspect it has to do with:

/etc/dnsmasq.conf vs. /etc/init.d/S50dnsmasq

I stopped using S50dnsmasq and used /etc/dnsmasq.conf only.

Comments in the S50dnsmasq said if I am using /etc/dnsmasq.conf I can get rid of S50dnsmasq.

Thats what I did... :(

Anycomments appreciated.

Thank you.</description>
		<content:encoded><![CDATA[	<p>Gary,</p>
	<p>Thank you for this detailed walkthrough! It was exactly what I was looking for. However, after i followed through step by step, I ran into a small problem.</p>
	<p>After I rebooted the router, my DNS request stoped working.</p>
	<p>ie. I get an IP but cannot goto <a href='http://www.google.com' rel='nofollow'>www.google.com</a>, but can go by <a href='http://72.40.xx.xx' rel='nofollow'>http://72.40.xx.xx</a></p>
	<p>I suspect it has to do with:</p>
	<p>/etc/dnsmasq.conf vs. /etc/init.d/S50dnsmasq</p>
	<p>I stopped using S50dnsmasq and used /etc/dnsmasq.conf only.</p>
	<p>Comments in the S50dnsmasq said if I am using /etc/dnsmasq.conf I can get rid of S50dnsmasq.</p>
	<p>Thats what I did&#8230; <img src='http://garycourt.com/wp-images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
	<p>Anycomments appreciated.</p>
	<p>Thank you.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on AWStats on Debian by: Joakim Andersson &#166; AWStats</title>
		<link>http://garycourt.com/blog/post/awstats-on-debian/#comment-1705</link>
		<pubDate>Tue, 25 Jul 2006 18:36:25 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/awstats-on-debian/#comment-1705</guid>
					<description>[...] Gary Court has an excellent tutorial on how to get AWStats up and running on Debian. With the help of his article it didn&amp;#8217;t take many minutes for me to set it up. Quite fun to be able to see how many visitors this web site has. [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] Gary Court has an excellent tutorial on how to get AWStats up and running on Debian. With the help of his article it didn&#8217;t take many minutes for me to set it up. Quite fun to be able to see how many visitors this web site has. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on AWStats on Debian by: John Curtis</title>
		<link>http://garycourt.com/blog/post/awstats-on-debian/#comment-445</link>
		<pubDate>Wed, 10 May 2006 04:11:07 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/awstats-on-debian/#comment-445</guid>
					<description>Great tutorial.  This helped me debug some troubles I was having with the apache2 log formats.  Everything is working beautifully now, thanks!</description>
		<content:encoded><![CDATA[	<p>Great tutorial.  This helped me debug some troubles I was having with the apache2 log formats.  Everything is working beautifully now, thanks!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on PHP OSGi Framework Concept by: Gary Court</title>
		<link>http://garycourt.com/blog/post/php-osgi-framework-concept/#comment-399</link>
		<pubDate>Wed, 03 May 2006 06:04:59 +0000</pubDate>
		<guid>http://garycourt.com/blog/post/php-osgi-framework-concept/#comment-399</guid>
					<description>&lt;strong&gt;Peter:&lt;/strong&gt; Holy crap, that's almost genius! :-)

Actually, I took a look into linking PHP into Java. I didn't really find much in the way of a Java written PHP engines, but integrating the native PHP engine using, say, the &lt;a href=&quot;http://php-java-bridge.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;PHP / Java Bridge&lt;/a&gt; could make this work fairly easily. You could easily write a wrapper in Java for the engine, and a PHP class that abstracts the communication back to Java, and get access to all the functionality of the OSGi framework.

The biggest problem I see with this, however, is that most PHP programmers would scoff at the idea of letting Java run their PHP environments. Apache and PHP is like sacred for most, and wouldn't see or want to bother with getting something like this working.

Very interesting idea, something I may even pursue one day.</description>
		<content:encoded><![CDATA[	<p><strong>Peter:</strong> Holy crap, that&#8217;s almost genius! <img src='http://garycourt.com/wp-images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
	<p>Actually, I took a look into linking PHP into Java. I didn&#8217;t really find much in the way of a Java written PHP engines, but integrating the native PHP engine using, say, the <a href="http://php-java-bridge.sourceforge.net/" rel="nofollow">PHP / Java Bridge</a> could make this work fairly easily. You could easily write a wrapper in Java for the engine, and a PHP class that abstracts the communication back to Java, and get access to all the functionality of the OSGi framework.</p>
	<p>The biggest problem I see with this, however, is that most PHP programmers would scoff at the idea of letting Java run their PHP environments. Apache and PHP is like sacred for most, and wouldn&#8217;t see or want to bother with getting something like this working.</p>
	<p>Very interesting idea, something I may even pursue one day.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
