Justin A. Parr - Technologist

Technology, Strategy, Insights, and Tech Support

  • HOME
  • Quick Facts
  • CygUlarn Win32
  • About Me

Hack Expired Vista

Posted by Justin A. Parr on May 16, 2008
Posted in: Tech Support. Leave a Comment

Problem:

Vista registration expires, which allows the user to log in, but only runs Internet Explorer

Resolution:

Type the following in the address bar:

file://c:\windows\system32\explorer.exe

This launches the shell (desktop), and Vista functions normally from that point.

Windows XP — Recovery Using Alternate Registry

Posted by Justin A. Parr on March 26, 2008
Posted in: Tech Support. 5 comments

Scenario:

After major hardware / driver issues, Windows XP will not boot, or behaves erratically. In my situation, all networking was gone — new devices could not be added, existing NICs could not be removed, and did not properly redetect. All bindings (even those that are normally hidden) appeared under network devices in Device Manager as malfunctioning devices.

Continue Reading

Blue Screen: Stop 0x0000005a after installing Symantec AntiVirus

Posted by Justin A. Parr on January 4, 2008
Posted in: Tech Support. Leave a Comment

Scenario:

After installing Symantec Anti-Virus 10, a Windows XP system may experience numerous “Stop 5A” blue screens.

 

Windows Version: XP Service Pack 2 (XPSP2)

Symantec AntiVirus Version: 10.0.2.2002

Continue Reading

Exchange 2003 Error: "Failed to install sub-component Site Replication Service with error code 0xC1030B11"

Posted by Justin A. Parr on June 15, 2005
Posted in: Tech Support. Leave a Comment

Scenario:
Upgrading a site to Exchange 2003 from Exchange 5.5 by installing a new server in to the 5.5 site. The user mailboxes, public folders, distribution lists, and mail routing will be moved over to the new server.

The O (Organization) has already been upgraded to Exchange 2003, and several sites have already been upgraded, as well.

While running setup to install the first server in to this particular site, the following error message is displayed:

Failed to install sub-component Site Replication Service with error code 0xC1030B11

Continue Reading

HowTo: Manage PIX through the web without PDM

Posted by Justin A. Parr on May 4, 2005
Posted in: Tech Support. 1 comment

Keywords: PIX PDM


Configuration

PIX 5xx
PIX OS 6.3
Tested with IE 6.0 SP1 and Firefox 1.03


Issue

Sometimes it is desirable to make a quick and easy change to a PIX config without having to deal with the bloat of PDM or the overhead of remote control to a PC with a TTY session to the console port.

This is also a good tool for Help Desk situations, where the Help Desk can be given a web page with links to a home user’s PIX in order to check status or make minor modifications.

Although I have not done this, this technique could also be used to write an app that polls statistics or periodically updates remote PIX configurations by using a tool such as cURL or other scriptable browser widgets.


HowTo

PIX OS 6 can accept URLs in the following form:

https://pixipaddress/exec/some command

The browser will prompt for a login, and will then run the command as if you were connected via console, telnet, or SSH. The command output (if any) will be displayed in the browser.

The browser will “escape” the spaces (turn spaces in to %20), but if you are using an odd user agent or script component, you may need to manually substitute the spaces manually.

Assumptions:
A. management subnet: 192.168.99 / 24
B. PIX management interface: 192.168.102.1

1. Add the following lines to the PIX config (assumes your management subnet is 192.168.99 / 24):

pdm location 192.168.99.0 255.255.255.0 inside
http 192.168.99.0 255.255.255.0 inside
http server enable

2. In a browser, go to the following URL:

https://192.168.102.1/exec/sh arp

Issues with Sun JRE 1.5 and Cisco PIX PDM

Posted by Justin A. Parr on May 4, 2005
Posted in: Tech Support. 1 comment

Keywords: PIX PDM JRE

Configuration

PIX 5xx
Tested on 515, 515E, 501
PDM 3.0
PIX OS 6.3


Issue

PIX PDM runs on Java

PDM fails to initialize when running on JRE 1.5 (also called J2SE Runtime Environment 5.0).

Error message: “Applet failed to initialize”


Cause

(Unknown / Don’t care)


Resolution

Downgrade to J2SE JRE 1.4.2 or earlier.



Network Virus causes PIX slowdown

Posted by Justin A. Parr on May 4, 2005
Posted in: Tech Support. Leave a Comment

Keywords: PIX Virus Slowdown

Configuration

PIX 5xx configured as NAT firewall between private network and internet

Tested on PIX 515, 515E, 506, 506E, and 501

PIX OS 6.3


Issue

When a PC inside the network (higher security level) becomes infected with a network-aware virus, it can cause the PIX firewall to create bogus NAT translations, which cause the PIX to slow down and eventually crash.


Cause

Many network viruses and DDoS zombies send out packets with random source addresses. Since the infected PC is INSIDE the network, the PIX creates a translation for the source address, and tries to forward the packet on the outside interface (or DMZ interface, etc…).

As the bogus translations build up, they consume memory and CPU to the point where the PIX will slow down, appear to lock up (just pull the network cable and wait for the timeout!), or crash.

As few as 1-2 infected PCs on the inside can cause this condition.


Resolution

The default NAT entry on a PIX is 0/0:

NAT (inside) 1 0.0.0.0 0.0.0.0 0 0

By changing this to a more specific subnet, this causes the PIX to drop packets whose source address is not in the range of the subnet, thus causing the PIX to do a “sanity check” on each source packet.

