how to change mac address

    xiaoxiao2022-07-14  164

    why we need to change it

    it can make us anoymous

    how to change it

    first of all let us look up our mac address. lets open terminal on desktop. we can find our ip address and mac address by commad ifconfig.

    so let’s change it now.

    first, print ifconfig eth0 down

    then,we will see nothing happened but command was executed,we now print “ifconfig eth0 hw ether changedMacAddress”

    finally, print eth0 up to save your changes. and then you will see your changes by typing ifconfig

    最新回复(0)