<?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>Calazan.com &#187; Networking</title>
	<atom:link href="http://www.calazan.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Opportunistic TLS</title>
		<link>http://www.calazan.com/opportunistic-tls/</link>
		<comments>http://www.calazan.com/opportunistic-tls/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 19:42:15 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=412</guid>
		<description><![CDATA[We had to upgrade our mail gateway/anti-spam software on Sunday because one of our vendors requires us to use encryption when exchanging emails with them.  The easiest solution is to use opportunistic TLS, where the server will always try to connect to the other server using the TLS protocol.  If the other server supports TLS, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.calazan.com/wp-content/uploads/2009/03/secure_email.jpg"><img class="alignleft size-medium wp-image-422" title="secure_email" src="http://www.calazan.com/wp-content/uploads/2009/03/secure_email.jpg" alt="" width="136" height="140" /></a>We had to upgrade our mail gateway/anti-spam software on Sunday because one of our vendors requires us to use encryption when exchanging emails with them.  The easiest solution is to use opportunistic TLS, where the server will always try to connect to the other server using the TLS protocol.  If the other server supports TLS, then traffic is encrypted.  If not, then the email is sent using just regular SMTP without encryption.</p>
<p>This is actually the first time I&#8217;ve even heard of opportunistic TLS, I&#8217;m used to seeing S/MIME and PGP when reading about email encryption.  What I like about this is encryption/decryption is done on the server side so the users don&#8217;t have to do anything different when sending emails and we don&#8217;t have to issue a certificate to each user and manage the keys.</p>
<p>If you&#8217;re using Exchange Server 2007, opportunistic TLS is already enabled by default.  You can check this by entering <em>Get-SendConnector &#8220;Send Connector Name&#8221; | Format-List</em> in the Exchange Management Shell.  Look for the <strong>IgnoreStartTLS</strong> parameter, if it&#8217;s set to <strong>false</strong> then opportunistic TLS is enabled.</p>
<p>To check whether a server supports TLS, telnet to the server on port 25 and check if the server supports the <strong>STARTTLS</strong> command, for example:</p>
<p><em>telnet mail.global.frontbridge.com 25</em></p>
<div id="attachment_419" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.calazan.com/wp-content/uploads/2009/03/smtp_tls.png"><img class="size-medium wp-image-419" title="smtp_tls" src="http://www.calazan.com/wp-content/uploads/2009/03/smtp_tls-300x150.png" alt="" width="300" height="150" /></a><p class="wp-caption-text">This server supports TLS</p></div>
<p>Here&#8217;s an example of the header of an email that was delivered with TLS enabled (I modified the IP addresses and names for privacy reasons):</p>
<p><em>Received: from mailgateway01 (1.2.3.4) by mailserver01.domain.com (1.2.3.5)<br />
with <strong>Microsoft SMTP Server (TLS)</strong> id 8.1.263.0; Mon, 16 Mar 2009 18:05:18<br />
-0400<br />
Received: from mail.global.frontbridge.com ([65.55.88.22]) by mail.somedomain.com<br />
([1.2.3.4]) with ESMTP (TREND IMSS SMTP Service 7.0; <strong>TLS:<br />
TLSv1/SSLv3,128bits,AES128-SHA</strong>) id 06456c96000057da for &lt;jdoe@microsoft.com&gt;;<br />
Mon, 16 Mar 2009 18:05:16 -0500</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/opportunistic-tls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Untangle 6.1 Beta Now Available</title>
		<link>http://www.calazan.com/untangle-61-beta-now-available/</link>
		<comments>http://www.calazan.com/untangle-61-beta-now-available/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 00:35:03 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[open source software]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=306</guid>
		<description><![CDATA[The biggest change in 6.1 is it&#8217;s now based on Debian Lenny (kernel 2.6.26).  Here&#8217;s the full changelog.  You can download the beta here.
]]></description>
			<content:encoded><![CDATA[<p>The biggest change in 6.1 is it&#8217;s now based on Debian Lenny (kernel 2.6.26).  Here&#8217;s the full <a title="Untangle 6.1 Changelog" href="http://wiki.untangle.com/index.php/6.1_Changelog" target="_blank">changelog</a>.  You can download the beta <a title="Untangle 6.1 Beta Download" href="http://www.untangle.com/download/untangle_610_community_beta.iso" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/untangle-61-beta-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untangle Network Gateway</title>
		<link>http://www.calazan.com/untangle-network-gateway/</link>
		<comments>http://www.calazan.com/untangle-network-gateway/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 04:48:45 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[open source software]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=189</guid>
		<description><![CDATA[Another great open source software.  
Untangle is basically a Unified Threat Management (UTM) solution designed for SMBs (up to about 300 users, although there are people who have successfully deployed it in much bigger environments, like this one, for example, with 1600+ users).  Untangle packaged all these great open source security software together and then [...]]]></description>
			<content:encoded><![CDATA[<p>Another great open source software.  <a title="Untangle" href="http://www.untangle.com" target="_blank"></a></p>
<p><a title="Untangle" href="http://www.untangle.com" target="_blank">Untangle</a> is basically a <a title="Unified Threat Management" href="http://en.wikipedia.org/wiki/Unified_threat_management" target="_blank">Unified Threat Management (UTM)</a> solution designed for SMBs (up to about 300 users, although there are people who have successfully deployed it in much bigger environments, like <a title="Untangle Forums" href="http://forums.untangle.com/showthread.php?t=796" target="_blank">this one</a>, for example, with 1600+ users).  Untangle packaged all these great open source security software together and then provided a really nice and very intuitive user interface for them simplifying installation and management.  They also have commercial add-ons and provide live support for a fee.</p>
<p>Here&#8217;s the product overview.</p>
<p><strong>Open Source and Free</strong></p>
<ul>
<li><strong>Firewall</strong> &#8211; Just like most firewalls, nothing really special.  You can add a description to each rule (yes, I had to mention this because our current SonicWALL firewall at work doesn&#8217;t have this option!!!).</li>
<li><strong>Web Filter</strong> &#8211; 14 categories.  Uses a local database with data downloaded from <a title="URLBlacklist.com" href="http://www.urlblacklist.com" target="_blank">URLBlacklist.com</a>.  I asked in the forums how often it gets updated and someone mentioned he thinks it&#8217;s every 6 hours but I haven&#8217;t confirmed it.</li>
<li><strong>Spam Blocker</strong> &#8211; Uses <a href="http://spamassassin.org/" target="_blank">SpamAssassin</a>.  Gets updated every hour.</li>
<li><strong>Phish Blocker</strong> &#8211; Based on ClamAV engine and phish signature database which gets updated every hour.</li>
<li><strong>Spyware Blocker</strong> &#8211; I really like this one.  Seems to be blocking a lot of stuff.  Sometimes you&#8217;ll see websites with just a big white section somewhere where an ad used to be <img src='http://www.calazan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</li>
<li><strong>Virus Blocker -</strong> <a title="ClamAV" href="http://en.wikipedia.org/wiki/Clamav" target="_blank">Based on ClamAV</a>.  Signature gets updated every hour.</li>
<li><strong>Protocol Control</strong> &#8211; Uses &#8220;<a title="L7-Filter" href="http://l7-filter.sourceforge.net/" target="_self">L7-Filter Netfilters</a> to classify protocols based on OSI layer 7 data, regardless of port or port-hopping.&#8221;  Let&#8217;s say you want to block AIM, but AIM has the option use a different port, like port 80 for example, so blocking just the default AIM port on the firewall won&#8217;t work.  With Protocol Control, it doesn&#8217;t matter which port AIM is using, it can detect it based on its signature.</li>
<li><strong>Intrusion Prevention System</strong> &#8211; Uses <a title="Snort" href="http://en.wikipedia.org/wiki/Snort_(software)" target="_blank">Snort</a> signatures.</li>
<li><strong>Attack Blocker</strong> &#8211; Blocks attacks <img src='http://www.calazan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  This prevents DoS attacks.</li>
<li><strong>OpenVPN</strong> &#8211; Well, just like what the name says, it uses <a title="OpenVPN" href="http://en.wikipedia.org/wiki/Openvpn" target="_blank">OpenVPN</a>.  They made it really easy to set up.  You can also control which network to give a user access to and override DNS settings.</li>
<li><strong>Untangle Reports</strong> &#8211; I love this one.  Gives you  a nice summarized and detailed report (Daily, Weekly, and Monthly).</li>
</ul>
<p><strong>Commercial Add-ons</strong></p>
<ul>
<li><strong>Active Directory Connector</strong> &#8211; Uses a logon script that tells the server what IP a user is using.</li>
<li><strong>Policy Manager</strong> &#8211; Lets you create multiple custom racks and assign them to certain users or IP addresses.</li>
<li><strong>Branding Manager &#8211; </strong>Lets you change the look of the block pages.</li>
<li><strong>eSoft Web Filter</strong> &#8211; A better web filter with 53 categories.  It also allows you to block https.  It&#8217;s a bit pricey though.</li>
<li><strong>Kaspersky Virus Blocker</strong> &#8211; Adds another layer of protection.</li>
<li><strong>PC Remote</strong></li>
<li><strong>Remote Access Portal</strong></li>
</ul>
<p>You can deploy Untangle as a router, a transparent bridge, or a <a title="Untangle Re-Router" href="http://untangle.com/index.php?option=com_content&amp;task=view&amp;id=434&amp;Itemid=1527" target="_blank">re-router</a>.  I&#8217;ve been using it at home in router mode (virtual machine) for over a month now (I started with v5.4 and I just upgraded today to v6.0.2) and it&#8217;s great so far.  Very stable and seems to be doing its job.  You can manage everything using the web interface (Java is no longer required starting with v6.0).</p>
<p>We&#8217;re actually planning on using this at work to replace our old SonicWALL firewall (which we&#8217;ve been planning on replacing since last year but kept getting pushed back due to budget cuts) and this would save us thousands of dollars from buying a commercial UTM appliance.</p>
<p style="text-align: center;"><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_webfilter.png"><img class="alignnone size-thumbnail wp-image-201" title="untangle_webfilter" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_webfilter-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_rack.png"><img class="alignnone size-thumbnail wp-image-199" title="untangle_rack" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_rack-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_spywareblocker.png"><img class="alignnone size-thumbnail wp-image-200" title="untangle_spywareblocker" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_spywareblocker-150x150.png" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;"><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_protocolcontrol.png"><img class="alignnone size-thumbnail wp-image-198" title="untangle_protocolcontrol" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_protocolcontrol-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_ips.png"><img class="alignnone size-thumbnail wp-image-197" title="untangle_ips" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_ips-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.calazan.com/wp-content/uploads/2009/01/untangle_spamblocker.png"><img class="alignnone size-thumbnail wp-image-204" title="untangle_spamblocker" src="http://www.calazan.com/wp-content/uploads/2009/01/untangle_spamblocker-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/untangle-network-gateway/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cisco 871 DHCP Problems</title>
		<link>http://www.calazan.com/cisco-871-dhcp-problems/</link>
		<comments>http://www.calazan.com/cisco-871-dhcp-problems/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 14:03:03 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.calazan.com/cisco-871-dhcp-problems/</guid>
		<description><![CDATA[Ran into a problem last week where our vendor&#8217;s Cyclades TS100 devices couldn&#8217;t acquire an IP address from our Cisco 871 router&#8217;s DHCP service.
This was a big problem for us because we have about 70 locations using this router and all of them will have these Cyclades TS100s installed in the next two weeks.
After about [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into a problem last week where our vendor&#8217;s Cyclades TS100 devices couldn&#8217;t acquire an IP address from our Cisco 871 router&#8217;s DHCP service.</p>
<p>This was a big problem for us because we have about 70 locations using this router and all of them will have these Cyclades TS100s installed in the next two weeks.</p>
<p>After about two days of troubleshooting/testing and working with the vendor we finally figured out the problem.  All we had to do to make it work was enabling <strong>spanning-tree</strong> <strong>portfast</strong> on the Cisco 871 ports.  What gave it away was when we put a switch in between and the TS100 was able to receive an IP with that set up.</p>
<p>To enable spanning-tree portfast, type in these commands:</p>
<p><em>en</em></p>
<p><em>config t</em></p>
<p><em>interface faX</em></p>
<p><em>spanning-tree portfast</em></p>
<p>For more tips on troubleshooting DHCP problems with Cisco devices please see this website:</p>
<p><a href="http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a00800f0804.shtml" title="Understanding and Troubleshooting DHCP in Catalyst Switch or Enterprise Networks" target="_blank">Troubleshooting DHCP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/cisco-871-dhcp-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install a backup SonicWALL PRO 230 firewall</title>
		<link>http://www.calazan.com/how-to-install-a-backup-sonicwall-pro-230-firewall/</link>
		<comments>http://www.calazan.com/how-to-install-a-backup-sonicwall-pro-230-firewall/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 02:50:38 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[sonicwall]]></category>

		<guid isPermaLink="false">http://www.calazan.com/2008/01/04/how-to-install-a-backup-sonicwall-pro-230-firewall/</guid>
		<description><![CDATA[We had to do this last January and this was supposed to be a job that shouldn&#8217;t take more than an hour to complete but it took us a few hours due to the lack of documentation (our biggest issue was how to reset the firewall to factory defaults because no one knew the password [...]]]></description>
			<content:encoded><![CDATA[<p>We had to do this last January and this was supposed to be a job that shouldn&#8217;t take more than an hour to complete but it took us a few hours due to the lack of documentation (our biggest issue was how to reset the firewall to factory defaults because no one knew the password for it, the person who originally configured the second firewall left a while back). SonicWALL no longer supports this product and it took us quite a bit of googling to finally find the information we needed. I made sure I documented everything we did and now I&#8217;m sharing it with you guys.</p>
<p><strong><u>Prerequisites </u></strong></p>
<ul>
<li>(2) SonicWALL PRO 230</li>
<li>(3) Switches for the WAN/DMZ/LAN ports</li>
<li>(6) CAT5 Cables for connecting the 2 firewalls to the switches</li>
<li>(2) Static LAN IP addresses</li>
<li>A backup of the Primary firewall’s settings</li>
<li>Make sure that the <strong>Backup Firewall</strong> has not been previously configured for use (go to <strong>Tools-&gt;Restore Factory Default Settings</strong>). Also set the <strong>Password</strong> to <u><strong>password</strong></u> using the <strong>Password tab</strong> in the <strong>General</strong> section. <strong>** If you cannot login to the backup firewall you will need to reset it to factory defaults by reloading the firmware. **</strong></li>
</ul>
<p><strong><u>Resetting the SonicWALL PRO 230 to factory defaults by reloading the firmware (the following steps might also work with other models)</u></strong><strong> </strong></p>
<ol>
<li>Turn off the firewall and unplug the power cord.</li>
<li>Use a paperclip to push the small button in front of the firewall and hold it for 15 seconds.</li>
<li>While the button is still pushed down, plug the power cord back in and turn on the firewall.</li>
<li>Wait another 15 seconds and release the button.</li>
<li>Turn off the firewall. The firmware should now be corrupted at this point.</li>
<li>Get a <strong>crossover cable</strong> and plug in one end into the <strong>LAN port</strong> of the firewall and the other end to your laptop/computer.</li>
<li>Change your laptop/computer’s <strong>IP Address</strong> to <strong>192.168.168.200</strong>.</li>
<li>Open a web browser and go to <strong><a href="http://192.168.168.168/" rel="nofollow" title="http://192.168.168.168" class="external free">http://192.168.168.168</a></strong>.</li>
<li>You should see a page asking you to upload the firmware for the SonicWALL (you can get it from SonicWALL’s website by logging in to your account). Upload the file (.bin) and the firewall will restart. Once it is back up it should now be back to factory defaults with an admin password of <strong><u>password</u></strong>.</li>
</ol>
<p><strong><u>Required Steps</u></strong><br />
<u></u></p>
<ol>
<li>Make sure both firewalls are off.</li>
<li>Connect both firewalls to the network.</li>
<li>Turn on the Primary Firewall and wait for diagnostics to complete.</li>
<li>Log in to the Primary Firewall (let&#8217;s pretend this IP is 192.168.0.1).</li>
<li>Click <strong>High Availability</strong> on the left
<ol>
<li>High Availability Status (Primary SonicWALL):
<ol>
<li><strong>LAN IP Address:</strong> eg. 192.168.0.2 (make sure this is different from the IP you&#8217;re logged in to right now (ie. 192.168.0.1))</li>
</ol>
</li>
<li>High Availability Settings (Backup SonicWALL)
<ol>
<li><strong>Serial Number:</strong></li>
<li><strong>LAN IP Adress:</strong> eg. 192.168.0.3</li>
<li>Check <strong>Preempt Mode</strong> (to allow the <strong>Primary</strong> to take over when it comes back up)</li>
<li><strong>Heartbeat Interval:</strong> 5 seconds (lowest is 3)</li>
<li><strong>Failover Trigger Level:</strong> 3 missed heartbeats (Backup will take over if 2 heartbeats are missed)</li>
<li><strong>Active SonicWALL Detection Time:</strong> 0 seconds</li>
</ol>
</li>
</ol>
</li>
<li>Click <strong>Update</strong>.</li>
<li>Turn on the <strong>Backup Firewall</strong> (the <strong>Primary Firewall</strong> will detect its presence and synchronizes the settings).</li>
<li>Check the <strong>Primary Firewall</strong> log for a <strong>High Availability</strong> confirmation message.</li>
<li>Log in to the <strong>Backup Firewall</strong> (192.168.0.3) to confirm that it is the backup.<u></u></li>
</ol>
<p><strong><u>Testing the Configuration</u></strong><strong> </strong></p>
<ul>
<li>Turn off Primary and see if the Backup picks up.</li>
<li>Turn Primary back on and see if it will take over.</li>
<li>Make a note on how long it took to pick up and also check for network interruptions (it should pick up instantly).</li>
</ul>
<p><strong><u>Notes</u></strong><strong> </strong></p>
<ul>
<li>If everything is working, the Primary will be in <strong>active</strong> mode, and the backup will be in <strong>idle</strong> mode.</li>
<li>When the Primary goes down, the backup will switch to <strong>active</strong> mode.</li>
<li>When the backup takes over, it will have all the settings of the Primary including the Network settings so there is no need to change anything.</li>
<li>The IP 192.168.0.1 will still be accessible to access the firewall that is currently <strong>active</strong>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/how-to-install-a-backup-sonicwall-pro-230-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
