Macchanger cuts off internet connection
Hi there, so I don't actually know, if it's my fault, due to the usage of VirtualBox with Kali Linux, or if it's some sort of bug, but here is my issue: When ever I want to change my Mac Adress in the terminal command line, the macchanger always cuts off my internet connection. I've tried so many different varieties, on how to solve this problem. I've, for example, stopped the network-manager service, turned down ifconfig eth0, tried it with the dhclient, nothing in this particular direction helped. I appreciate any help, cuz this slowly drives me crazy. Thank you :)
Same issue here.
I have the same issue guys!! Did any one of you got a solution for it yet? please inform if yes. thanks
I've kind of did it. I don't know how. The only thing I did was to: Update Kali. [apt-get update && apt-get upgrade && apt-get dist-upgrade -y]. After all was finished, I rebooted the system. Then I ran the following commands. ifconfig wlan0 down macchanger -r wlan0 ifconfig wlan0 up Hope this helps
This might help. Doesn't seem to be possible based on how VirtualBox is set up
https://forums.virtualbox.org/viewtopic.php?f=6&t=82210#p387875
I will get crazy too I have been trying to fix the problem for about a mounth and still no solution I also tried to update and upgrade and it didn't work out also I need a real solution!!!!
This fixed the issue for me
ifconfig eth0 down macchanger -p eth0 ifconfig eth0 up
macchanger -s eth0 isn't work..
Yes, The methods on this blog worked for me FIX For - No Connection After Changing MAC Address In Kali Linux
Spent ages trying to sort this, its simple but actually worked for me, hopefully works for you guys too
Changing back to original MAC address worked for me.
- To find original MAC address type the following command.
ethtool -P <interface name>
Ex :
ethtool -P eth0
- Copy the permanent MAC address and change the MAC to permanent MAc address.
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether <Mac Address>
sudo ifconfig eth0 up
- Restart your PC and Router or Hotspot.
If someone find solution to access internet even after changing MAC please post it.
with a mac spoofer, you can connect to the internet when connected to ethernet or wifi when you have an external adapter. The adapter I use is Alfa AWUS1900, this adapter would be even more useful if u r into packet injection.