Archive

OS X network utility

os x network utility

Networking in OS X can seem a little scary to some people , but it can be really easy!

A utility that is often overlooked by many OS X users is Network Utility. You can get to it from your local disk. HD > APPLICATIONS > UTILITIES > NETWORK UTILITY or use the finder.

Network utility can perform many of the task that you are often guided to the Terminal for. But for users that are not comfortable typing their commands Network Utility provides a nice simple GUI.

As shown in the screen shot Network utility has nine tabs that can provide you with a whole lot of networking information.

Info:

In this tab you can find lots of useful information about your network connections. I tend to find that the most useful are

Hardware Address

AKA MAC adress

A MAC address identifies your computer on a network and is often used when IP addresses are issued.

IP address

Again a unique number you IP address it often automatically assigned to you, known as DHCP. Or you could have a static address.

Link Speed

Self explanatory really, this is the speed you are connected at on your local network.

Netstat:

Netstat can be used to view the routing table on your PC. This can be handy in troubleshooting your connections.

AppleTalk:

Use this to look at your Appletalk information….

Ping:

Pinging can be used to diagnose network problems. You can ping other devices that are connected via IP to see if they are reachable.

Lookup:

Lookup can be used to find out lots of information about a host computer. There is a lot of information to be found here, so if you want investigate it more.

Traceroute:

This is kind of like ping. But this shows you all the hops or devices that you go through to reach your destination server.

Whois:

Whois can be used to find out information about domain names. You can look up who owns it and were it is registered.

Finger:

Finger is not commonly used much now, but for servers were it is still available it can be usefull to troubleshoot email address spellings and the like.

Port Scan:

Although there are many better port scanners available this one is pretty good and relatively fast for using now and again.

Change your XP OEM or Retail to Volume License

If you ever find yourself in a situation were you have a retail cd key and a OEM version of XP, or any combination for that fact. There is a little trick you can perform thanks to the file setup.ini. It will allow you to install the version of windows you want that matches your key.

First, find your setupp.ini file in the i386 directory on your Windows XP CD. If you look at it, it will resemble:

ExtraData=707A667567736F696F697911AE7E05
Pid=55034000

The Pid value is what we’re in this for. What’s there now looks like a standard default, but that is no good. There are special numbers that determine if it’s a retail, OEM, or volume license edition. First, we must break down that number into two parts. The first five digits determines how the CD will behave, i.e. is it a retail CD that lets you clean install or upgrade, or an OEM CD that only lets you perform a clean install? The last three digits determine what CD key it will accept.

You are able to mix and match these values. For example you could make a Windows XP CD that acted like a retail CD, but then yet accepted OEM keys.

This is in my opinion a very useful tweak if done properly, so listen up!

Here are the individual values, the first and last values are interchangeable but you should keep them together:

Retail = 51882 335

Volume License = 51883 270

OEM = 82503 OEM

Now if you wanted a retail CD that accepted the retail CD key then you would use.

Pid=51882335

And if you wanted a retail CD that accepted OEM keys, you’d use:

Pid=51882OEM

You should remember that doing this might be considered illegal in Microsoft’s eyes so as such it’s not something I would recommend to do.

Now if all went without typo’s all you need to to is burn your XP cd and make it bootable.