LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CentOS command-line Program to Randomly change my MAC address? (https://www.linuxquestions.org/questions/linux-newbie-8/centos-command-line-program-to-randomly-change-my-mac-address-767617/)

kexpert 11-07-2009 09:26 PM

CentOS command-line Program to Randomly change my MAC address?
 
OS: CentOS 5.3 Enterprise Server
Red Hat Nash Version 5.1.19.6

I need to find a command-line program to randomly change my MAC address.

Can anyone please direct me to the right place and how to install it.

I know on Ubuntu there is a program called 'macchanger'.

And on Windows another one called 'macshift'.

I just can't find one for CentOS 5.3 Enterprise Edition.

Any help would be greatly appreciated.


Thank You

jstephens84 11-07-2009 10:05 PM

just use the ifconfig command
Code:

ifconfig eth0 down hw ether 00:00:00:00:00:01
ifconfig eth0 up


kexpert 11-07-2009 11:59 PM

Unfortunately, that doesn't work?
 
Quote:

Originally Posted by jstephens84 (Post 3748767)
just use the ifconfig command
Code:

ifconfig eth0 down hw ether 00:00:00:00:00:01
ifconfig eth0 up



It changes my MAC address except I do not have internet anymore.

bigrigdriver 11-08-2009 12:18 AM

You will find a more thorough discussion of MAC spoofing in this article: http://www.mydigitallife.info/2008/0...nix-and-linux/


All times are GMT -5. The time now is 03:20 PM.