Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't get connection anymore #78

Open
Pinnacchio opened this issue May 30, 2021 · 1 comment
Open

I don't get connection anymore #78

Pinnacchio opened this issue May 30, 2021 · 1 comment

Comments

@Pinnacchio
Copy link

Pinnacchio commented May 30, 2021

When i change my MAC address i don't get connection anymore. My provider is TIM, in the past I was able to solve it, but now I have had to reformat everything and it doesn't work anymore.
How can I solve?

P.S .: I installed Kali Linux in virtual with Virtual Box

@Pinnacchio Pinnacchio changed the title Macchanger is only available for OS X / macOS I don't get connection anymore May 30, 2021
@Pinnacchio
Copy link
Author

If it helps, I solved it by changing /etc/NetworkManager/NetworkManager.conf from managed = false to managed = true. Then I created a bash file where I entered the following commands:

#! / bin / bash
sudo service NetworkManager stop
sudo ifconfig eth0 down
sudo macchanger -r eth0
sudo ifconfig eth0 up
sudo service NetworkManager start

Then just type ./filename.bh and everything will work perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant