<?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>jathanism &#187; firewalls</title>
	<atom:link href="http://jathan.com/tag/firewalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://jathan.com</link>
	<description>computers, robots, and other cool things.</description>
	<lastBuildDate>Fri, 28 May 2010 21:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CheckPoint Firewalls Can Suck My Whole Ass</title>
		<link>http://jathan.com/2009/07/29/checkpoint-firewalls-can-suck-my-whole-ass/</link>
		<comments>http://jathan.com/2009/07/29/checkpoint-firewalls-can-suck-my-whole-ass/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:57:31 +0000</pubDate>
		<dc:creator>jathan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[fuck]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://jathan.com/?p=30</guid>
		<description><![CDATA[Fuck CheckPoint, and fuck the people who both make them and buy them.  Yes, you!  Assholes!  Seriously?  It&#8217;s fucking 2009 and you&#8217;re still making a firewall product that requires motherfucking WINDOWS to configure?  No command-line interface at all?  The first time I used a CheckPoint firewall in NINETEEN NINETY SEVEN (12 years ago), it had [...]]]></description>
			<content:encoded><![CDATA[<p>Fuck CheckPoint, and fuck the people who both make them and buy them.  Yes, you!  Assholes!  Seriously?  It&#8217;s fucking 2009 and you&#8217;re still making a firewall product that requires motherfucking WINDOWS to configure?  No command-line interface at all?  The first time I used a CheckPoint firewall in NINETEEN NINETY SEVEN (12 years ago), it had the same limitations.  Back then it was passable, but now?  Now it&#8217;s just insulting.</p>

<p>The CheckPoints we have at work are to support 3rd parties and acquisitions.  We would never fucking actively use this bullshit.  NO fucking way.  Everything is color-coded and iconic, so I guess for enterprise donkeys who don&#8217;t know jack shit about security, maybe this is a plus.  But let&#8217;s be totally honest here:  It&#8217;s definitely not helping humanity progress.</p>

<p>MY PACKETS ARE GREEN, THAT MUST MEAN THEY ARE OK!</p>

<p>I am a Mac user, so to configure the CheckPoint firewalls we have at work I have to use Remote Desktop Connection into a Windows terminal server we have SPECIFICALLY for managing these firewalls.  So I TS into this machine, fire up the GUI-only Dashboard client, and then have to struggle thru managing firewall policies thru an archaic interface that literally has not changed in the twelve years since I first used it.</p>

<p>You&#8217;d think that would make me a pro, but no.  It just fucking pisses me off.  I can&#8217;t automate the shit, I can&#8217;t even dump the configuration files in a plain-text format.  No, that would be too motherfucking convenient.  No, no, no.  They&#8217;re stored in a proprietary binary format.  The absolute worst part is that everything has to be hand-entered line-by-line.  Click OK.  Are you sure?  Are you sure you&#8217;re sure?  YES DAMMIT JUST ADD THE FUCKING POLICY!</p>

<p>OH MY GOD I THINK I JUST MURDERED SOMEONE.</p>

<p>So if you&#8217;ve ever bought a CheckPoint firewall.  FUCK YOU.</p>

<p>If you make the CheckPoint firewalls.  FUCK YOU TOO.</p>

<p>FUCK FUCK FUCK FUCK FUCK</p>

<p>Gonna go smash my skull against the wall until the pain stops&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jathan.com/2009/07/29/checkpoint-firewalls-can-suck-my-whole-ass/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating read-only user accounts on ScreenOS</title>
		<link>http://jathan.com/2009/07/23/creating-read-only-user-accounts-on-screenos/</link>
		<comments>http://jathan.com/2009/07/23/creating-read-only-user-accounts-on-screenos/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:06:24 +0000</pubDate>
		<dc:creator>jathan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[netscreen]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jathan.com/?p=3</guid>
		<description><![CDATA[Need to create a read-only account on a NetScreen (ScreenOS 6.x or lower) firewall? It&#8217;s simple: netscreen(M)-&#62; set admin user nocadmin password abc123 privilege read-only And there you have it. Now let&#8217;s test it: % ssh nocadmin@netscreen nocadmin@netscreen's password: For Authorized Use Only, Violators Will Be Prosecuted. netscreen(M)-&#62; It works! Notice the limited command set [...]]]></description>
			<content:encoded><![CDATA[<p>Need to create a read-only account on a NetScreen (ScreenOS 6.x or lower) firewall?</p>

<p>It&#8217;s simple:
<pre>netscreen(M)-&gt; set admin user nocadmin password abc123 privilege read-only</pre>
And there you have it.  Now let&#8217;s test it:
<pre>% ssh nocadmin@netscreen
nocadmin@netscreen's password:
For Authorized Use Only, Violators Will Be Prosecuted.
netscreen(M)-&gt;</pre>
It works!  Notice the limited command set available:
<pre>netscreen(M)-&gt; ?
exit                 exit command console
get                  get system information
mtrace               multicast traceroute from source to destination
ping                 ping other host
trace-route          trace route
netscreen(M)-&gt;</pre>
Now hop to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://jathan.com/2009/07/23/creating-read-only-user-accounts-on-screenos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
