Skip to content

Instantly share code, notes, and snippets.

@jdeoliveira
Created July 16, 2013 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeoliveira/6007398 to your computer and use it in GitHub Desktop.
Save jdeoliveira/6007398 to your computer and use it in GitHub Desktop.
Reconfiguring VMWare Fusion 4 port forwarding
sudo vim /Library/Preferences/VMware\ Fusion/vmnet8/nat.conf
[incomingtcp]
1414 = 172.16.237.246:1414
1414 = 172.16.237.244:1414
sudo /Applications/VMware\ Fusion.app/Contents/Library/services.sh --stop
sudo /Applications/VMware\ Fusion.app/Contents/Library/services.sh --start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment