Skip to content

Instantly share code, notes, and snippets.

@SamyCoenen
Last active January 20, 2017 21:39
Show Gist options
  • Save SamyCoenen/c002d549a3053b2055afa9168fd735a4 to your computer and use it in GitHub Desktop.
Save SamyCoenen/c002d549a3053b2055afa9168fd735a4 to your computer and use it in GitHub Desktop.
Connection with VM in a nested ESXI 6 from Workstation 12 Linux
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