virt-lightning / virt-lightning

Starts your VM on libvirt in a couple of seconds!
185 stars 43 forks source link

Add commands #303

Closed jimccann-rh closed 2 weeks ago

jimccann-rh commented 3 weeks ago

Update the Readme with a hint Update the shell.py help response

BubaVV commented 3 weeks ago

Could you add a few words of comment how to find bridge interface? Not sure if br0 is consistent name

jimccann-rh commented 2 weeks ago

Here is a URL link of setting up a bridge. https://www.redhat.com/sysadmin/setup-network-bridge-VM

goneri commented 2 weeks ago

Hi @jimccann-rh,

I think @BubaVV was suggesting to add an extra sentence in the README.md to explain how to list the bridges. Something like:

In this example, `br0` is the name of the bridge.
You can list your local bridges with the following command:
`ip link show type bridge`.