<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Fir3net.com</title>
        <description></description>
        <link>http://fir3net.com/</link>
        <lastBuildDate>Thu, 29 Jul 2010 14:20:44 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
		<atom:link href="http://fir3net.com/component/option,com_ninjarsssyndicator/feed_id,4/format,raw/lang,en/" rel="self" type="application/rss+xml" />        <item>
            <title>How to Secure your Cisco Router</title>
            <link>http://fir3net.com/Router/Cisco-Router/how-to-secure-you-cisco-router.html</link>
            <description><![CDATA[Below shows a number of commands that you can use for securing your Cisco router.<br /><br /><strong>Block Denied Logins </strong>- Useful for delaying denied logins when someone is trying to brute force your router.<br />{c}(config)# login block-for [seconds] attempts [attempts] within [seconds]{/c}<strong>Quiet Login</strong> Allows you to still login once the router has blocked login attempts because of the above. A permitted list is created via the ACL.<br />{c}(config)# login quiet-mode access-class [acl]{/c}<strong>Login Delay</strong> Adds a delay at the point of your login being unsuccessful.<br />{c}(config)# login delay [seconds]{/c}<strong>Login Logging</strong> Generates a log after a certain amount of failed or successful attempts.<br />{c}(config)# login on-failure log  [#]<br />(config)# login on-success log [#]{/c}<strong>Min Password Length</strong> Ensures that any new password created on the router meets a minimum password length.<br />{c}(config)# security password min-length [number of characters]{/c}<strong>Set Timeout</strong> Sets a time out period for your line (con vty).<br />{c}(config-line)# exec-timeout [min/hour] [time]{/c}<strong>Encrypt Passwords</strong> Encrypts all passwords within your routers config.<br />{c}(config) service password-encryption{/c}
<p><a href="http://fir3net.com/Router/Cisco-Router/how-to-secure-you-cisco-router.html">Read more...</a></p>]]></description>
            <pubDate>Thu, 29 Jul 2010 12:10:19 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/Router/Cisco-Router/how-to-secure-you-cisco-router.html</guid>
        </item>
        <item>
            <title>Creating CLI Views on a Cisco Router</title>
            <link>http://fir3net.com/Router/Cisco-Router/creating-cli-views-on-a-cisco-router.html</link>
            <description><![CDATA[<p>CLI Views allow your to to create sub administratos to for your cisco devices. This can also be thought of as an extension to privailage levels, giving you further granulaity over what your users are allowed to do.</p><p><strong style="font-size: 14px">Creating views</strong></p><p>Below shows you the commands required to create a view mode. In all the examples we use<em> SHOWMODE</em> and<em> HELPDESK</em> and view mode names, these could be changed to anything you want. Also to access the root view (which allows you to administor all the view modes) use the command <em>enable view</em>.{c}# aaa new-model<br enable view [when prompted for password enter your privilage mode password]<br conf t</p><br />(config)# parser view SHOWMODE<br />(config-view)# secret [password]<br />(config-view)# commands exec include all show<br />(config)# parser view HELPDESK<br />(config-view)# secret [password]<br />(config-view)# commands exec include all show<br />(config-view)# commands exec include configure terminal<br />(config-view)# commands configure include ip route<br />(config-view)# commands configure include all interface{/c}<p><strong style="font-size: 14px">Logging into a Viewmode</strong></p>In order to move yourself into a particular view mode once you logged in use the following command.
<p><a href="http://fir3net.com/Router/Cisco-Router/creating-cli-views-on-a-cisco-router.html">Read more...</a></p>]]></description>
            <pubDate>Thu, 29 Jul 2010 11:46:55 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/Router/Cisco-Router/creating-cli-views-on-a-cisco-router.html</guid>
        </item>
        <item>
            <title>Configuring TACACS+ on a Cisco Router</title>
            <link>http://fir3net.com/Router/Cisco-Router/configuring-tacacs-on-a-cisco-router.html</link>
            <description><![CDATA[<p>TACACS+ (Terminal Access Controller Access-Control System Plus) is a Cisco proprietary protocol which provides access control for routers, network access servers and other networked computing devices via one or more centralized servers. TACACS+ uses port tcp 49 and provides separate authentication, authorization and accounting services.</p><p>Below shows you the general steps involved, </p><p>First of all configure you router to use TACACS+. Make sure that you do not logout of the router at the point of running the command aaa new-model as this will clear your current login settings. {c}(config)# aaa new-model <br />(config)# tacacs-server host [tacacs ip] single-connection<br />(config)# tacacs-server host [tacacs ip] key [key]{/c}On your TACACS server configure you router as a TACACS client.<br />Back on your router add the following commands. This only shows you a brief general guide on the configuration steps, and in a real world scenerio your config would be much more detailed.{c}(config)# aaa authentication login [AUTH LIST NAME] group tacacs+ local  <br />(config-line)# line vty 0 4 <br />(config-line)# login authentication [AUTH LIST NAME]{/c} </p>
<p><a href="http://fir3net.com/Router/Cisco-Router/configuring-tacacs-on-a-cisco-router.html">Read more...</a></p>]]></description>
            <pubDate>Tue, 27 Jul 2010 20:57:19 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/Router/Cisco-Router/configuring-tacacs-on-a-cisco-router.html</guid>
        </item>
        <item>
            <title>How to enable SDM on your router </title>
            <link>http://fir3net.com/Router/Cisco-Router/how-to-enable-sdm-on-your-router.html</link>
            <description><![CDATA[<p>SDM allows you to configure and manage your router via the use of a GUI. Please find the steps below :</p><p>Ensure that you have the sdmconfig*.cfg file within your routers flash.<br />via using the command `<font face="courier new,courier">show flash</font>`.<br /><br />If it is not then you can download the SDM installation file from Cisco and then Choose to either install the SDM software on your local machine, on your router or both. {c}router(config)# username [password] secret [password] privilege 15<br />router(config)# ip http server<br />router(config)# ip http secure-server<br />router(config)# no ip http server<br />router(config)# ip http authentication local{/c}</p>Tip : When you are in the SDM GUI go to "Edit Perferences | Preview Commands before delivering router". Check this tick box to allow you to see commands before sending them to the router. ]]></description>
            <pubDate>Mon, 26 Jul 2010 20:21:45 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/Router/Cisco-Router/how-to-enable-sdm-on-your-router.html</guid>
        </item>
        <item>
            <title>Build a Samba Server on Redhat / CentOS</title>
            <link>http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/configure-your-redhat-centos-to-become-a-samba-server.html</link>
            <description><![CDATA[<p>Below shows you the basic steps in order to configure your Linux Redhat CentOS server as a Samba server.</p><p style="font-size: 14px"><strong>Install and Configure </strong></p>{c}yum install samba -y<br />chkconfig --level 123 smb on <br />cd /etc/samba<br />mv smb.conf smb.conf.backup<br />vi smb.conf<br />cat &gt; /etc/samba/smb.conf {/c}[paste the text below]{c}# Global parameters<p><br />[global]<br />workgroup Workgroup<br />netbios name SambaServerserver string Samba Server %v<br />log file /var/log/samba/log.%m<br />encrypt passwords yes<br />max log size 50</p><br /><p>[data]<br />path /data<br />valid users smbuser<br />read only No{/c}</p><p style="font-size: 14px"><strong>Configure Users </strong><br />{c}adduser smbuser <br passwd smbuser <br smbpasswd -a smbuser [enter the same password as your smbuser unix account]{/c}</p><p style="font-size: 14px"><strong>Restart Samba </strong><br />{c}/etc/init.d/smb restart{/c}<br /><strong style="font-size: 14px">Map Drive</strong></p><p>You can now map your drive with the windows command prompt using the command :{c}C:\Users\admin&gt;net use \\[SAMBA SERVER IP]\data /user:smbuser [password] /PERSISTENT:YES{/c}</p><p style="font-size: 14px"><strong style="font-size: 14px">Troubleshooting </strong></p><p>To see if the share is available you can run the following command {c}[root@SambaServer smbclient -U smbuser -L //[SAMBA SERVER IP]<br />Password:<br />Domain=[FILESERVER] OS=[Unix] Server=[Samba
<p><a href="http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/configure-your-redhat-centos-to-become-a-samba-server.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 18:36:31 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/configure-your-redhat-centos-to-become-a-samba-server.html</guid>
        </item>
        <item>
            <title>How to set the Time / Date and Timezone in CentOS</title>
            <link>http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/how-to-set-the-time-date-and-timezone-in-centos.html</link>
            <description><![CDATA[<p>In this article we will show you how to set the time, date and timezone within CentOS. Though im sure this method will remain the same through the various Linux distrobutions.</p><p><strong style="font-size: 14px">Steps</strong></p><ol><li>Set the time zone</li><li>Set the time and date</li><li>Sync the hwclock with the current time and date </li></ol><p><strong style="font-size: 14px">Commands</strong></p><p>Below are the commands that are required. For the date command this will set the time and date to 25th July 22:17. The syntax is <em><font face="courier new,courier">`date MMDDhhmmYYYY`.</font></em>{c}rm /etc/localtime<br />ln -s /usr/share/zoneinfo/GMT /etc/localtime<br />date 072522172010<br />hwclock --systohc{/c}</p><p style="font-size: 14px"><strong>Confirm Settings </strong></p><p>To confirm your machine is set with the right time and date run the following commands {c}[root@Fileserver date<br />Sun Jul 25 22:38:47 GMT 2010<br />[root@Fileserver hwclock<br />Sun 25 Jul 2010 10:38:51 PM GMT  -0.125883 seconds{/c}<br /></p>
<p><a href="http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/how-to-set-the-time-date-and-timezone-in-centos.html">Read more...</a></p>]]></description>
            <pubDate>Sun, 25 Jul 2010 21:27:28 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/how-to-set-the-time-date-and-timezone-in-centos.html</guid>
        </item>
        <item>
            <title>How to install SSH on Solaris 10 x86</title>
            <link>http://fir3net.com/UNIX-/-Linux/Solaris/how-to-install-ssh-on-solaris-10-x86.html</link>
            <description><![CDATA[<p>This guide will show you how to install SSH on Solaris 10 x86 from the Solaris installation DVD.</p><strong style="font-size: 14px">Mount CD</strong><br />If you havent enabled the feature that will automatically mount your CDROM drive you will need to mount it using the following commands :  <br />{c}mkdir /cdrom{/c}Find the name of your cdrom<br />{c}-bash-3.00# iostat -En<br />c0d0             Soft Errors: 0 Hard Errors: 0 Transport Errors: 0<br />Model: VMware Virtual  Revision:  Serial No: 000000000000000 Size: 16.11GB &lt;16106065920 bytes&gt;<br />Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0<br />Illegal Request: 0<br />c1t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0<br />Vendor: NECVMWar Product: VMware IDE CDR10 Revision: 1.00 Serial No:<br />Size: 2.56GB &lt;2563440640 bytes&gt;<br />Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0<br />Illegal Request: 3 Predictive Failure Analysis: 0{/c}{c}-bash-3.00# mount -F hsfs -o ro /dev/dsk/c1t0d0s0 /cdrom{/c} <br /><strong style="font-size: 14px">Install the packages</strong><br />{c}-bash-3.00# cd /<br />-bash-3.00# pkgadd -d /cdrom/Solaris_10/Product/  SUNWsshcu SUNWsshdr SUNWsshdu SUNWsshr SUNWsshu{/c}<br /><strong style="font-size: 14px">Enable SSH</strong><br />{c}-bash-3.00#svcadm enable ssh<br />-bash-3.00# svcadm restart ssh{/c}<br /><strong><em style="font-size: 14px">Additonal Notes </em></strong><p>You
<p><a href="http://fir3net.com/UNIX-/-Linux/Solaris/how-to-install-ssh-on-solaris-10-x86.html">Read more...</a></p>]]></description>
            <pubDate>Wed, 14 Jul 2010 12:22:08 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/UNIX-/-Linux/Solaris/how-to-install-ssh-on-solaris-10-x86.html</guid>
        </item>
        <item>
            <title>ESX4 - How do I turn on/off a Virtual Machine from the command line ?</title>
            <link>http://fir3net.com/VMware/ESX/how-do-i-turn-onoff-a-virtual-machine-from-the-command-line.html</link>
            <description><![CDATA[<p>Using the vmware-cmd command you can perform a number of actions on your Virtual Machines from the command line.</p><p>Below shows you some of the functions you can perform :</p><strong style="font-size: 14px">List Virtual Machines</strong><br /><br />{c}[root@ESX4 vmware-cmd -l<br />/vmfs/volumes/4c16a0ec-2c7ebe2a-6ad5-0011s8azz71c/OpenSolaris 2009.06/OpenSolaris 2009.06.vmx<br />/vmfs/volumes/4c16a0ec-2c7ebe2a-6ad5-0011s8azz71c/CentOS 5 Oracle/CentOS 5 Oracle.vmx<br />/vmfs/volumes/4c16a0ec-2c7ebe2a-6ad5-0011s8azz71c/CentOS 5a/CentOS 5a.vmx{/c}<p><strong style="font-size: 14px">Turn On Virtual Machine</strong></p>Below shows you how to start a virtual machine, to stop it just change the start command for stop. <br />{c}[root@ESX4 vmware-cmd "/vmfs/volumes/4c16a0ec-2c7ebe2a-6ad5-0011s8azz71c/OpenSolaris 2009.06/OpenSolaris 2009.06.vmx" start<br />start() 1{/c}<p><strong style="font-size: 14px">List Virtual Machine Status`s </strong></p><p>There maybe another (and easier) way of listing the virtual machine status`s if so please send it in. {c}vmware-cmd -l sed '/^$/d' |  while read VMX do STATE=$(vmware-cmd  "${VMX}" getstate awk print $3 ;  echo "${VMX}" "${STATE}" done<br />{/c}</p>
<p><a href="http://fir3net.com/VMware/ESX/how-do-i-turn-onoff-a-virtual-machine-from-the-command-line.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 12 Jul 2010 16:42:29 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/VMware/ESX/how-do-i-turn-onoff-a-virtual-machine-from-the-command-line.html</guid>
        </item>
        <item>
            <title>How to create a CS-MARS Inspection Rule</title>
            <link>http://fir3net.com/General-Info/General-Info/creating-a-cs-mars-rule.html</link>
            <description><![CDATA[<p>Within CS-MARS there are 2 types of rules. Inspection Rules and Drop Rules. Inspection Rules allow you to trigger events based on certain triggers such as keywords, source, destination etc. Drop rule is an exception rule which MARS uses to ignore a behaviour that would otherwise trigger an event.</p><p>In this example we will configure a Inspection rule. First of all we need to define when this rule will trigger an event. For this example we will create an event every time someone saves an configuration change upon your Netscreen device. The syslog message for this is :</p><p>{c}Jul  6 14:17:42 x.x.x.x ns200: NetScreen device_id=006403324004624  [Root]system-information-00767: System configuration saved by [user] via web from host x.x.x.x to x.x.x.x:443 by [user]. (2010-07-06 19:17:41){/c} </p><p><strong style="font-size: 14px">Steps</strong></p><p>1. Click <strong>Rules Inspection Rules Add<br /></strong></p><blockquote><p><a class="MagicThumb" href="http://fir3net.com//images/newrule.png"><img src="http://fir3net.com/images/newrule-small.png" border="0" width="749" height="177" /></a> </p></blockquote>2. This will take you through a wizard. For each stage select <strong>Any</strong>. Until you get to the Keyword section. <br />3. Enter the text you want CS-MARS to trigger on. <blockquote><p> <a class="magicthumb" href="http://fir3net.com/images/keyword.png"><img src="http://fir3net.com//images/keyword-small.png" border="0" width="499"
<p><a href="http://fir3net.com/General-Info/General-Info/creating-a-cs-mars-rule.html">Read more...</a></p>]]></description>
            <pubDate>Tue, 06 Jul 2010 20:20:33 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/General-Info/General-Info/creating-a-cs-mars-rule.html</guid>
        </item>
        <item>
            <title>Adaptec Storage Manager Script for ESX4</title>
            <link>http://fir3net.com/Programming/Bourne-/-BASH/adaptec-storage-manager-script-for-esx4.html</link>
            <description><![CDATA[<p>This article shows you how to script and alert (via email) for when any of your RAID disks show as offline or your Logical Drive is not showing as optimal. </p><p>In order to obtain all the stats about your Adaptec RAID card from your ESX box you can install the asm (adaptec storage manager) rpm which you can get from the adaptec website.</p><p>Once this is  installed you can then run a number of commands via the shell to query you RAID card. </p><ul><li>Due to using a script and not using its java gui i removed the gui from the startup scripts via "chkconfig --del stor_agent"</li><li>Ensure you have ssmtp installed so that you can send emails via your command line. </li><li>You will now need to add this script to your cron job. <a href="http://fir3net.com/images/asm_script.txt">CLICK HERE FOR SCRIPT</a>. You will need to change the email variables.</li></ul><p>Heres a sample of the html based email thats is generated ...</p><p> <img src="http://fir3net.com/images/aacsample.png" border="0" width="463" height="337" </p><p>&nbsp;</p>
<p><a href="http://fir3net.com/Programming/Bourne-/-BASH/adaptec-storage-manager-script-for-esx4.html">Read more...</a></p>]]></description>
            <pubDate>Sun, 27 Jun 2010 12:35:45 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/Programming/Bourne-/-BASH/adaptec-storage-manager-script-for-esx4.html</guid>
        </item>
        <item>
            <title>What are horizontal or vertical scans ?</title>
            <link>http://fir3net.com/General-Info/General-Info/what-is-an-horizontal-vertical-scan.html</link>
            <description><![CDATA[<p><strong style="font-size: 14px">Horizontal Scan </strong></p><p>A horizontal scan is descibed as scan againest a group of IPs for a single port. </p><p><strong style="font-size: 14px">Vertical Scan </strong></p><p>A vertical scan is descibed as a single IP being scanned for multiple ports.</p><p><strong style="font-size: 14px">Box Scanning</strong></p><p>A combination of both vertical and horizontal scans. </p>]]></description>
            <pubDate>Thu, 24 Jun 2010 11:49:25 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/General-Info/General-Info/what-is-an-horizontal-vertical-scan.html</guid>
        </item>
        <item>
            <title>How do I set the hostname on CentOS ?</title>
            <link>http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/how-do-i-set-the-hostname-on-centos.html</link>
            <description><![CDATA[In order to set the hostname on CentOS you will need to change the<strong> HOSTNAME</strong> section within<strong> /etc/sysconfig/network </strong><br />Your hostname will now be updated once you logout and then back in. Its also worth noting that this will survive reboots.]]></description>
            <pubDate>Mon, 21 Jun 2010 11:12:39 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/UNIX-/-Linux/Redhat-/-Fedora/how-do-i-set-the-hostname-on-centos.html</guid>
        </item>
        <item>
            <title>What is an XML Firewall ?</title>
            <link>http://fir3net.com/General-Info/General-Info/what-is-an-xml-firewall.html</link>
            <description><![CDATA[<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>EN-GB</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:DontVertAlignCellWithSp/> <w:DontBreakConstrainedForcedTables/> <w:DontVertAlignInTxbx/> <w:Word11KerningPairs/> <w:CachedColBalance/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="&#45;-"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" Priority="39" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<p><a href="http://fir3net.com/General-Info/General-Info/what-is-an-xml-firewall.html">Read more...</a></p>]]></description>
            <pubDate>Thu, 17 Jun 2010 15:52:52 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/General-Info/General-Info/what-is-an-xml-firewall.html</guid>
        </item>
        <item>
            <title>Installing Cisco MARS 6.0.7 onto VMware</title>
            <link>http://fir3net.com/General-Info/General-Info/installing-cisco-mars-607-onto-vmware.html</link>
            <description><![CDATA[<p>Below shows you the steps required in install Cisco MARS 6.0.7 onto VMware.</p><p><strong><em>!! This is purley a proof of concept and we do not endorse the use of the steps below in any environment (or situation) </em></strong></p><p>Steps </p><ol><li>First of all download the recovery ISO from Cisco for CS MARS 6.0.7.</li><li>Download the Ubuntu ISO. You can find it <a href="http://www.ubuntu.com/desktop/get-ubuntu/download">here.</a></li><li>Create a VM with 512MB Ram, 2 x 120Gb IDE Drives and 2 x E1000 NICs.</li><li>Mount the recovery ISO to the VM and power on.</li><li>Run through the installation, choosing "local controller".</li><li>Once install login using <font face="Verdana, Helvetica, sans-serif" size="2">"pnadmin/pnadmin"</font> </li><li>Detach the recovery ISO and attach the Ubuntu CD. </li><li>Assign an IP address using the command "ifconfig [interface] [ip add] [netmask]" and then allow it to reboot.</li><li>On reboot your machine should boot into the Ubuntu CD. Select the first option (This is the Live CD option)</li><li>Once you are in Ubuntu open up a terminal. </li><li>Assign your interface an IP address and default gateway. </li><li>Run the following commands. <a href="http://fir3net.com/images/marscommands.txt">Click here to view</a>. </li><li>Detach the Ubuntu CD so you
<p><a href="http://fir3net.com/General-Info/General-Info/installing-cisco-mars-607-onto-vmware.html">Read more...</a></p>]]></description>
            <pubDate>Tue, 15 Jun 2010 18:11:18 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/General-Info/General-Info/installing-cisco-mars-607-onto-vmware.html</guid>
        </item>
        <item>
            <title>How do I run apt-get when Im behind a proxy ?</title>
            <link>http://fir3net.com/UNIX-/-Linux/Debian-/-Ubuntu/how-do-i-run-apt-get-when-im-behind-a-proxy.html</link>
            <description><![CDATA[<p>In order configure your Ubuntu/Debian box to access HTTP, HTTPS and FTP via a Proxy you will need to assign some environment variables.</p><p><strong style="font-size: 14px">Assign Environmental Variables</strong></p>Below shows you the different variables you need to declare :<br />{c}export HTTP_PROXY=[PROXY IP]:[PORT]<br />export HTTPS_PROXY=[PROXY IP]:[PORT]<br />export FTP_PROXY=[PROXY IP]:[PORT]{/c}<p style="font-size: 14px"><strong>Survive reboot </strong></p>To survive a reboot you need to add these to <em>/etc/bash.bashrc</em><br />{c}echo export HTTP_PROXY=http://[PROXY IP]:[PORT] &gt;&gt; /etc/bash.bashrc<br />echo export HTTPS_PROXY=https://[PROXY IP]:[PORT] &gt;&gt; /etc/bash.bashrc<br />echo export FTP_PROXY=ftp://[PROXY IP]:[PORT] &gt;&gt; /etc/bash.bashrc{/c}<p style="font-size: 14px"><strong>User Authentication<br /></strong></p>Below is an example if you need to add authentication credentials:<br />{c}HTTP_PROXY=http://[USERNAME]:[PASSWORD]@[PROXY IP]:[PORT]{/c}<br /><p>&nbsp;</p><p style="font-size: 14px">&nbsp;</p><p>&nbsp;</p>
<p><a href="http://fir3net.com/UNIX-/-Linux/Debian-/-Ubuntu/how-do-i-run-apt-get-when-im-behind-a-proxy.html">Read more...</a></p>]]></description>
            <pubDate>Tue, 15 Jun 2010 13:56:14 GMT</pubDate>
            <guid isPermaLink="false">http://fir3net.com/UNIX-/-Linux/Debian-/-Ubuntu/how-do-i-run-apt-get-when-im-behind-a-proxy.html</guid>
        </item>
    </channel>
</rss>
