VMWare Fusion / DHCP with multiple static IPs
I have MacBook Pro and VMWare Fusion installed on it. I set a static IP for my virtual machine DHCP network by adding
host pc1 {
hardware ethernet 00:0C:29:4A:C5:A2;
fixed-address 172.16.166.131;
}
to a file /Library/Application Support/VMware Fusion/vmnet8/dhcpd.conf.
Is it posible to have multiple static IP addresses set here? How?
As far as I am aware you can not. The same limitation exist with statically assigned DHCP address on certain DHCP servers since they only allow the listing of a Mac Address once.
You can assign multiple IP address to the network card of the host IP address, or alternatively just add more Network Cards. It's a virtual machine so the amount of card you add shouldn't be an issue.