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?
Thx 10x!