-
How to enable Remote Desktop remotely
Posted on February 18th, 2008 No commentsI had to do this just a few minutes ago and I figured I should probably post it here.
- Open Registry Editor by going to Start -> Run and typing in regedit.
- Go to File -> Connect Network Registry… and type in the name of the computer where you want Remote Desktop enabled. Click OK.
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server of that computer.
- Double-click the DWORD called fDenyTSConnections and set its value to 0. Click OK.
That’s it! Remote Desktop is now enabled!
-
How to remove internal Excel passwords (unprotect)
Posted on February 5th, 2008 No commentsThis is good news for those who need to unprotect an Excel spreadsheet without knowing the password, bad news for those who actually think protecting an Excel spreadsheet is secure enough (this has only been tested on Excel files created with Excel 2003 or older).
According to this website, the passwords you enter in Excel are not used directly in protection. They are actually hashed and there are only 194,560 possible hashed values. You can then use a macro to try out all these possible combinations and a modern home computer can crack the password in seconds.
Use the free add-in below from mcgimpsey.com to remove the password for a protected Excel spreadsheet. Simply open it and you will see an extra button called “Remove Passwords.” Open the file you wish to unprotect and click the button to unlock it.
remove_internal_excel_password.xls
Here’s the macro code:
-
How to install a backup SonicWALL PRO 230 firewall
Posted on January 4th, 2008 1 commentWe had to do this last January and this was supposed to be a job that shouldn’t take more than an hour to complete but it took us a few hours due to the lack of documentation (our biggest issue was how to reset the firewall to factory defaults because no one knew the password for it, the person who originally configured the second firewall left a while back). SonicWALL no longer supports this product and it took us quite a bit of googling to finally find the information we needed. I made sure I documented everything we did and now I’m sharing it with you guys.
Prerequisites
- (2) SonicWALL PRO 230
- (3) Switches for the WAN/DMZ/LAN ports
- (6) CAT5 Cables for connecting the 2 firewalls to the switches
- (2) Static LAN IP addresses
- A backup of the Primary firewall’s settings
- Make sure that the Backup Firewall has not been previously configured for use (go to Tools->Restore Factory Default Settings). Also set the Password to password using the Password tab in the General section. ** If you cannot login to the backup firewall you will need to reset it to factory defaults by reloading the firmware. **
Resetting the SonicWALL PRO 230 to factory defaults by reloading the firmware (the following steps might also work with other models)
- Turn off the firewall and unplug the power cord.
- Use a paperclip to push the small button in front of the firewall and hold it for 15 seconds.
- While the button is still pushed down, plug the power cord back in and turn on the firewall.
- Wait another 15 seconds and release the button.
- Turn off the firewall. The firmware should now be corrupted at this point.
- Get a crossover cable and plug in one end into the LAN port of the firewall and the other end to your laptop/computer.
- Change your laptop/computer’s IP Address to 192.168.168.200.
- Open a web browser and go to http://192.168.168.168.
- You should see a page asking you to upload the firmware for the SonicWALL (you can get it from SonicWALL’s website by logging in to your account). Upload the file (.bin) and the firewall will restart. Once it is back up it should now be back to factory defaults with an admin password of password.
Required Steps
- Make sure both firewalls are off.
- Connect both firewalls to the network.
- Turn on the Primary Firewall and wait for diagnostics to complete.
- Log in to the Primary Firewall (let’s pretend this IP is 192.168.0.1).
- Click High Availability on the left
- High Availability Status (Primary SonicWALL):
- LAN IP Address: eg. 192.168.0.2 (make sure this is different from the IP you’re logged in to right now (ie. 192.168.0.1))
- High Availability Settings (Backup SonicWALL)
- Serial Number:
- LAN IP Adress: eg. 192.168.0.3
- Check Preempt Mode (to allow the Primary to take over when it comes back up)
- Heartbeat Interval: 5 seconds (lowest is 3)
- Failover Trigger Level: 3 missed heartbeats (Backup will take over if 2 heartbeats are missed)
- Active SonicWALL Detection Time: 0 seconds
- High Availability Status (Primary SonicWALL):
- Click Update.
- Turn on the Backup Firewall (the Primary Firewall will detect its presence and synchronizes the settings).
- Check the Primary Firewall log for a High Availability confirmation message.
- Log in to the Backup Firewall (192.168.0.3) to confirm that it is the backup.
Testing the Configuration
- Turn off Primary and see if the Backup picks up.
- Turn Primary back on and see if it will take over.
- Make a note on how long it took to pick up and also check for network interruptions (it should pick up instantly).
Notes
- If everything is working, the Primary will be in active mode, and the backup will be in idle mode.
- When the Primary goes down, the backup will switch to active mode.
- When the backup takes over, it will have all the settings of the Primary including the Network settings so there is no need to change anything.
- The IP 192.168.0.1 will still be accessible to access the firewall that is currently active.


Recent Comments