Hi Guys,
I added 2 Windows Server to my Workstation and gave them static IP adresses.
I changed this in vmnetdmcp.conf file
host VMnet10 {
hardware ethernet 00:0C:29:F0:7C:73;
fixed-address 10.0.0.4;
}
host VMnet10 {
hardware ethernet 00:CC:A9:F0:7C:73;
fixed-address 10.0.0.4;
}Now i want to configure in vmnetdmcp.conf file that they are the DNS servers in the Network to.
How can i do so?