Sometimes we need access virtual machine OS’s web page, at the VMware Fusion 8, the default network setting is NAT, how to config it.
1. Set a Static IP for your virtual machine system.
Modify dhcpd.conf
After where it says End of “DO NOT MODIFY SECTION” enter the following lines:
hardware ethernet address — use your VMWare Fusion’s virtual MAC address.
Important: You must allocate an IP address that is outside the range defined inside the DO NOT MODIFY SECTION section.
Quit VMWare Fusion, restart it.
find [incomingtcp] part, like this
Add your configure, for example:
It means we map virtual machine 80 port to host machine 80 port.
3. Restart network service of VMware Fusion.
Restart network service of VMware Fusion to apply setting.
The config files you changed will be reset after VMWare Fusion upgrade, please backup it at some where.
reference