Mac Addressa lot of ISPs identify you by your MAC (physical) address. Here’s how to spoof it in case you want to use your connection on another computer or whatever other reason why you need to change it:

Linux:

You may use the ifconfig command. Usage:

ifconfig [name of the interface] hw ether [new mac address]

so, let’s say the interface name is ” eth0 ” and you want to change your mac to ” 01:02:03:04:05:06 ” :

ifconfig eth0 hw ether 01:02:03:04:05:06

Microsoft Windows:

There are a variety of software that could do the job, here are a two of them:

- Mac Makeup
- Mac Shift


So, how and why do you change your MAC Address?

6 Responses to “Spoofing your MAC address”

  1. rex Says:

    thanks Samer, but how can I do it in openBSD?

  2. mahdoum Says:

    Hehe I remember spoofing my mac address because I thought Hardees (back in the day when I jacked their internet) had blocked my mac address. Good old days

  3. Samer Says:

    Oh, how come you can’t jack them anymore? What hapenned?

  4. Samer Says:

    rex, sorry for the late reply. OpenBSD does not let you do it by default. There is a workaround though, by using sea.c (link). Enjoy :)

  5. mahdoum Says:

    :P I’ve moved on I don’t need their connection anymore, last time i used hardees internet was 2 weeks ago to test out the wifi on the nokia n80 (pretty cool btw)

  6. Jayinferno Says:

    Another program to spoof Mac Address for windows:
    www.klcconsulting.net

    Been using this for more than 2 yrs cuz my cable internet provider identifies my MAC and i cannot use different PC’s with the connection, they have to reset it everytime. If i wanna plug my laptop @ 1 AM.. ?
    KLC is very easy to use actually.

Leave a Reply