OVN Networks Not Accessible Anymore

Hello LXD Friends,

I set up ovn a little while ago and it’s been pretty solid. I’m not sure what changed but now the OVN networks are not reachable from outside of lxd. The funny thing I can reach the ovn gateway ip (ex, X.X.47.1) but can’t seem to get anything else. I thought it might have been BGP that I also have set up, but that seems to be connected and working.

If i get into a container on the same network. I am able to ping around cross hosts. So I’m thinking this might not be ovn related. If I create a new network it works just as expected until something happens and its not accessible anymore.

It started yesterday with one network and now all of the networks are no longer accessible. . Any Ideas are welcome as I been racking on this for a couple days.

Client version: 5.4
Server version: 5.4

Some config

config:
  bridge.mtu: "1442"
  ipv4.address: 192.168.50.1/24
  ipv4.nat: "false"
  ipv6.address: fd42:6c1f:d148:3583::1/64
  ipv6.nat: "true"
  network: UPLINK
  volatile.network.ipv4.address: 192.168.20.34
lxc query /internal/testing/bgp
{
	"peers": [
		{
			"address": "192.168.20.1",
			"asn": 65200,
			"count": 1,
			"password": ""
		}
	],
	"prefixes": [
		{
			"nexthop": "192.168.20.32",
			"owner": "network_59",
			"prefix": "192.168.47.0/24"
		},
		{
			"nexthop": "192.168.20.33",
			"owner": "network_62",
			"prefix": "192.168.48.0/24"
		},
		{
			"nexthop": "192.168.20.31",
			"owner": "network_60",
			"prefix": "192.168.46.0/24"
		}
	],
	"server": {
		"address": "192.168.20.51:179",
		"asn": 64513,
		"router_id": "192.168.20.51",
		"running": true
	}
}

Pinging from host to ovn network

ping 192.168.46.1
PING 192.168.46.1 (192.168.46.1) 56(84) bytes of data.
64 bytes from 192.168.46.1: icmp_seq=1 ttl=254 time=1.68 ms
64 bytes from 192.168.46.1: icmp_seq=2 ttl=254 time=0.784 ms
64 bytes from 192.168.46.1: icmp_seq=3 ttl=254 time=0.781 ms

Ping another container on the same network on another host

lxc exec pi-hole bash
root@pi-hole:~# ping 192.168.48.4
PING 192.168.48.4 (192.168.48.4) 56(84) bytes of data.
64 bytes from 192.168.48.4: icmp_seq=1 ttl=64 time=1.40 ms
64 bytes from 192.168.48.4: icmp_seq=2 ttl=64 time=0.474 ms
64 bytes from 192.168.48.4: icmp_seq=3 ttl=64 time=0.508 ms