Thanks for your assistance,
I'm a true beginner when it comes to vmware. Again, I am using VMware Workstation 6.5 running on a Windows 2003 Server. The inital WMware installation went fine except for an initial warning about installing on a Domain Controller and when I first rebooted there was some sort of IPSEC conflict but that did not reoccur after the first reboot. The host event logs are not showing anything interesting, specifically the DNS event log looks clean.
What I see in the VMware Virtual Network Editor is:
*Summary -
VMnet0(Bridged) Subnet: 255.255.255.0, DHCP: blank
VMnet1(Host-only) Subnet: 192.168.249.0, DHCP: Enabled
VMnet8(NAT) Subnet: 192.168.24.0, DHCP: Enabled
*Automatic Bridging - Automatically choose an available physical network adapter to bridge to VMnet0 is checked.
*Host Virtual Network Mapping - VMnet0: Bridged to automatically choosen adapter, VMNet1: VMWare *Network Adapter VMnet1, VMnet8: VMware Network Adapter VMnet8.
*Host Virtual Adapters - VMware Network Adapter WMnet1: enabled, VMware Network Adapter *WMnet8: enabled. DHCP - VMnet1: 192.168.249.0, VMnet8: 192.168.24.0.
*NAT - VMnet8: Gateway IP address: 192.168.24.2 netmask: 255.255.255.0, Service status: Started.
On the host DNS:
A record: 192.168.1.120
A record: 192.168.249.1
A record: 192.168.24.1
A record: 192.168.24.1 with Name: freedomsrv1
A record: 192.168.249.1 with Name: freedomsrv1
A record: 192.168.1.120 with Name : freedomsrv1 (this is the actual host IP address)
A record: 192.168.1.105 with Name : itsa3 (I added this one)
Note that DDNS and DHCP are not turned on for the host.
On the guest (RHEL5) I did configure Bind manually just to make sure I could surf the web, etc. I setup a Hosts file and all seems setup Okay but still can't fine the host nameserver.
The host network is 192.168.1.x, the host is 192.168.1.120, the guest is 192.168.1.105 both are static. The host is running DNS but not DHCP.
Both the host and the guest seem to be running as long as the guest does not depend on the host DNS. I can not get the guest to get a successful NSLookup for either the IP or hostname of the host. The host see's its own DNS just fine and both can ping eachother just fine.
Sorry if I provided too much info but I just want to make sure the full setup is presented. I really need to get this going asap.
Thanks!
Main Topics
Browse All Topics





by: junior15Posted on 2009-03-19 at 16:38:02ID: 23935705
One question to clarify your settings? Is your VMware guest setup with Bridged Networking or NAT network? I'm pretty sure you can't have both. If it is bridged, then the guest will virtually be on the same LAN as everything else on your network. If it set to NAT, then the guest will route all it's traffic through a virtual LAN adapter on your Host. If you are using NAT but have assigned IPs on the same subnet, that might be causing some issues. I would recommend setting the guest to Bridged as that sounds like what you want to do.