Example: Assuming you have a branch office whose subnet is 192.168.102 / 0, the NAT command would be:

NAT (inside) 1 192.168.102.0 255.255.255.0 0 0

The best way to implement this is to add the new NAT entry (which may cause a warning message stating that it is ineffective) and then remove the “world” NAT entry with a NO command:

NO NAT (inside) 1 0.0.0.0 0.0.0.0 0 0

In PDM, this can be done by modifying the translation rules (you must add a new one, and then remove the default).

Re-installing Win9x / ME

Posted by Justin A. Parr on May 4, 2005
Posted in: Tech Support. Leave a Comment

Keywords: Install Win9x Win98 WinME Millenium

Issue
If you re-install Windows 98 over Windows ME or Windows 98 SE, you receive an error similar to the following:

“Operating system installed is newer, can’t upgrade”

Cause
I had forgotten about this. When you install Win98, SE, or ME, it scans the root folder and 1st-level subfolders for win.com.

Resolution

  1. Rename (never delete anything) win.com to win.bak or win.old
  2. Re-run setup

SETUP /im /is /id

/im=Skip memory test

/is=Skip scandisk

/id=Skip disk space check

Posts navigation

Newer Entries →
  • Search!

  • Temperature at Casa de Parr

  • Recent Posts

    • Top Reasons Why Vegas Sucks Now (2024 Visit)
    • Excel – Number of Sundays – A better Answer
    • Cache Busting using Javascript
    • Javascript Calculator
    • Gatetrilogy Saga: The Front Gate Part III, The Final Gate Opener
    • The Dangers of Old Code – A Cautionary Tale
    • Quantum Chicken Joke
    • Calculate the Dimensions of a TV or Monitor
    • MORE Things to Check Before You Buy A House
    • Travel Tech and Tips – 2023
  • Topics

    • Analyses and Responses (27)
    • Good Design – Bad Design (33)
    • IT Management (1)
    • Justinisms (8)
    • Main Page (1)
    • Math and Science (30)
    • Other Stuff (39)
    • Quick Facts (7)
    • Rants (17)
    • Tech Support (61)
      • Food and Cooking (10)
      • Tech Recommendations (12)
      • Tech Tip (7)
      • Wordpress Stuff (3)
      • Zen Cart Stuff (1)
    • The Light Side (37)
  • Links

    Log in or Register to post comments

    RSS Feed
    https://justinparrtech.com/JustinParr-Tech/feed

    View my LinkedIn Profile
    http://www.linkedin.com/in/justinparr

    About Me
    Justin A. Parr

    Who is Jill Parr
    Find out here.

  • Older Posts

    • June 2025 (1)
    • February 2025 (1)
    • August 2024 (1)
    • May 2023 (1)
    • April 2023 (3)
    • January 2023 (1)
    • December 2022 (2)
    • November 2022 (2)
    • September 2022 (1)
    • August 2022 (3)
    • June 2022 (2)
    • March 2022 (1)
    • January 2022 (2)
    • December 2021 (1)
    • July 2021 (1)
    • May 2021 (1)
    • March 2021 (1)
    • February 2021 (2)
    • November 2020 (4)
    • October 2020 (1)
    • September 2020 (1)
    • August 2020 (1)
    • July 2020 (1)
    • June 2020 (1)
    • May 2020 (2)
    • April 2020 (1)
    • March 2020 (8)
    • February 2020 (2)
    • January 2020 (1)
    • November 2019 (2)
    • August 2019 (3)
    • July 2019 (1)
    • June 2019 (1)
    • April 2019 (1)
    • February 2019 (3)
    • January 2019 (1)
    • December 2018 (1)
    • November 2018 (1)
    • October 2018 (2)
    • September 2018 (1)
    • August 2018 (2)
    • July 2018 (1)
    • June 2018 (1)
    • April 2018 (1)
    • February 2018 (2)
    • January 2018 (2)
    • December 2017 (1)
    • November 2017 (2)
    • August 2017 (2)
    • July 2017 (1)
    • March 2017 (1)
    • February 2017 (2)
    • January 2017 (1)
    • December 2016 (5)
    • November 2016 (3)
    • September 2016 (5)
    • August 2016 (2)
    • April 2016 (1)
    • March 2016 (3)
    • February 2016 (2)
    • January 2016 (7)
    • December 2015 (3)
    • November 2015 (1)
    • October 2015 (3)
    • August 2015 (5)
    • July 2015 (3)
    • June 2015 (2)
    • May 2015 (4)
    • April 2015 (4)
    • March 2015 (3)
    • February 2015 (4)
    • January 2015 (8)
    • December 2014 (8)
    • September 2014 (1)
    • August 2014 (1)
    • July 2014 (2)
    • June 2014 (4)
    • May 2014 (1)
    • April 2014 (2)
    • March 2014 (3)
    • February 2014 (5)
    • January 2014 (1)
    • December 2013 (2)
    • October 2013 (2)
    • July 2013 (3)
    • April 2013 (1)
    • October 2010 (1)
    • August 2010 (1)
    • July 2009 (1)
    • April 2009 (1)
    • November 2008 (1)
    • October 2008 (1)
    • September 2008 (1)
    • May 2008 (1)
    • March 2008 (1)
    • January 2008 (1)
    • June 2005 (1)
    • May 2005 (4)
Proudly powered by WordPress Theme: Parament by Automattic.