The host can be any machine on the same subnet running WinDbg. This can be a physical machine, UTM, VMware, etc. If you're running a VM as the KDNET host, make sure to use a bridged network connection.
- Get the host IP address with
ipconfig
. In our example, we will use10.0.1.11
- Launch WinDbg, Start debugging -> Attach to kernel -> Net
- Enter port number "50000", key "1.1.1.1", and press OK
Note if you want multiple concurrent debugging sessions with different targets, choose a new port number for each one.