<?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>Allen Pomeroy &#187; router</title>
	<atom:link href="http://www.pomeroy.us/tag/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pomeroy.us</link>
	<description>IT security thoughts and personal stuff</description>
	<lastBuildDate>Sat, 28 Jan 2012 08:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to secure your home PC</title>
		<link>http://www.pomeroy.us/2009/11/how-to-secure-your-home-pc/</link>
		<comments>http://www.pomeroy.us/2009/11/how-to-secure-your-home-pc/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:24:39 +0000</pubDate>
		<dc:creator>apomeroy</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[fw]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.networkforensics.us/?p=94</guid>
		<description><![CDATA[Whether you have a Mac or a Windows PC, there are some basic steps you can take to reduce the risk and personal impact of a malware infection.  This advise is especially impactful when you have just purchased a new Mac or Windows system. There are several steps that you can take to protect your [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you have a Mac or a Windows PC, there are some basic steps you can take to reduce the risk and personal impact of a malware infection.  This advise is especially impactful when you have just purchased a new Mac or Windows system.  There are several steps that you can take to protect your new investment and more importantly your information.  In the following detail, I mainly focus on Windows as that&#8217;s the main technology that my non-IT type friends ask about.</p>
<p>Basically what you should be doing is:</p>
<ol>
<li>Ensure that a hardware firewall/router is in between the internet and the PC (I&#8217;ll just call it a firewall from now on)
<ul>
<li>Use a recognized brand name like Linksys, avoid the no-name generics as they often have bad defaults and don&#8217;t implement the stateful-packet-inspection that you want to filter out most of the cruft on the Internet from reaching your PC</li>
</ul>
</li>
<li>Ensure all default passwords on the firewall and PC have been changed
<ul>
<li>When you initially turn on the power to your PC and to your firewall, do NOT have them connected to your cable or DSL modem initially.  Do the setup of your firewall and PC first in order to ensure malware doesn&#8217;t have a chance to get at your shiny new PC before you&#8217;ve turned on the needed protection</li>
<li>Point a browser to your firewall (likely 192.168.0.1 or 192.168.1.1) and change the default administrator password.  This is very important, as some malware will seek out your firewall and try to use the manufacturer default password to change things like your DNS server settings &#8211; inserting the bad guys in between you and the rest of the Internet (eg. forcing your traffic to them first before it goes to your bank)</li>
</ul>
</li>
<li>All normal accounts used for day-to-day business on the computer should NOT have administrator privilege (see my post on <a title="run without admin privilege" href="http://www.networkforensics.us/2009/05/reducing-malware-risk-by-removing-local-administrator-privileges/" target="_self">running without admin privileges</a>)
<ul>
<li>On Windows XP, Vista (and I think 7), the default &#8220;user&#8221; that accesses the PC has full administrative privilege, that enables software  installation and configuration changes.  This is very dangerous, as malware that you come in contact with from infected emails or websites use this privilege to install their spyware, keyloggers, backdoors and other nasty stuff on your PC &#8211; without your explicit permission</li>
<li>Set a password for your Administrator account</li>
<li>Create a new user right away, before you setup your email, music, photos, documents, etc; ensure that new user is NOT a Computer Administrator</li>
<li>Always login with this non-Administrator username for your day-to-day use; only use the Computer Administrator username for software installation and configuration changes.</li>
</ul>
</li>
<li>Never surf the Internet with an account that has administrative privilege</li>
<li>If this is a common PC for a business, ensure employees accounts are individually assigned (if practical). Ensure those employee accounts are not administrators (unless there is a need and a high degree of trust)</li>
<li>Run a good commercial anti-virus program with annual software support (or a subscription)
<ul>
<li>There are some good free AV packages (AVG, Clamwin, Avast) .. Google them for the links</li>
<li>Sophos makes a good Mac AV package .. yes, Macs are vulnerable to malware as well; it&#8217;s just not as prevalent</li>
</ul>
</li>
<li> Finally ensure regular (daily) backups are being run to protect your business, financial, customer information from loss if there is a problem with the PC</li>
<li>For setup of your wireless access point (if you have one .. sometimes it&#8217;s built into the router/firewall)
<ul>
<li>Chose wireless encryption of at least WPA or WPA2 .. never use WEP or no encryption</li>
<li>There is no significant increase in security by obscuring your network name (SSID)</li>
<li>Don&#8217;t use any personally identifiable information in your network name</li>
</ul>
</li>
</ol>
<p>If you are unsure of how to do any of these steps, get one of your computer knowledgeable friends to help you.  Of course if you are purchasing a new system right now, I&#8217;d strongly recommend you check out Apple&#8217;s Mac products.  They&#8217;re not immune to malware, but the architecture and core are by design much less vulnerable to the types of malware that plague Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomeroy.us/2009/11/how-to-secure-your-home-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High availability firewalls with OpenBSD, pf and CARP</title>
		<link>http://www.pomeroy.us/2009/05/high-availability-firewalls-with-openbsd-pf-and-carp/</link>
		<comments>http://www.pomeroy.us/2009/05/high-availability-firewalls-with-openbsd-pf-and-carp/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:42:03 +0000</pubDate>
		<dc:creator>apomeroy</dc:creator>
				<category><![CDATA[papers]]></category>
		<category><![CDATA[fw]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.networkforensics.us/?p=61</guid>
		<description><![CDATA[One can now inexpensively build a fault tolerant firewall cluster that removes any single point of failure in the security policy enforcement points at your security zone boundaries. Synchronous firewall state table updates and an open source version of virtual router redundancy protocol (CARP) gives the ability to seamlessly insert or remove firewalls from a [...]]]></description>
			<content:encoded><![CDATA[<p>One can now inexpensively build a fault tolerant firewall cluster that removes any single point of failure in the security policy enforcement points at your security zone boundaries. Synchronous firewall state table updates and an open source version of virtual router redundancy protocol (CARP) gives the ability to seamlessly insert or remove firewalls from a cluster.  No more patching firewalls at 2am hoping for the best (or not patching because it&#8217;s too hard).</p>
<p><a href="http://blog.networkforensics.us/docs/high-availability-firewalls-using-openbsd-pf-pfsync-and-carp.pdf">PDF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomeroy.us/2009/05/high-availability-firewalls-with-openbsd-pf-and-carp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soekris net5501 SBC Linux installation</title>
		<link>http://www.pomeroy.us/2009/05/soekris-net5501-sbc-linux-installation/</link>
		<comments>http://www.pomeroy.us/2009/05/soekris-net5501-sbc-linux-installation/#comments</comments>
		<pubDate>Fri, 15 May 2009 20:49:15 +0000</pubDate>
		<dc:creator>apomeroy</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[fw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://blog.networkforensics.us/?p=60</guid>
		<description><![CDATA[Soekris Engineering net5501 SBC setup with Linux 2008/09/03 net5501 is a x86 SBC that I ordered with 4 10/100 ethernet ports, 512MB memory, 500MHz Geode LX CPU Serial console is used for setup of net5501 &#8211; BIOS writes to serial port since there is no xVGA port. &#60;ctrl-p&#62; to enter BIOS setup. DB9 pinout: 2 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Soekris Engineering net5501 SBC setup with Linux </strong></p>
<p>2008/09/03</p>
<p>net5501 is a x86 SBC that I ordered with 4 10/100 ethernet ports, 512MB memory, 500MHz Geode LX CPU</p>
<p>Serial console is used for setup of net5501 &#8211; BIOS writes to serial port since there is no xVGA port. &lt;ctrl-p&gt; to enter BIOS setup. DB9 pinout:</p>
<p>2 &#8212; 3</p>
<p>3 &#8212; 2</p>
<p>5 &#8212; 5</p>
<p>Use 19,200 bps 8 data bits, no parity, 1 stop</p>
<p>With the Macbook Pro, I use a Keyspan USA-19HS USB &lt;&#8211;&gt; DB9 RS232 serial converter (and DB9-RJ45 adapters to implement the null modem configuration and allow me to use an ethernet cable for the serial console &lt;&#8211;&gt; Keyspan device.</p>
<p>On OS X (10.5) I use &#8220;screen&#8221; to provide the serial terminal interface:</p>
<p>$ screen /dev/tty.USA19H1a2P1.1 19200,8</p>
<p>&lt;ctrl-a&gt;&lt;ctrl-\&gt; to exit</p>
<p>On the net5501 BIOS, PXEBoot is disabled:</p>
<p>set PXEBoot=Disabled</p>
<p>I setup voyage-0.5.0 on a compact flash card then installed the card into the net5501 &#8211; works great the first boot</p>
<p>Default root info:   root / voyage</p>
<p>OpenBSD setup info:</p>
<p>http://techblagh.blogspot.com/2008/08/installing-openbsd-43-on-soekris-5501.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pomeroy.us/2009/05/soekris-net5501-sbc-linux-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

