networking - Issue with VMNet8 and/or DNS configuration in VMWare Workstation 12 -


i set virtual private network enabling vmnet8 in vmware workstation 12.5. network entails active directory domain controller (and dns server role) installed windows server 2012 r2. in addition, have set sql server, app server , web server windows server 2016.

i unable ping ad/dns server other servers, other way works.

all 4 servers have connectivity internet, though of them have exclamation mark superimposed on network icon (in taskbar).

i have assigned static ip addresses in succession, 192.168.153.15 192.168.153.18. using virtual network editor, enabled virtual network adapter vmnet8 following properties:

  • type: nat
  • subnet address of 192.168.153.0
  • gateway ip set default 192.168.153.2

in ad/dns vm, following properties set on single network adapter:

  • static ip of 192.168.153.15
  • subnet mask 255.255.255.0
  • default gateway 192.168.153.2
  • preferred dns server 127.0.0.1 (loopback address)
  • computer belongs contoso.local domain (established ad setup)

in other vms, following properties set on single network adapter:

  • static ip of 192.168.153.16, 192.168.153.17 , 192.168.153.18 (respectively)
  • subnet mask 255.255.255.0
  • default gateway 192.168.153.2
  • preferred dns server 192.168.153.15 (ip of ad/dns server)
  • computer belongs contoso.local domain (established ad setup)

firewall rules on other vms prevented traffic flowing in or out of them. since playground, turned off firewall @ scope of domain network on of them. allowed vms communicate 1 another.

i should set inbound/outbound rules specific routes, in real world.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -