On 03/14/2018 03:20 PM, Raman Gupta wrote:
1) It seems the networking is not quite as straightforward as VMWare for a 
single-VM use case.


It can be.  If you want to used bridged networking, you have to create a bridge in Linux.  KVM doesn't handle that internally (which is to say, it doesn't duplicate functionality that exists in the OS).

If your existing Ethernet interface is "eth0", you could create the new bridge interface by running this command as root:

virsh iface-bridge eth0 br0 --no-stp

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to