Archive

Posts Tagged ‘address’

Two tips to change the MACaddress of your NIC on Windows XP

December 12th, 2008 admin No comments

You can try two ways to change the MAC address of your Netwirk Adapter in Windows XP

1. Use the control panel ;-)

  • Open an MSDOS prompt (Start->Run->cmd)
  • Type ipconfig /all, you should see something like this:

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Categories: UNIX TLC Tags: , , ,

Three ways to change the MAC address

November 12th, 2008 admin No comments

May be you want to change the MAC address of your NIC adapter to test your home network. Here you can find three ways to do this for the eth0 (wifi, ethernet, ….) device:

1. Debian and derived distribution

you need to modify the /etc/network/interfaces, search for the eth0 definitions and at the end of the definitions add the following line:

Categories: UNIX TLC Tags: , , , ,