Closed leandroembu closed 6 months ago
I changed NETCFG_TYPE following rollback instructions found in the releases page to get it working in Debian 12 cloud image.
NETCFG_TYPE="interfaces"
Thanks, this probably need to be added to the marketplace template. I'll keep this issue open to do so
https://github.com/OpenNebula/one-apps/wiki/linux_feature#network-configuration We have included a note there about using METRIC
to set route preferences when multiple gateways are defined.
I'm using two NICs (private and public) in two VMs. In Debian 11, with /etc/network/interfaces, everything works fine with one-context and I get my IP route via public NIC/Network. In Debian 12 I get a lot of issues:
I am using the same two virtual networks for both VMs, but the one with Debian 11 and /etc/network/interfaces has no issues. I guess its not a Netplan's problem.
Here is the /etc/netplan/50-one-context.yaml generated by one-context:
Here is the default route after the “Error: Conflicting default route declarations for IPv4 (table: main, metric: 0), first declared in eth1 but also in eth0”:
I can’t get the ip route from my public NIC, even if I start the VM only with public NIC.