Last active
January 20, 2017 21:39
-
-
Save SamyCoenen/c002d549a3053b2055afa9168fd735a4 to your computer and use it in GitHub Desktop.
Connection with VM in a nested ESXI 6 from Workstation 12 Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
# make interface available to everyone | |
chmod a+rw /dev/vmnet2 | |
# put interface in promiscuous mode | |
ifconfig vmnet2 promisc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment