I have the current set up for an embedded environment:
Embedded Target (192.168.0.200) -----> Virtual Machine (VMWare) (2 NIC's - 192.168.0.2 (Target Port) and 192.168.49.69 (NAT Port to host)) ------> NAT on Windows PC ----> internet
What I would like to do is allow the Embedded target to access the internet.
- Is this possible?
The Virtual machine can access the internet fine through the NAT on the Virtual machine, I just do not know how to route the embedded target to the internet. There are also other devices on the 192.168.0.x network that access the virtual machine.
Thanks.