<?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>David Andrzejewski &#187; Security</title> <atom:link href="http://www.davidandrzejewski.com/category/security/feed/" rel="self" type="application/rss+xml" /><link>http://www.davidandrzejewski.com</link> <description></description> <lastBuildDate>Fri, 18 Nov 2011 23:01:39 +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>Squid Proxy: Make Outgoing Headers Anonymous</title><link>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/</link> <comments>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/#comments</comments> <pubDate>Sun, 06 Nov 2011 12:56:58 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=494</guid> <description><![CDATA[TweetBy default, Squid sends HTTP headers on every request that can give away information about your internal network. Here&#8217;s an example of these headers: HTTP_VIA:1.1 proxyserver.local (squid/3.1.16) HTTP_X_FORWARDED_FOR:192.168.0.123 That&#8217;s three pieces of information you may not want to give away: The host name of your proxy server, the version of Squid it&#8217;s running, and the <a
href='http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton494" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F06%2Fsquid-proxy-make-outgoing-headers-anonymous%2F&amp;via=dandrzejewski&amp;text=Squid%20Proxy%3A%20Make%20Outgoing%20Headers%20Anonymous&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>By default, Squid sends HTTP headers on every request that can give away information about your internal network. Here&#8217;s an example of these headers:</p><pre>HTTP_VIA:1.1 proxyserver.local (squid/3.1.16)
HTTP_X_FORWARDED_FOR:192.168.0.123</pre><p>That&#8217;s three pieces of information you may not want to give away: The host name of your proxy server, the version of Squid it&#8217;s running, and the IP address of the system that&#8217;s making the request via the proxy.</p><p>Fortunately, it&#8217;s simple (and does not apparently violate any standards) to make these headers more anonymous &#8211; just use these configuration directives in your squid.conf:</p><pre>
# Be more anonymous
forwarded_for off
visible_hostname proxy.local
httpd_suppress_version_string on
</pre><p>That will change the headers to look more like this:</p><pre>HTTP_VIA:1.1 proxy.local (squid)
HTTP_X_FORWARDED_FOR:unknown</pre><div
id="tweetbutton494" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F06%2Fsquid-proxy-make-outgoing-headers-anonymous%2F&amp;via=dandrzejewski&amp;text=Squid%20Proxy%3A%20Make%20Outgoing%20Headers%20Anonymous&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Configure VLANs on FreeBSD</title><link>http://www.davidandrzejewski.com/2011/09/07/configure-vlans-on-freebsd/</link> <comments>http://www.davidandrzejewski.com/2011/09/07/configure-vlans-on-freebsd/#comments</comments> <pubDate>Thu, 08 Sep 2011 03:46:43 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Security]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=461</guid> <description><![CDATA[TweetIf you have a switch, access point or other piece of network hardware that supports 802.1q VLAN tagging, and you&#8217;d like to your FreeBSD system to recognize them, it&#8217;s a pretty straight-forward configuration.  I&#8217;ll use examples from my network to illustrate.  My goal in this case, which I may write about in a separate post, <a
href='http://www.davidandrzejewski.com/2011/09/07/configure-vlans-on-freebsd/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton461" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F09%2F07%2Fconfigure-vlans-on-freebsd%2F&amp;via=dandrzejewski&amp;text=Configure%20VLANs%20on%20FreeBSD&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>If you have a switch, access point or other piece of network hardware that supports 802.1q VLAN tagging, and you&#8217;d like to your FreeBSD system to recognize them, it&#8217;s a pretty straight-forward configuration.  I&#8217;ll use examples from my network to illustrate.  My goal in this case, which I may write about in a separate post, was to create two segmented wifi networks &#8211; one for my main network and one for guests to connect to.  I wanted the guest network to have access to the internet, but not to any of my other systems on the network.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2011/09/07/configure-vlans-on-freebsd/">Configure VLANs on FreeBSD</a> (341 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2011/09/07/configure-vlans-on-freebsd/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FreeBSD Backup Using JungleDisk and Dump</title><link>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/</link> <comments>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/#comments</comments> <pubDate>Mon, 02 Mar 2009 00:40:15 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[freebsd]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=222</guid> <description><![CDATA[TweetI previously discussed configuring JungleDisk on FreeBSD.  It&#8217;s not quite the easiest to install since FreeBSD isn&#8217;t officially supported.  To take that a step further, I&#8217;m now going to show what I do to back up my FreeBSD box at home. Update, November 2009: I am no longer using JungleDisk to back up my FreeBSD <a
href='http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton222" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F03%2F01%2Ffreebsd-backup-using-jungledisk-and-dump%2F&amp;via=dandrzejewski&amp;text=FreeBSD%20Backup%20Using%20JungleDisk%20and%20Dump&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>I previously discussed configuring <a
href="http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/">JungleDisk on FreeBSD</a>.  It&#8217;s not quite the easiest to install since FreeBSD isn&#8217;t officially supported.  To take that a step further, I&#8217;m now going to show what I do to back up my FreeBSD box at home.</p><p><strong>Update, November 2009: I am no longer using JungleDisk to back up my FreeBSD box.  Jungledisk recently released version 3.0 of their software which does not include a command-line Linux version in the standard desktop edition.  I was advised to stick with the old version if I want to continue backing up.  Instead, I chose to change over to Duplicity.  I will write a post on Duplicity in the near future.</strong></p><p>There are a couple of steps to this process.  First, we must perform the backup itself.  I&#8217;m using <a
href="http://www.freebsd.org/cgi/man.cgi?query=dump&amp;sektion=8">dump(8)</a> for this purpose &#8211; this program is built right into FreeBSD &#8211; it&#8217;s purpose in the original UNIX was to dump a file system to a tape drive, but we&#8217;re going to use it to dump the filesystem to a file.  The second step is to have JungleDisk back the files up to S3.</p><p>Standard disclaimer:  This is not at all supported by JungleDisk and if you choose to try this, you’re doing so at your own risk.  This works fine for me, but your mileage may vary.  I am not in any way responsible for any costs this may incur to you, or any damage this may cause.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/">FreeBSD Backup Using JungleDisk and Dump</a> (1,785 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Online Safety &#8211; For Your Parents?</title><link>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/</link> <comments>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/#comments</comments> <pubDate>Tue, 10 Feb 2009 04:00:23 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[online safety]]></category> <category><![CDATA[spyware]]></category> <category><![CDATA[virus]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=192</guid> <description><![CDATA[TweetThere are lots of articles with tips for parents on how to keep their kids safe online.  But what about those of us who are the resident computer geeks in the family &#8211; how do we keep our parents and other family members safe from getting viruses and falling prey to phishing attacks? We&#8217;ve all <a
href='http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton192" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F02%2F09%2Fonline-safety-for-your-parents%2F&amp;via=dandrzejewski&amp;text=Online%20Safety%20%26%238211%3B%20For%20Your%20Parents%3F&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>There are lots of articles with tips for parents on how to keep their kids safe online.  But what about those of us who are the resident computer geeks in the family &#8211; how do we keep our <em>parents</em> and other family members safe from getting viruses and falling prey to phishing attacks?</p><p>We&#8217;ve all been through this &#8211; a member of our family somehow manages to get a virus or fill their computer with adware, and then we have to fix it.  Of course, nobody did anything wrong or visited any bad sites &#8211; it just &#8220;happened.&#8221;  We spend hours trying to fix it, and when we finally do, we realize that we want those hours of our life back.  Or worse yet &#8211; it&#8217;s so bad that we can&#8217;t fix it, and need to reinstall everything for them.</p><p>I&#8217;m not implying that our parents are in any way unintelligent; I think the problem is that they don&#8217;t take these threats seriously enough.</p><p>So how do you &#8211; the geek in the family &#8211; prevent this from happening?  One answer that you&#8217;ll hear from the geek community is &#8220;install Linux.&#8221;  If you can get away with that without the guilt trip, go for it, but here are some tips for Windows users &#8211; read on.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/">Online Safety &#8211; For Your Parents?</a> (469 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
