Created
July 16, 2013 09:58
-
-
Save jdeoliveira/6007398 to your computer and use it in GitHub Desktop.
Reconfiguring VMWare Fusion 4 port forwarding
This file contains hidden or 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 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