<?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"
	>

<channel>
	<title>[LINICKX].com</title>
	<atom:link href="http://www.linickx.com/wp-rss2.php" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Blog, Rant, Junk, News, Whatever.</description>
	<pubDate>Tue, 07 Oct 2008 15:41:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>CS-Mars V6.0 in VMWARE (Franken Mars)</title>
		<link>http://www.linickx.com/archives/476/cs-mars-v-6-0-in-vmware-franken-mars</link>
		<comments>http://www.linickx.com/archives/476/cs-mars-v-6-0-in-vmware-franken-mars#comments</comments>
		<pubDate>Wed, 01 Oct 2008 14:44:42 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[cs-mars]]></category>

		<category><![CDATA[franken]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=476</guid>
		<description><![CDATA[Emulating software is a very grey area for Cisco, they make their money by selling boxes so I guess officially Cisco don&#8217;t approve of things like GNS3 and PEMU. BUT cisco make a lot of their money from techies training in Cisco products who then get their management to buy boxes their certified in, as [...]]]></description>
			<content:encoded><![CDATA[<p>Emulating software is a very grey area for Cisco, they make their money by selling boxes so I guess officially Cisco don&#8217;t approve of things like GNS3 and PEMU. BUT cisco make a lot of their money from techies training in Cisco products who then get their management to buy boxes their certified in, as a result cisco appear to turn a blind eye to emulating their products for personal training purposes <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, I&#8217;m installing a CS-Mars box in the next couple of weeks and wanted to know what&#8217;s new in version 6. How to setup version 4 is already document here in this<a href="http://www.securityie.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=36;t=000028"> franken cs-mars guide</a>, the thing is to upgrade from 4 to 6 is a re-image of the box. Upon re-imaging my VMWare appliance I realised that the lilo commands <code>linux rw init=/bin/bash</code> didn&#8217;t appear to work anymore. As a result I have a v6 mars box I can&#8217;t use due to a licensing problem.</p>
<p>To get this working read through both the <a href="http://www.securityie.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=36;t=000028">old instructions</a>, and what I have written.</p>
<p>The init/boot sequence of a mars box looks very much like a centos/fedora boot, so I thought up a cunning new plan. I downloaded the 1st installation CD of <a href="http://centos.org/">centos </a>5, after booting this CD instead of hitting &#8220;enter&#8221; and running the anaconda installer I typed <code>linux rescue</code>, this boots my appliance into a root linux shell.</p>
<p>What happened next was a little hit and miss, if you&#8217;re lucky you can type</p>
<pre>mkdir /mnt/opt
mount /dev/md2 /mnt/opt</pre>
<p>you can then </p>
<pre>
cd /mnt/opt/janus/release/bin
mv pnlicense pnlicense.org
echo "/bin/echo d84f7ceaf50f9c45683e2efb77752d4f:License verified:4:0:0:4" > pnlicense
chmod +x pnlicense
</pre>
<p>as per the old documentation.</p>
<p>If you&#8217;re unlucky this &#8220;mount&#8221; will fail, in this case <code>ls /mnt/sysimage</code> if you can&#8217;t see any files issue <code>mount /dev/md1 /mnt/sysimage</code> otherwise the plan is to change the root password so that we can edit the pnlicense file later.</p>
<p>Using vi edit /mnt/sysimage/etc/passwd, and change&#8230;</p>
<pre>
pnadmin:x:500:500::/opt/janus/release/bin:/opt/janus/release/bin/pnsh
</pre>
<p>for </p>
<pre>
pnadmin:x:500:500::/opt/janus/release/bin:/bin/bash
</pre>
<p>Next, setup your editor variable, and edit the suders file&#8230;</p>
<pre>
EDITOR=/mnt/sysimage/bin/vi;export EDITOR
visudo -f /mnt/sysimage/etc/suders
</pre>
<p>and add..</p>
<pre>
pnadmin ALL=(ALL)       NOPASSWD: ALL
</pre>
<p>Reboot by exiting the shell.</p>
<p>After the reboot login as pnadmin, you should now get a standard linux bash shell rather than the &#8220;hardened&#8221; cisco one. Change the root password&#8230;</p>
<pre>
sudo su
passwd root
</pre>
<p>And put /etc/password back to how it was. Now from the &#8220;pn shell&#8221; you can type expert and your root password will work and you&#8217;ll have root access to your mars box. With you new root access you can change the pnlicense file as described before and complete the setup process. <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /></p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/476/cs-mars-v-6-0-in-vmware-franken-mars/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thoughts on Life With Playstation</title>
		<link>http://www.linickx.com/archives/474/thoughts-on-life-with-playstation</link>
		<comments>http://www.linickx.com/archives/474/thoughts-on-life-with-playstation#comments</comments>
		<pubDate>Mon, 22 Sep 2008 12:33:43 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Playstation3]]></category>

		<category><![CDATA[folding@home]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=474</guid>
		<description><![CDATA[I&#8217;ve upgraded my Folding@Home to Life with Playstation, the idea is nice, make the folding application more useful to people and hopefully harness more CPU time.
The thing is I have the following questions&#8230;&#8230;..
Why has the address bar been disabled within the web browser?
I can click &#8220;more news&#8221; which opens a browser session to google news, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded my <a href="http://folding.stanford.edu/">Folding@Home</a> to <a href="http://blog.us.playstation.com/2008/09/17/start-your-%E2%80%9Clife-with-playstation%E2%80%9D/">Life with Playstation</a>, the idea is nice, make the folding application more useful to people and hopefully harness more CPU time.</p>
<p>The thing is I have the following questions&#8230;&#8230;..</p>
<p><strong>Why has the address bar been disabled within the web browser?</strong><br />
I can click &#8220;more news&#8221; which opens a browser session to google news, so why can&#8217;t I hit &#8220;start&#8221; open a &#8220;go to&#8221; dialog and browse any page I like? Folding would get a lot more of my CPU time if I could watch you tube video withing the &#8220;life&#8221; interface.</p>
<p><strong>Do the folding developers own a PS3 remote control?</strong><br />
Ever seen <a href="http://uk.playstation.com/ps3/hardware/accessories/detail/item48494/Blu-ray-Disc-Remote-Control/">this, a bluetooth remote control</a>? It works great with the PS3 media player, I can pause, skip and seek all music and video content, I find it a bit weird how the &#8220;life with playstation&#8221; application doesn&#8217;t support any of these buttons!</p>
<p>Hopefully these are just small gripes which can be easily fixed in the next addition, but the remote control thing is a real show-stopper for me, Folding CPU time is limited to &#8220;controller charging&#8221; time only for me until I can control my music properly within this app!!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/474/thoughts-on-life-with-playstation/feed</wfw:commentRss>
		</item>
		<item>
		<title>Another Dropbox Link</title>
		<link>http://www.linickx.com/archives/472/another-dropbox-link</link>
		<comments>http://www.linickx.com/archives/472/another-dropbox-link#comments</comments>
		<pubDate>Mon, 15 Sep 2008 10:35:13 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[dropbox]]></category>

		<category><![CDATA[lifeblog]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[sync]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=472</guid>
		<description><![CDATA[After reading this from Ma.tt, I&#8217;ve downloaded dropbox, I&#8217;ve had it installed for less than an hour, but I figure they&#8217;re worth a post purely for the kudos of releasing a true multi-platform application. 
Finding something that can sync between my home linux box and work windohs machine is a real pain so I&#8217;m really [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://ma.tt/2008/09/dropbox/">this from Ma.tt</a>, I&#8217;ve downloaded <a href="http://www.getdropbox.com">dropbox</a>, I&#8217;ve had it installed for less than an hour, but I figure they&#8217;re worth a post purely for the kudos of releasing a true multi-platform application. </p>
<p>Finding something that can sync between my home linux box and work windohs machine is a real pain so I&#8217;m really hoping this will be the answer I&#8217;ve been looking for; it&#8217;s not that win-linux sync&#8217;ing is impossible, it&#8217;s just that it&#8217;s usually restrictive or so complicated/ un-user-friendly that I never bother.</p>
<p>The only thing the service needs is some WordPress to &#8220;public box&#8221; integration and the solution is dam&#8217;ed near perfect <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>While I to keep my fingers crossed that dropbox is everything I want it to be, why don&#8217;t you try it out?</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/472/another-dropbox-link/feed</wfw:commentRss>
		</item>
		<item>
		<title>Root Cookie for WP 2.6</title>
		<link>http://www.linickx.com/archives/466/root-cookie-for-wp26</link>
		<comments>http://www.linickx.com/archives/466/root-cookie-for-wp26#comments</comments>
		<pubDate>Thu, 28 Aug 2008 19:40:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[root-cookie]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=466</guid>
		<description><![CDATA[Thanks to Scott Kingsley Clark for giving me the kick I needed, but I&#8217;ve finally gotten around to updating my root Cookie plugin for WordPress, we&#8217;re now at Version 1.3 !! 
The point of the plugin is to strip out the path from the cookie so that it can be referenced by other applications; wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.vizioninteractive.com">Scott Kingsley Clark</a> for giving me the kick I needed, but I&#8217;ve finally gotten around to updating <a href="http://wordpress.org/extend/plugins/root-cookie/">my root Cookie plugin for WordPress</a>, we&#8217;re now at Version 1.3 !! </p>
<p>The point of the plugin is to strip out the path from the cookie so that it can be referenced by other applications; wordpress 2.6 has a whole new cookie structure and this broke the old version, but I&#8217;ve been so swamped recently that it wasn&#8217;t maintained.</p>
<p>Scott is one of the very few nice people in the world who instead of grumbling offered up a patched plugin, actually I&#8217;ve done it a different way but I appreciate his support anyway.</p>
<p>You can <a href="http://wordpress.org/extend/plugins/root-cookie/download/">download the plugin from wordpress.org</a>, and there is a <a href="http://wordpress.org/tags/root-cookie?forum_id=10#postform">discussion forum</a> to get community support.</p>
<p>Enjoy!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/466/root-cookie-for-wp26/feed</wfw:commentRss>
		</item>
		<item>
		<title>Home Internet Speed Test July2008</title>
		<link>http://www.linickx.com/archives/457/home-internet-speed-test-july2008</link>
		<comments>http://www.linickx.com/archives/457/home-internet-speed-test-july2008#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:00:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[PICS]]></category>

		<category><![CDATA[ineternet]]></category>

		<category><![CDATA[speed-test]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=457</guid>
		<description><![CDATA[
 Copyright &#169; 2008 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns with the content of this feed you may contact me here.WP Copyright Plugin]]></description>
			<content:encoded><![CDATA[<div id="attachment_458" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.linickx.com/archives/457/home-internet-speed-test-july2008/speedtest" rel="attachment wp-att-458"><img src="http://www.linickx.com/files/2008/07/speedtest.png" alt="my Speed Test results!" title="Home Internet Speed Test Results 17July2008" width="300" height="135" class="size-medium wp-image-458" /></a><p class="wp-caption-text">my Speed Test results!</p></div>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/457/home-internet-speed-test-july2008/feed</wfw:commentRss>
		</item>
		<item>
		<title>Missing argument 1 for phpbb_topics()</title>
		<link>http://www.linickx.com/archives/454/missing-argument-1-for-phpbb_topics</link>
		<comments>http://www.linickx.com/archives/454/missing-argument-1-for-phpbb_topics#comments</comments>
		<pubDate>Thu, 17 Jul 2008 09:22:33 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[phpbb]]></category>

		<category><![CDATA[phpbb_recent_topics]]></category>

		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=454</guid>
		<description><![CDATA[I thought I&#8217;d write a post about this error message as it&#8217;s pretty much the main reason that I ever receive comments or e-mails from the WordPress community. Sadly the complaints I receive from the community out weigh the complements, but I guess that&#8217;s life  
Thank you to all those who have downloaded and [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write a post about this error message as it&#8217;s pretty much the main reason that I ever receive comments or e-mails from the WordPress community. Sadly the complaints I receive from the community out weigh the complements, but I guess that&#8217;s life <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><u>Thank you to all those who have downloaded and enjoyed my plug-in and all those who have taken to say something nice.</u></p>
<p>The problem with this error message <code>Missing argument 1 for phpbb_topics()</code> is that I don&#8217;t actually know how to fix it. If you <a href="http://svn.wp-plugins.org/phpbb-recent-topics/trunk/display/display.php">look in the source code</a> you&#8217;ll see that I&#8217;ve tried to trap &#8220;empty variables&#8221;&#8230;</p>
<pre>
if (is_null($LIMIT)) {
                $LIMIT = 5;
}
</pre>
<p>Now this approach seems to work on my server(<em>s</em>), and works for some people, but there are a number of people whom is doesn&#8217;t work for; unfortunately the majority of the WP community are no more technical than myself and I have never received any feedback on how to fix this.</p>
<p>I&#8217;m not a programmer, I&#8217;ve never claimed to be a PHP guru; as I don&#8217;t know how to fix this problem in the latest version of <a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/">phpbb-recent-topics</a> I tried to combat the problem by introducing a widget. The widget it aimed at people who don&#8217;t know php, it allows you to &#8220;drag&#8221; the list of recent topics into your sidebar, but for some reason people still prefer to edit their sidebar.php :confused: </p>
<p>I would to remind all readers that it quite clearly states on <a href="http://www.linickx.com/archives/392/recent-phpbb-topics-on-wordpress-plugin-v04#comments">my announcement </a>:</p>
<blockquote><p><strong>Support</strong><br />
I’ve always been honest about support, there isn’t any. Basically I write this for my own needs and then publish it for you to use for free. You’re more than welcome to post comments here and if you <a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10#postform">tag wordpress forum posts with “phpbb-recent-topics” I’ll reply to you there</a>, but we all have busy lives and I make no promises on how quickly I’ll reply to you.</p></blockquote>
<p>Currently the only solution I can offer to anyone suffering from this error message is to replace <code>phpbb_topics() </code>with <code>phpbb_topics(”5″)</code>, if that doesn&#8217;t work then please accept my apologies.</p>
<p>If anyone would like to offer a patch for my plugin I would gladly include it and accredit appropriately.</p>
<p>Thanks for Reading!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/454/missing-argument-1-for-phpbb_topics/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to delete an Access-List on a Cisco ASA</title>
		<link>http://www.linickx.com/archives/451/how-to-delete-an-access-list-on-a-cisco-asa</link>
		<comments>http://www.linickx.com/archives/451/how-to-delete-an-access-list-on-a-cisco-asa#comments</comments>
		<pubDate>Wed, 16 Jul 2008 11:01:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[lifeblog]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=451</guid>
		<description><![CDATA[Why can&#8217;t I remember this command?
In order to remove the entire access list, use the clear configure access-list command
 Copyright &#169; 2008 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns with the content of this feed you [...]]]></description>
			<content:encoded><![CDATA[<p>Why can&#8217;t I remember this command?</p>
<blockquote><p>In order to <a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_qanda_item09186a00805b87d8.shtml">remove the entire access list</a>, use the <code>clear configure access-list</code> command</p></blockquote>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/451/how-to-delete-an-access-list-on-a-cisco-asa/feed</wfw:commentRss>
		</item>
		<item>
		<title>Strange ASA ARP Replying Behavior</title>
		<link>http://www.linickx.com/archives/450/strange-asa-arp-replying-behavior</link>
		<comments>http://www.linickx.com/archives/450/strange-asa-arp-replying-behavior#comments</comments>
		<pubDate>Thu, 10 Jul 2008 09:02:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[asa]]></category>

		<category><![CDATA[firewall]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=450</guid>
		<description><![CDATA[I&#8217;ve been implementing a few Cisco ASA&#8217;s recently, and I blogged about this strange behavior; well I came across another one yesterday.
Take a look at this debug arp&#8230;.

CiscoASA# debug arp
debug arp  enabled at level 1
CiscoASA#
CiscoASA# arp-set: added arp outside 192.168.1.122 001e.7000.1234 and updating NPs at 4301321940
arp-set: added arp inside 192.168.1.61 001a.7100.1234 and updating NPs [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been implementing a few Cisco ASA&#8217;s recently, and <a href="http://www.linickx.com/archives/446/cisco-asa-and-7905-ip-phone-weirdness">I blogged about this strange behavior</a>; well I came across another one yesterday.</p>
<p>Take a look at this debug arp&#8230;.</p>
<pre>
CiscoASA# debug arp
debug arp  enabled at level 1
CiscoASA#
CiscoASA# arp-set: added arp outside 192.168.1.122 001e.7000.1234 and updating NPs at 4301321940
arp-set: added arp inside 192.168.1.61 001a.7100.1234 and updating NPs at 4301321940
<blockquote>
<code>arp-in: request at outside from 192.168.1.125 001a.3000.1234 for 192.168.1.120 001e.7a51.1234
arp-in: rqst for me from 192.168.1.125 for 192.168.1.120, on outside
arp-set: added arp outside 192.168.1.125 001a.3000.1234 and updating NPs at 4301326660
arp-in: generating reply from 192.168.1.120 001e.7a51.1234 to 192.168.1.125 001a.3000.1234</code></blockquote>

arp-in: request at outside from 192.168.1.125 001a.3000.1234 for 192.168.1.73 001e.7a51.1234
arp-in: rqst for me from 192.168.1.125 for 192.168.1.73, on outside
arp-set: added arp outside 192.168.1.125 001a.3000.1234 and updating NPs at 4301326660
arp-in: generating reply from 192.168.1.73 001e.7a51.1234 to 192.168.1.125 001a.3000.1234
arp-in: request at outside from 192.168.1.125 001a.3000.1234 for 192.168.1.69 001e.7a51.1234
<blockquote>
<code>arp-in: rqst for me from 192.168.1.125 for 192.168.1.69, on outside
arp-set: added arp outside 192.168.1.125 001a.3000.1234 and updating NPs at 4301326660
arp-in: generating reply from 192.168.1.69 001e.7a51.1234 to 192.168.1.125 001a.3000.1234</code></blockquote>

arp-in: request at outside from 192.168.1.125 001a.3000.1234 for 192.168.1.123 001e.7a51.1234
arp-in: rqst for me from 192.168.1.125 for 192.168.1.123, on outside
arp-set: added arp outside 192.168.1.125 001a.3000.1234 and updating NPs at 4301326660
arp-in: generating reply from 192.168.1.123 001e.7a51.1234 to 192.168.1.125 001a.3000.1234
arp-in: response at outside from 192.168.1.125 001a.3000.1234 for 192.168.1.125 ffff.ffff.ffff
arp-in: updating gratuitous ARP 192.168.1.125 - 001a.3000.1234
arp-set: added arp outside 192.168.1.125 001a.3000.1234 and updating NPs at 4301326660
CiscoASA#
</pre>
<p>The firewall is replying to arp requests even though both the source &#038; destination of the traffic are on the same (<em>outside</em>) interface, now I haven&#8217;t manged to work out why the firewall was doing this, but I did find <a href="http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&#038;forum=Security&#038;topic=Firewalling&#038;topicID=.ee6e1fa&#038;fromOutline=&#038;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.2cc12b2b">a fix on the cisco forums</a>.</p>
<p><code>sysopt noproxyarp outside</code></p>
<p>Names, IPs &#038; MAC&#8217;s have been changed to protect the innocent.<br />
 <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/450/strange-asa-arp-replying-behavior/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cisco NAC SSO Port List</title>
		<link>http://www.linickx.com/archives/407/cisco-nac-sso-port-list</link>
		<comments>http://www.linickx.com/archives/407/cisco-nac-sso-port-list#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:59:37 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[ad]]></category>

		<category><![CDATA[nac]]></category>

		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=407</guid>
		<description><![CDATA[Note to self, the ports I need to allow thru the Un-Authenticated ACL for Active Directory SSO to work&#8230;
TCP 88,135,389,636,445,1025,1026
UDP 88,389,636 
 
 Copyright &#169; 2008 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns with the content [...]]]></description>
			<content:encoded><![CDATA[<p>Note to self, the ports I need to allow thru the Un-Authenticated ACL for Active Directory SSO to work&#8230;</p>
<pre>TCP 88,135,389,636,445,1025,1026
UDP 88,389,636 </pre>
<p> <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/407/cisco-nac-sso-port-list/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dear Insomniac</title>
		<link>http://www.linickx.com/archives/448/dear-insomniac</link>
		<comments>http://www.linickx.com/archives/448/dear-insomniac#comments</comments>
		<pubDate>Tue, 01 Jul 2008 09:01:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Playstation3]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[insomniac]]></category>

		<category><![CDATA[ratchet and clank]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=448</guid>
		<description><![CDATA[In light of yesterdays ps3 news please can you release a patch to covert Ratchet &#038; Clank skill points into Trophies.
I think this would be a good use of the system, it would be nice for us gamers to automatically earn some trophies based on some of the games we&#8217;ve already played; this idea benefits [...]]]></description>
			<content:encoded><![CDATA[<p>In light of <a href="http://blog.us.playstation.com/2008/06/30/firmware-v240-walkthrough-part-2-trophies/">yesterdays ps3 news</a> please can you release a patch to covert <a href="http://www.us.playstation.com/ratchetandclank/">Ratchet &#038; Clank</a> skill points into Trophies.</p>
<p>I think this would be a good use of the system, it would be nice for us gamers to automatically earn some trophies based on some of the games we&#8217;ve already played; this idea benefits the publishers too as &#8220;friends&#8221; will be able to see other users games and may be influenced to buy them <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#8230;and DUELSHOCK3 support too please.</p>
<p>Thanks!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2008 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/archives/448/dear-insomniac/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
