<?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>Alliance IT &#187; Helpdesk</title>
	<atom:link href="http://allianceitpro.com/category/helpdesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://allianceitpro.com</link>
	<description>your connection to technology</description>
	<lastBuildDate>Tue, 08 Nov 2011 18:02:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Reset password on Cisco Pix without losing the config</title>
		<link>http://allianceitpro.com/uncategorized/reset-password-on-cisco-pix-without-losing-the-config/</link>
		<comments>http://allianceitpro.com/uncategorized/reset-password-on-cisco-pix-without-losing-the-config/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:36:29 +0000</pubDate>
		<dc:creator>bwirth</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Helpdesk]]></category>
		<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://allianceitpro.com/?p=337</guid>
		<description><![CDATA[Cisco PIX (500 Series) Password Recovery If you are locked out of your PIX firewall then you will need to do some password recovery, this procedure will reset the enable password and remove any AAA username and password settings on the PIX. Note: If you havea PIX 520 (This has a floppy drive, and the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cisco PIX (500 Series) Password Recovery</strong></p>
<p>If you are locked out of your PIX firewall then you will need to do some password recovery, this procedure will reset the enable password and remove any AAA username and password settings on the PIX.</p>
<p><strong>Note</strong>: If you havea PIX 520 (This has a floppy drive, and the process is different) <a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_password_recovery09186a008009478b.shtml" target="_blank">CLICK HERE</a></p>
<table border="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&#160;</td>
</tr>
<tr>
<td><strong>Before You Start !</strong></td>
</tr>
<tr>
<td>&#160;</td>
</tr>
<tr>
<td>1. You need to know the software version that is running on the PIX e.g 6.3(5) or 7.0(1)</td>
</tr>
<tr>
<td>2. You need a TFTP server set up and running <a href="http://www.petenetlive.com/Tech/Apps/Misc/tftp.html">CLICK HERE</a> for instructions.</td>
</tr>
<tr>
<td>3. You need to be connected to the PIX via its console cable <a href="http://www.petenetlive.com/Tech/Firewalls/Cisco/connect2.htm">CLICK HERE</a> for instructions.</td>
</tr>
<tr>
<td>4. You need to download the “PIX Password Lockout Utility” that’s appripriate for your PIX i.e if your running 6.3(5) download <a href="http://www.petenetlive.com/Downloads/software/np63.bin">np63.bin</a>, or version 7.0(1) download<a href="http://www.petenetlive.com/Downloads/software/np70.bin">np70.bin</a> etc, you get get them <a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_password_recovery09186a008009478b.shtml" target="_blank">HERE </a>Put the file in the root directory of your TFTP server.</td>
</tr>
<tr>
<td>&#160;</td>
</tr>
<tr>
<td><strong>Procedure</strong></td>
</tr>
<tr>
<td>&#160;</td>
</tr>
<tr>
<td>1. Connect to the Firewall via console cable, then power cycle the firewall, as the firewall reboots press BREAK or ESC to interrupt the boot sequence and get to the monitor prompt.</td>
</tr>
<tr>
<td>monitor&gt;</td>
</tr>
<tr>
<td>2. Now the firewall has no config loaded, so you need to tell it everything it needs to know, firstly we need to set up the inside interface so we can load in the password reset utility. Use the interface command (PIX’s with only two interfaces it will default to the inside interface).</td>
</tr>
<tr>
<td>monitor&gt; interface 1         <br />0: i8255X @ PCI(bus:0 dev:17 irq:9 )          <br />1: i8255X @ PCI(bus:0 dev:18 irq:10)
<p>Using 1: i82557 @ PCI(bus:0 dev:18 irq:10), MAC: 0012.daf1.5185           <br />monitor&gt;</p>
</td>
</tr>
<tr>
<td>3. You need to tell it what its inside IP address is, use the address command.</td>
</tr>
<tr>
<td>monitor&gt; address 192.168.1.1         <br />address 192.168.1.1</td>
</tr>
<tr>
<td>4. Now you need to give it the IP address of the TFTP server you set up ealier, use the server command.</td>
</tr>
<tr>
<td>monitor&gt; server 192.168.1.2         <br />server 192.168.1.2</td>
</tr>
<tr>
<td>5. The last thing the PIX needs is the name of the password unlock file for this example I’ll use np63.bin, you will need to use the file command.</td>
</tr>
<tr>
<td>monitor&gt; file np63.bin         <br />file np63.bin</td>
</tr>
<tr>
<td>6. To start the process, issue the tftp command.</td>
</tr>
<tr>
<td>monitor&gt; tftp         <br />tftp np63.bin@192.168.1.2……………………………………………….          <br />……………………………………………………………………..          <br />……………………………………….          <br />Received 92160 bytes
<p>Cisco Secure PIX Firewall password tool (3.0) #0: Thu Jul 17 08:01:09 PDT 2003           <br />Flash=E28F640J3 @ 0×3000000            <br />BIOS Flash=E28F640J3 @ 0xD8000</p>
</td>
</tr>
<tr>
<td>7. Confirm by pressing y then {enter}.</td>
</tr>
<tr>
<td>Do you wish to erase the passwords? [yn]</td>
</tr>
<tr>
<td>8. Confirm by pressing y then {enter} again.</td>
</tr>
<tr>
<td>Do you want to remove the commands listed above from the configuration? [yn] y         <br />Passwords and aaa commands have been erased.
<p>Rebooting….</p>
</td>
</tr>
<tr>
<td>9. The Firewall will reboot and the passwords will be blanked.</td>
</tr>
<tr>
<td>Type help or ‘?’ for a list of available commands.         <br />Firewall&gt; en          <br />Password:          <br />firewall#</td>
</tr>
</tbody>
</table>
<p>-Bryan Wirth</p>
<p>AllianceIT</p>
]]></content:encoded>
			<wfw:commentRss>http://allianceitpro.com/uncategorized/reset-password-on-cisco-pix-without-losing-the-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 &#8211; Terminal Server Fonts Print Incorrect</title>
		<link>http://allianceitpro.com/uncategorized/windows-server-2008-terminal-server-fonts-incorrect/</link>
		<comments>http://allianceitpro.com/uncategorized/windows-server-2008-terminal-server-fonts-incorrect/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:29:00 +0000</pubDate>
		<dc:creator>bwirth</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Helpdesk]]></category>
		<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sm-wordpress.com/?p=283</guid>
		<description><![CDATA[Recently encountered an issue when printing from a Windows 2008 terminal server (remote desktop) where fonts were incorrect.  Times New Roman would change to a sick looking arial, and other fonts would print as garbage.  Client was connecting from a Windows XP computer.  Here are the details of the resolution. This issue has been fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Recently encountered an issue when printing from a Windows 2008 terminal server (remote desktop) where fonts were incorrect.  Times New Roman would change to a sick looking arial, and other fonts would print as garbage.  Client was connecting from a Windows XP computer.  Here are the details of the resolution.</p>
<p>This issue has been fixed in a QFE released post .Net 3.0 SP1.</p>
<p>To get the fix, please install these versions of .Net</p>
<p>1. Uninstall .Net 3.5 if installed</p>
<p>2. Install .Net 3.0 SP2</p>
<p>3. Install .Net 3.0 SP2 QFE KB946411</p>
<p>Please note: .Net 3.5 will not contain this QFE. You would explicitly need</p>
<p>.Net 3.0 + QFE for this issue to be fixed.</p>
<p>The KB article at MS doesn’t contain the download, they want you to call them for the hotfix, or you can get it here</p>
<p><a href="http://thehotfixshare.net/board/index.php?autocom=downloads&amp;showfile=9930">http://thehotfixshare.net/board/index.php?autocom=downloads&amp;showfile=9930</a></p>
<p>I uninstalled .net 3.5 and then installed this hotfix on a workstation, had him test, issue resolved.WQ</p>
]]></content:encoded>
			<wfw:commentRss>http://allianceitpro.com/uncategorized/windows-server-2008-terminal-server-fonts-incorrect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

