- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ens192 is your VM's primary network address. Given that the ens192 IP address is on a 192.168 network address, it's likely that you have NAT networking configured for the VM. You can not access that IP address from an external machine. as the NAT gateway provided by Workstation does not expose that IP address to the outside world. To connect to a service in the virtual machine that's running with NAT networking, you'll need to configure port forwarding to map an unused port on the PC to the IP address and port of the service you're looking to connect to. Or switch the VM to bridged networking - in which case the VM will get an IP address on the same network as the PC you're running on and it will be accessible by external machines.
virbr0 is an interface automatically created when the libvirtd packages are installed in the VM that supports native Linux virtualization. It is part of Linux virtual networking should you want to run a viirtual machine using Linux's "native" hypervisor. It has nothing to do with VMware and you can't connect to it from the outside world.
Editor of the Unofficial Fusion Companion Guides