incus network info ovn01 will show you what system is the active chassis. You’ll then want to go do some traffic dumping on that system to confirm you’re seeing the ingress traffic arriving on the uplink.
If on IncusOS, can you show your incus admin os system network show and incus admin os service show ovn?
Did you try running an instance on that network already?
It can be useful to see if 1) an instance can be created and started 2) if the instance is able to ping its gateway 3) if the instance is somehow able to speak to the outside world
# incus network info ovn01
Name: ovn01
MAC address: 10:66:6a:ec:38:5e
MTU: 1500
State: up
Type: broadcast
IP addresses:
inet6 fd5b:7e71:a0dc:1052::1/64 (link)
OVN:
Chassis: 4c4c4544-004e-5610-8048-b9c04f314a33
Logical router: incus-net47-lr
Logical switch: incus-net47-ls-int
IPv6 uplink address: fd5b:7e71:a0dc:7:1266:6aff:feec:385e
# incus info
config:
...
network.ovn.northbound_connection: tcp:[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1]:6641
...
# incus admin os service show ovn
WARNING: The IncusOS API and configuration is subject to change
config:
database: tcp:[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1]:6642
enabled: true
tunnel_address: ::1
tunnel_protocol: geneve
state: {}
Have you had a chance to take a look at my configuration? I’ve restarted the system a few times with no luck, the gateway still isn’t responding to pings.