37551/changing-address-siocsifhwaddr-assign-requested-address
I am trying to change my Mac Address but I am facing a problem. When I run the command:
ifconfig eth0 hw ether 11:22:33:44:55:66
I am getting the following error:
SIOCSIFHWADDR: Cannot assign requested address
I can see that you are trying the set the Mac address to 11:22:33:44:55:66. And that's the problem. You can only set unicast address and unicast address has to have the first octet as an even value. Try changing the value of the first octet to even (ex: 12:22:33:44:55:66) and it should work.
C:\Users\priyj_kumar>ping Loopback Pinging DESKTOP-TGAB9Q5 [::1] with 32 bytes ...READ MORE
You can check if the ViewState is ...READ MORE
You can use BurpSuite for this. When ...READ MORE
You need sudo permissions to make changes to ...READ MORE
When you run a command with sudo, by ...READ MORE
You can use the following code: import subprocess import ...READ MORE
Assuming you have made all the proxy ...READ MORE
To find the MAC address, run this ...READ MORE
The IP address of the nodes connected ...READ MORE
You must mention in your host.conf file ...READ MORE
OR
Already have an account? Sign in.