<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.4" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>News &amp; Updates</title>
	<link>http://www.allard.nu/blog</link>
	<description>Ramblings, ideas &amp; opinions from Allard Consulting</description>
	<pubDate>Wed, 14 Nov 2007 09:22:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/allard/zlhR" /><feedburner:info uri="allard/zlhr" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Created a weblog</title>
		<link>http://www.allard.nu/blog/2006/08/created-the-weblog/</link>
		<comments>http://www.allard.nu/blog/2006/08/created-the-weblog/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 09:54:20 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/?p=3</guid>
		<description><![CDATA[Well, I thoughts it&#8217;s time that I join the rest of the world and start a weblog myself. I&#8217;m planning to talk about updates on the site, about running OpenBSD firewalls, vpn systems and other general uses of OpenBSD or just general security concerns or solutions. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Well, I thoughts it&#8217;s time that I join the rest of the world and start a weblog myself. I&#8217;m planning to talk about updates on the site, about running OpenBSD firewalls, vpn systems and other general uses of OpenBSD or just general security concerns or solutions. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2006/08/created-the-weblog/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>The future of PFW</title>
		<link>http://www.allard.nu/blog/2006/09/the-future-of-pfw/</link>
		<comments>http://www.allard.nu/blog/2006/09/the-future-of-pfw/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 06:36:59 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>pfw</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2006/09/13/the-future-of-pfw/</guid>
		<description><![CDATA[Well, as you might have noticed, there hasn&#8217;t really been any major updates to PFW for a little while. The reason is that in it&#8217;s current form, it&#8217;s really reached as far as it can go. Almost all of the functionality of pf has now been included and I&#8217;ve been thinking recently about where to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as you might have noticed, there hasn&#8217;t really been any major updates to PFW for a little while. The reason is that in it&#8217;s current form, it&#8217;s really reached as far as it can go. Almost all of the functionality of pf has now been included and I&#8217;ve been thinking recently about where to go from here. Roughly, the options as I see them are:</p>

<ul>
<li>Leave PFW as is and just update with new feature as they become available in pf. Things that could be improved though and still keep the same model, would include
<ul><li>smoother ssh connections to new hosts and better troubleshooting messages when it fails</li>
<li>Better system information pages</li></ul></li>
<li>Add things like IPsec, Interface and CARP configuration that are already included in OpenBSD and would improve the overall administration experience without breaking the current model of being a complete standalone interface to OpenBSD.</li>
<li>Add even more things like interfaces to snort, snort2pf and OpenVPN. This would of course have to be installed on the target firewall and checks needs to be created to see if they are there.</li>
<li>Another way would be to create a more traditional firewall management software where we break what&#8217;s being added after the firewall has been taken under the control of PFW. I&#8217;ve been thinking of creating firewall images from inside such an interface so a firewall could be deployed that would automatically be under control of PFW and no further configuration would be needed on the firewall side of things. Everything would be controlled and managed from PFW. To make this worthwhile, logs would need to be sent back to PFW so that we can create a reporting tool for what the firewall is doing. The drawback of this is that it would make PFW larger in the sense that it would possibly be to complex to install on just one box if all you wanted is 1 OpenBSD firewall with a web interface.</li>
<li>Yet another path that we could take with PFW is to remove some of the remote admin functionality and create more of an integrated experience for 1 firewall or 1 firewall cluster. In this scenario PFW would be the &#8220;master&#8221; firewall in a firewall cluster and we somehow create additional clusters that would serve as slaves. This could be something like m0n0wall on speed if you want. We try to create a minimalistic complete firewall based on OpenBSD that has the added functionality on top of what m0n0wall can do with the failover mechanism of CARP. Maybe some form of admin locking mechanism could be created so that you would still manage local configuration parameters like ip settings even if the current node in the cluster is not the active one.</li>
</ul>

<p>As you can see, there&#8217;s several options to take and I&#8217;m not really sure where to go from here.</p>

<p>Please let <a href="mailto:johan@allard.nu">me</a> know what you think.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2006/09/the-future-of-pfw/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Doing some pfw coding again</title>
		<link>http://www.allard.nu/blog/2006/09/doing-some-pfw-coding-again/</link>
		<comments>http://www.allard.nu/blog/2006/09/doing-some-pfw-coding-again/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 20:09:31 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>pfw</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2006/09/doing-some-pfw-coding-again/</guid>
		<description><![CDATA[Well, I must confess, I haven&#8217;t been doing any pfw coding for a while and today I started doing some stuff again. I&#8217;ve been working on a webified install helper that can significantly reduce the number of install steps needed to get up and running, and with the upcoming 0.8 release I will focus on [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I must confess, I haven&#8217;t been doing any pfw coding for a while and today I started doing some stuff again. I&#8217;ve been working on a webified install helper that can significantly reduce the number of install steps needed to get up and running, and with the upcoming 0.8 release I will focus on streamlining the getting started quickly features. One thing that will change is that pfw will create and use it&#8217;s own ssh key instead of using the root key of the underlying os. I&#8217;ve been thinking of removing localhost as a &#8220;special case&#8221; and use ssh to login to localhost as well. That will make the process simpler as all hosts are being treated equally (without some being more equal than others) and will also remove the dependancy on having sudo configured on localhost. This needs to be worked on a little bit more though as I really want it to be foolproof as it changes the current behaviour of pfw. Doing it like this is also the first step in possibly creating a pfw installation that can run in a chrooted environment. This won&#8217;t happen in the next release and I have been playing with running ssh inside a chrooted shell and last time I tried I got it to work and for some reason I couldn&#8217;t get the resolver to work, and I could ssh from within the chrooted environment to the outside using ip addresses. We will see what will happen. Please let <a href="johan@allard.nu">me</a> know what you would like to see for the next release?</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2006/09/doing-some-pfw-coding-again/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>pfw iso image on OpenBSD 4.0 released</title>
		<link>http://www.allard.nu/blog/2006/11/pfw-iso-image-on-openbsd-40-released/</link>
		<comments>http://www.allard.nu/blog/2006/11/pfw-iso-image-on-openbsd-40-released/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 03:42:35 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>pfw</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2006/11/pfw-iso-image-on-openbsd-40-released/</guid>
		<description><![CDATA[The pfw iso image based on OpenBSD 4.0 has been released and also updated to include the OpenBSD security fixes 001-003. You can download the iso from http://www.allard.nu/pfw/download/iso/4.0.

If you want to purchase the iso image, please see the information at http://www.allard.nu/pfw/iso.

Happy pfw:ing
]]></description>
			<content:encoded><![CDATA[<p>The pfw iso image based on OpenBSD 4.0 has been released and also updated to include the <a href="http://www.openbsd.org/errata.html">OpenBSD security fixes</a> 001-003. You can download the iso from <a href="http://www.allard.nu/pfw/download/iso/4.0/">http://www.allard.nu/pfw/download/iso/4.0</a>.</p>

<p>If you want to purchase the iso image, please see the information at <a href="http://www.allard.nu/pfw/iso">http://www.allard.nu/pfw/iso</a>.</p>

<p>Happy pfw:ing</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2006/11/pfw-iso-image-on-openbsd-40-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>OpenBSD iso available for download</title>
		<link>http://www.allard.nu/blog/2006/11/openbsd-iso-available-for-download/</link>
		<comments>http://www.allard.nu/blog/2006/11/openbsd-iso-available-for-download/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 09:23:15 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2006/11/openbsd-iso-available-for-download/</guid>
		<description><![CDATA[As you might know, I have been providing stripped down OpenBSD iso installations for my pfw project. For some time now, I have been thinking about providing regular a OpenBSD iso as well. So now I have. If you have purchased the pfw iso image you can now download a regular OpenBSD iso as well, [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know, I have been providing stripped down OpenBSD iso installations for my pfw project. For some time now, I have been thinking about providing regular a OpenBSD iso as well. So now I have. If you have purchased the pfw iso image you can now download a regular OpenBSD iso as well, free of charge. The reason this is only available if you&#8217;ve already purchased the pfw iso is not to interfere with the sales of the <a href="http://www.openbsd.org/orders.html">OpenBSD cd&#8217;s</a>.</p>

<p><a id="more-7"></a></p>

<p>This ISO image creates an up to date OpenBSD installations. It include OpenSSH 4.5 and all the security fixes from <a href="http://www.openbsd.org/errata.html">http://www.openbsd.org/errata.html</a>.</p>

<p>Included in the iso is also a site40.tgz file. If you choose to install
this file, the following will happen:</p>

<ul>
<li>Bash and Zsh will be installed (always nice with choices), with nice bashrc and zshrc files.</li>
<li>pftop, lsof and screen will be installed (nice to have)</li>
<li>Ruby will be installed (my scripting language of choice)</li>
<li>You will be prompted to install a non-root user during install</li>
</ul>

<p>The following configuration changes will happen:</p>

<ul>
<li>Postfix will replace Sendmail for sending email (the smtp listener is disabled)</li>
<li>ssh version 1 will be disabled</li>
<li>ksh will be set as the shell for root (can&#8217;t stand csh)</li>
<li>Soft dependencies will be set on all UFS partitions.</li>
<li>the csh skel files will be deleted</li>
<li>sudo will allow users in the wheel group to authenticate as root</li>
</ul>

<p>You can download the regular OpenBSD iso from <a href="http://www.allard.nu/iso/download/4.0">http://www.allard.nu/iso/download/4.0</a> using the same username and password that you use to download the pfw iso.</p>

<p>If you want to purchase the pfw iso image, please see <a href="http://www.allard.nu/pfw/iso">http://www.allard.nu/pfw/iso</a> and you will get this great OpenBSD iso as well.</p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2006/11/openbsd-iso-available-for-download/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>IPsec clients screencast</title>
		<link>http://www.allard.nu/blog/2007/07/ipsec-clients-screencast/</link>
		<comments>http://www.allard.nu/blog/2007/07/ipsec-clients-screencast/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 10:27:46 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2007/07/ipsec-clients-screencast/</guid>
		<description><![CDATA[I&#8217;ve just updated the OpenBSD IPsec client pages with some more recent info, including how to setup tunnels using the more modern ipsec.conf file. To top it all off, I&#8217;ve created a screencast on how to set this up, which should make things much easier for you to get up and running with a recent [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated the OpenBSD IPsec client pages with some more recent info, including how to setup tunnels using the more modern ipsec.conf file. To top it all off, I&#8217;ve created a screencast on how to set this up, which should make things much easier for you to get up and running with a recent installation:</p>

<p><a href="http://www.allard.nu/openbsd/ipsecclients/basic_setup/">http://www.allard.nu/openbsd/ipsecclients/basic_setup/</a></p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2007/07/ipsec-clients-screencast/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Announcing the OpenBSD MailServer Project</title>
		<link>http://www.allard.nu/blog/2007/07/announcing-the-openbsd-mailserver-project/</link>
		<comments>http://www.allard.nu/blog/2007/07/announcing-the-openbsd-mailserver-project/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 10:58:35 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2007/07/announcing-the-openbsd-mailserver-project/</guid>
		<description><![CDATA[Following the success of the PFW iso images, I have now released a MailServer following a similar concept. With this MailServer, you will get a state of the art open source mailserver using:


Posffix MTA
Dovecot POP/IMAP Server
SpamAssassin and Clam AV
IlohaMail webmail interface
Webmail interface to manage users, domains and forwardings


Everything configured using Secure by Default standards and [...]]]></description>
			<content:encoded><![CDATA[<p>Following the success of the PFW iso images, I have now released a MailServer following a similar concept. With this MailServer, you will get a state of the art open source mailserver using:</p>

<ul>
<li>Posffix MTA</li>
<li>Dovecot POP/IMAP Server</li>
<li>SpamAssassin and Clam AV</li>
<li>IlohaMail webmail interface</li>
<li>Webmail interface to manage users, domains and forwardings</li>
</ul>

<p>Everything configured using Secure by Default standards and all setup so that you can have a mailserver up an running in 5 minutes. You just need to add your domains and users and you&#8217;re good to go.</p>

<p>I&#8217;m selling this for $49, which if you value your own time at anything, very cheap. Many hours have gone down researching the best products for each component and many hours working out the best way of making them work together.</p>

<p>I certainly also recommend you downloading the VMware image as a way of testing that the MailServer Project indeed would be something for you.</p>

<p>You can find the OpenBSD MailServer Project <a href="http://www.allard.nu/mailserver/">here</a>.</p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2007/07/announcing-the-openbsd-mailserver-project/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>November MailServer update</title>
		<link>http://www.allard.nu/blog/2007/11/november-mailserver-update/</link>
		<comments>http://www.allard.nu/blog/2007/11/november-mailserver-update/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 09:22:58 +0000</pubDate>
		<dc:creator>johan</dc:creator>
		
	<category>General</category>
	<category>openbsd</category>
		<guid isPermaLink="false">http://www.allard.nu/blog/2007/11/november-mailserver-update/</guid>
		<description><![CDATA[Well, it&#8217;s been an interesting couple of weeks with lots of development on the MailServer project. The product is definitely maturing quite nicely and today I updated the VMware image and posted on the VMware Virtual Appliance directory. The VMware image is now based on the latest updated MailServer fixes and I&#8217;m sorry the 2000 [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been an interesting couple of weeks with lots of development on the MailServer project. The product is definitely maturing quite nicely and today I updated the VMware image and posted on the <a href="http://www.vmware.com/appliances/directory/1095">VMware Virtual Appliance directory</a>. The VMware image is now based on the latest updated MailServer fixes and I&#8217;m sorry the 2000 people or so that already downloaded the old VMware image that had a few issues. Please give it another go with this new version and you will be much happier. The old version also had severe hard drive space limitations and this new one has a lot more space.</p>

<p>The most interesting changes that has happened is that I&#8217;ve started to develop a gui to change user account settings, like changing Antispam white and black listings and adding a Vacation function that can be set to automatically be removed at a certain date.</p>

<p>There&#8217;s still a lot more things that I want to do with the MailServer, and the next step is to update the base image to OpenBSD 4.2. After that I will most likely turn my attention to create a Dashboard that will display CPU and memory usage. I also have a very nice ajax based log viewer that will update log entries without reloading the page working and not yet finalised. This will hopefully be added in the next couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.allard.nu/blog/2007/11/november-mailserver-update/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

