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.
MAC Address IP Address MAC Address stands for Media ...READ MORE
ARP may be used to retrieve an ...READ MORE
C:\Users\priyj_kumar>ping Loopback Pinging DESKTOP-TGAB9Q5 [::1] with 32 bytes ...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
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.