Tom Parrott

Results 393 comments of Tom Parrott

Hi @johanehnberg, have you considered using `routed` NIC type, this would allow you to have the instance NIC be bound with the actual static external IP address you want (which...

Snat would not allow you to address containers, that would require a combination of snat and an associated dnat (to forward inbound traffic) Is that what you meant originally?

Could you describe the scenario you are trying to configure?

Routed nic achieves your first two requirements but does require a whole IP, though it doesn't need to be public.

Is this all projects and all storage pools or just all projects for a single storage pool?

Will you iterate over each storage pool separately then?

Right so there's only 1 local pool in this context?

Once https://github.com/lxc/lxd/pull/10546 is merged, we could fix this by implementing the `Add()` function on the `ovn` NIC type, such that it registers the static IPs in the `exclude_ips` list in...

I think we need to add something in the OVN or LXD database at successful `Add()` time so that we can cheaply identify when a NIC is added/updated/started if there...