If you add a few lines such as those below to this file your host can remain configured for NAT and the OS can remain configured for DHCP and it will receive the statically assigned DHCP address configured in the dhcpd.conf file
host Windows_Server_2003 {
hardware ethernet 00:AA:11:BB:22:CC;
fixed-address 172.16.165.10;
}
If you supply the host with static DHCP via the VMware dhcpd.conf file the OS residing in the host, Windows Server 2003, will still complain that it's configured for DHCP because it doesn't realize it received a static DHCP address. I want to do this the easiest way possible and hopefully as close to reality as possible. Fortunately after googling some more I discovered VMware Fusion reserves the lower half of the 172.116.165.0 subnet for static IP addressing and the upper half for DHCP. It is easier and works better for me to forget about configuring the dhcpd.conf file, leave the host configured for NAT, and manually configure the OS residing in the host for a static IP address within the range VMware reserves for static IP addressing.
The following VMware article was my reference for the addressing even though the addresses it lists are in a different subnet than the one VMware Fusion uses:
http://www.vmware.com/support/ws55/doc/ws_net_advanced_ipaddress.html
On my VMware Fusion installation I believe the addressing is as follows:
Address Use on a NAT Network
I was able to successfully leave my host set to NAT, and manually configure Windows Server 2003 with the following:
IP 172.16.165.10
Subnet 255.255.255.0
Gateway 172.16.165.2
No comments:
Post a Comment