You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My virtual machines can access the network, but they cannot be accessed from other machines. My understanding is that it is necessary to create the virtual machines as part of a bridged network. I can't see anything in the documentation or examples of how to do this.
When I create a vm it creates it on the default network which is 192.168.122.0/24 nat routed.
What do I need to do to create vms on the bridged network?
thanks!
(venv2.7) ubuntu@kvmhost:/opt/bootrinoserver$ kcli list -n
Using local hypervisor as no client was specified...
Listing Networks...
+---------+---------+------------------+------+---------+------+
| Network | Type | Cidr | Dhcp | Domain | Mode |
+---------+---------+------------------+------+---------+------+
| default | routed | 192.168.122.0/24 | True | default | nat |
| enp3s0 | bridged | 192.168.1.0/24 | N/A | N/A | N/A |
+---------+---------+------------------+------+---------+------+
(venv2.7) ubuntu@kvmhost:/opt/bootrinoserver$
hello,
when you dont specify a network, kcli defaults to default but you can specify your own settings.
so you can either define a profile or a plan and create a file for them.
profiles are used for creating vms with similar settings
plans are used to create several vms at once ( and additional objects like networks, containers,...)
in both cases, a basic yaml could look like this ( note how i indicate your bridged network, but it works the same for any nat network you have or create with kcli network of within a plan)
Hello,
My virtual machines can access the network, but they cannot be accessed from other machines. My understanding is that it is necessary to create the virtual machines as part of a bridged network. I can't see anything in the documentation or examples of how to do this.
When I create a vm it creates it on the default network which is 192.168.122.0/24 nat routed.
What do I need to do to create vms on the bridged network?
thanks!
my network config looks like this:
The text was updated successfully, but these errors were encountered: