
I use a KVM at work and in my home and really can’t live without it.
One of my bug bears is, when I plug in a Windows XP PC that has been using a PS2 keyboard and mouse it will not recognise my USB keyboard and mouse through the KVM!
This is one of these problems that only happens once in a while, but generally the time is long enough in between that I always forget how to quickly fix it!

The Problem
Windows will not load the USB keyboard and mouse driver until you logon. This is only an issue if you use the windows welcome screen see the graphic opposite. If you are setup to go straight in to windows, this wont affect you.
The Fix
Simply plug in a PS2 keyboard before you boot, CONTROL + ALT + DELETE enter your logon credentials. Once Windows has loaded your KVM should pick up the correct drive and work!
When email does not get delivered it can be a real pain.
Here I will try to explain a few basic trouble shooting tips that you can perform to try and narrow down the problem by connecting to the remote mail server.
I will be using Windows XP commands for this. But most operating systems have these tools inbuilt or very similar ones available.
Tools used
NSLOOKUP
First off we will use NSLOOKUP to find the mail server we are having problems sending to.
- Open a command prompt.
- Type “NSLOOKUP” and press enter.
- Type “SET TYPE=MX” and press enter.
- Type in the domain name your having problems with eg. “microsoft.com” Look for the server name with the lowest MX preference number and note it down. If they are all the same preference, just use anyoneone.
- Quit NSLOOKUP by typing “exit”
PING
Now we will use the PING command to see if the server we found in part one is reachable.
- Open a command prompt.
- Type “PING server address” (ping mail.microsoft.com )
Please note that if the server has ping disabled you may get Request timed out message. This does not necessarily mean it is down.
TELNET
Lastly using the TELNET command we will connect the the remote email server and send a test email.
- Open a command prompt.
- Type “TELNET server address 25”
- You should see a server welcome message
- Type “HELO” and press enter (you might not see what you type. This is normal)
- Type “mail from: myemail@mydomain.com” substituting your address and press enter.
- Type “rcpt to: user@server.com” substituting the recipients address and press enter.
- Type “data” and press enter.
- Type “Subject: Test message” and press enter TWICE
- Type “This is a test message.” and press enter. You must have the . (full spot/period)
- Type “quit” and press enter to exit.
If everything has work the message will now be sent, confirming the server is working fine. If not more troubleshooting is required!