This is from external client 10.233.181.3. It's be...
# linux
s
This is from external client 10.233.181.3. It's behing double NAT. It doesn't have UDP punching enabled so it isn't reachable. I was messing with that to debug issues. This worked but my guess is that UDP punching.
Copy code
ip r
default via 192.168.42.1 dev enp5s0 proto dhcp metric 100 
10.69.45.0/24 dev mpqemubr0 proto kernel scope link src 10.69.45.1 linkdown 
10.233.181.0/24 dev Holo scope link
This is from server that can ping 10.233.181.2 and when it does that 10.233.181.2 can ping it back. The moment it stops 10.233.181.2 starts loosing packets.
Copy code
ip r
default via <censored> dev eno1 proto dhcp src <censored> metric 100 
10.233.181.0/24 dev nm-OVH scope link 
10.233.181.1 dev nm-OVH scope link 
10.233.181.2 dev nm-OVH scope link