<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I am trying to set up a virtual, virtual infrastructure. I would like to test, VMWare 5.1 on my VMWare workstation. For High Availability (HA) to work I need a full DNS (forward and reverse look up). My Host only network is 172.16.X.X, but I have segregated it into several Class C subnets. I need only two have 2 servers Host1 (172.16.2.10) and Host2 (172.16.2.20) to be seen on the 172.16.2.X subnet.<br><br>My server.conf file:<br>server:<br> # verbosity level 0-4 of logging<br> verbosity: 0<br> interface: 172.16.2.254 #VMNet1 <br> outgoing-interface: 172.16.2.254<br> access-control: 172.16.0.0/16 allow <br> local-zone: "vmtest" static<br> local-data: "host1.vmtest IN A 172.16.2.10"<br> local-data: "host2.vmtest IN A 172.16.2.20"<br> local-data: "vcenter.vmtest IN A 172.16.2.1"<br><br>Does not seem to work<br><br>T. James<br><br> </div></body>
</html>