xyzulu The problem isn't that obvious to me. Even if I disable UFW, I don't get any further because the last thing I see in the logs is the following:
2025-05-29T23:15:18.068702Z ERROR ThreadId(05) orchd::serverctl::server: Unable to parse ping response:
2025-05-29T23:15:18.068744Z ERROR ThreadId(05) orchd::error: Returning internal server error to the API: Error { kind: Internal, detail: None, msg: Some("Unable to parse ping response") }
If I could see somewhere what exactly it's pinging, then I might be able to make some progress.
The iptables configuration looks good as well.
iptables -L -v -n | grep icmp
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 3
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 11
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 12
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 8
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 3
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 11
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 12
    0     0 ACCEPT     1    --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 8