retro Vo mnogih drovah ot IBM ,Intel i Realtec mojno pomenat MAC address.
chtob nebit goloslovnim vot podnapragsia i nashel
http://searchwin2000.techtarget.com/tip/1,289483,sid1_gci802993,00.html?FromTaxonomy=%2Fpr%2F5e3 Manually changing MAC addresses
Serdar Yegulalp
The MAC address (or Media Access Control) of a network adapter is a hardware-level ID number that uniquely identifies a network card. Some network cards come with a MAC address hard-wired, but some can have their MAC address changed through software. (Check the network card's documentation to see if this is possible.)
If your NIC is one of the latter, then you can use the following procedure to edit the MAC address in Windows 2000.
Open the Network and Dial-Up Connections window, and right-click on the network connection with the adapter you wish to edit. Select Properties.
Click the Configure button to edit the properties of the network adapter.
Select the Advanced tab. Select Locally Administered Address and enter the new MAC value. (If Locally Administered Address does not appear, then chances are your MAC address can't be edited.)
The same change can be made directly to the Registry:
Open REGEDT32 and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
One of the subkeys under Services will be the driver name for your NIC. If you don't know what the driver name is, you can find out by getting the Properties of the NIC as above, clicking on the Driver tab, and then clicking Driver Details. My server has an SMC brand NIC in it, with the driver name SMCPWR2N.SYS. Consequently, the subkey is named SMCPWR2N.
Add a new REG_SZ value in the appropriate subkey, named Old MAC Address. Add the new MAC address to use as the string value for this key.
Either way, when you make the listed changes, you need to reboot the computer. After rebooting, open up a command prompt and type ipconfig /all to verify that the new address has taken effect.