1

In my remote Windows Server, I use VMware workstation created a VM, and I config a ip manually(the ip is 10.10.0.8), and the host machine(Windows Server) ip is 10.10.0.1:

enter image description here

How to check the gateway of the network segment?

aircraft
  • 356
  • 1
  • 5
  • 16

1 Answers1

0

The CMD command is as follows.

ipconfig /all
Chaminda Bandara
  • 577
  • 6
  • 17
John Greene
  • 899
  • 10
  • 30
  • If I use the `ipconfig /all` check the ip information, if the default gateway is empty, does it means there is no gateway for the `10.10.0.0/24` ? – aircraft Jul 19 '17 at 14:59
  • @aircraft Your assumption is correct. No gateway for the 10.10.2.1/24 network. – Dave M Jul 19 '17 at 18:25
  • @DaveM how can i set the gateway for it? – aircraft Jul 20 '17 at 00:55
  • You need to use bridged networking or add an adapter on the host machine network Check this out https://www.vmware.com/support/ws4/doc/network_bridged_ws.html – Dave M Jul 20 '17 at 10:49