Running macchanger in Kali Linux VM Disables Network Connection











up vote
0
down vote

favorite












Below is my version of kali which is a vm running on VBox 5.2.22:



Linux kali 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux


As the title says, after changing my mac address my network disconnects and I can't reconnect to the network.



Before executing a pen test I'd like to spoof my address (I know there are other things that has to be done but spoofing my mac address has been giving me issues).



I have looked at a couple of articles as to why my internet connection cuts after I change my mac address here and here but to no avail do those work.



I have read that the setting on Network at the top right overrides the mac spoofing command in the terminal.



I have tried setting the cloned address to the new mac address below:



enter image description here



Did a network restart and still nothing. Has anyone been successful at changing the mac address on a Kali VM running on virtualbox?



Can this not be done in a VM?










share|improve this question
























  • Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
    – Michael Frank
    Nov 15 at 20:19










  • This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
    – Michael Frank
    Nov 15 at 20:21










  • Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
    – Aspire27
    Nov 15 at 20:26










  • I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
    – Aspire27
    Nov 15 at 20:27










  • Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
    – Aspire27
    Nov 15 at 20:35















up vote
0
down vote

favorite












Below is my version of kali which is a vm running on VBox 5.2.22:



Linux kali 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux


As the title says, after changing my mac address my network disconnects and I can't reconnect to the network.



Before executing a pen test I'd like to spoof my address (I know there are other things that has to be done but spoofing my mac address has been giving me issues).



I have looked at a couple of articles as to why my internet connection cuts after I change my mac address here and here but to no avail do those work.



I have read that the setting on Network at the top right overrides the mac spoofing command in the terminal.



I have tried setting the cloned address to the new mac address below:



enter image description here



Did a network restart and still nothing. Has anyone been successful at changing the mac address on a Kali VM running on virtualbox?



Can this not be done in a VM?










share|improve this question
























  • Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
    – Michael Frank
    Nov 15 at 20:19










  • This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
    – Michael Frank
    Nov 15 at 20:21










  • Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
    – Aspire27
    Nov 15 at 20:26










  • I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
    – Aspire27
    Nov 15 at 20:27










  • Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
    – Aspire27
    Nov 15 at 20:35













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Below is my version of kali which is a vm running on VBox 5.2.22:



Linux kali 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux


As the title says, after changing my mac address my network disconnects and I can't reconnect to the network.



Before executing a pen test I'd like to spoof my address (I know there are other things that has to be done but spoofing my mac address has been giving me issues).



I have looked at a couple of articles as to why my internet connection cuts after I change my mac address here and here but to no avail do those work.



I have read that the setting on Network at the top right overrides the mac spoofing command in the terminal.



I have tried setting the cloned address to the new mac address below:



enter image description here



Did a network restart and still nothing. Has anyone been successful at changing the mac address on a Kali VM running on virtualbox?



Can this not be done in a VM?










share|improve this question















Below is my version of kali which is a vm running on VBox 5.2.22:



Linux kali 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux


As the title says, after changing my mac address my network disconnects and I can't reconnect to the network.



Before executing a pen test I'd like to spoof my address (I know there are other things that has to be done but spoofing my mac address has been giving me issues).



I have looked at a couple of articles as to why my internet connection cuts after I change my mac address here and here but to no avail do those work.



I have read that the setting on Network at the top right overrides the mac spoofing command in the terminal.



I have tried setting the cloned address to the new mac address below:



enter image description here



Did a network restart and still nothing. Has anyone been successful at changing the mac address on a Kali VM running on virtualbox?



Can this not be done in a VM?







virtualbox virtual-machine network-adapter kali-linux mac-address






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 15 at 20:14

























asked Nov 15 at 19:57









Aspire27

1012




1012












  • Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
    – Michael Frank
    Nov 15 at 20:19










  • This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
    – Michael Frank
    Nov 15 at 20:21










  • Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
    – Aspire27
    Nov 15 at 20:26










  • I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
    – Aspire27
    Nov 15 at 20:27










  • Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
    – Aspire27
    Nov 15 at 20:35


















  • Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
    – Michael Frank
    Nov 15 at 20:19










  • This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
    – Michael Frank
    Nov 15 at 20:21










  • Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
    – Aspire27
    Nov 15 at 20:26










  • I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
    – Aspire27
    Nov 15 at 20:27










  • Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
    – Aspire27
    Nov 15 at 20:35
















Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
– Michael Frank
Nov 15 at 20:19




Can you provide the steps you took to 'spoof' your mac address? Perhaps something is going wrong with your method.
– Michael Frank
Nov 15 at 20:19












This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
– Michael Frank
Nov 15 at 20:21




This user also had issues spoofing their MAC when running Kali on a VM: forums.kali.org/…
– Michael Frank
Nov 15 at 20:21












Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
– Aspire27
Nov 15 at 20:26




Hey Michael. Yes, I actually seen that article including the others in the link provided. I had trouble downloading the zip file as well from the kali forums. As for what commands I was running: ifconfig eth0 down>macchanger -r eth0>ifconfig eth0 up. Also tried a combination of things with network manager but to no avail.
– Aspire27
Nov 15 at 20:26












I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
– Aspire27
Nov 15 at 20:27




I'm wondering if I will just have to dual boot kali onto my laptop and then test to see if it works rather than going the vm route.
– Aspire27
Nov 15 at 20:27












Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
– Aspire27
Nov 15 at 20:35




Tried what you suggested on going to VBox network settings and it works. It makes sense that that's the only way that it would work.
– Aspire27
Nov 15 at 20:35















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375794%2frunning-macchanger-in-kali-linux-vm-disables-network-connection%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375794%2frunning-macchanger-in-kali-linux-vm-disables-network-connection%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)