Well, if you want your guest to appear on your LAN just like any other physical PC, then you should set the VM's network connections to bridged mode. If that is the case, then the IPs should be on the same subnet as your physical NIC (172.16.0.x). If you want your guest to have network connection but be hidden from the LAN, then you should set the connection type to NAT. Then the IPs should be on the same subnet as the VMnet8 adapter (192.168.0.x). If you don't need a network connection for the guest at all, then set the connection type to host-only. Then the IPs should be on the same subnet as the VMnet1 adapter (192.168.11.x). As Kevin said in the first reply, none of the IPs you have set are in any of these ranges, and therefore will not work at all.