How can I change the mac address on my NT 4.0 server?
I have tried the following, but without success:
Can anyone help?
-------------------------------------------
To change the address of an adapter card
1.From the start button, choose the Run command.
2.In the Command Line box of the Run dialog box, type REGEDT32.EXE, and
then choose the OK button.
3.When the Registry Editor starts, select the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SkEthNt1
4.From the Edit menu, choose Add Value. For Value, type NetworkAddress,
and select REG_SZ for data. Choose OK.
5.Type the 12-digit MAC address in hexadecimal format.
Syntax : xx-xx-xx-xx-xx-xx
6.Exit the Registry Editor and restart your computer.
(You must restart the computer for the modification to take effect.)
7.From the command prompt, run the following command to report the
active MAC address:
net config rdr or ipconfig /all
--------------------------------------------------------------
Thanks,
Manfred