Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Created March 29, 2020 16:57
Show Gist options
  • Save yusiwen/1428138b90ff73c787c6908570bdf34f to your computer and use it in GitHub Desktop.
Save yusiwen/1428138b90ff73c787c6908570bdf34f to your computer and use it in GitHub Desktop.
[VMware Workstation Shared VM Remote Access Firewall Ports] #vmware #linux
Need to open 443 and 902 port
# ufw
sudo ufw allow 443
sudo ufw allow 902
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment