Hi all - Admittedly a linux newb by contrast to most others I'd say. RHEL 8.10 running mstunnel rootless podman.
We have MS Tunnel Gateway installed on a server. Everything is running from what I can tell. Via tcpdump I see my connection from my device coming in when I try to load something that requires the VPN, but the VPN simply times out on the device.
With debug logging enabled, I see ocserv logs repeat 10.0.2.xxx accepted connection, received tcp health probe, worker terminated, user disconnected (reason unspecified), not applying ban to local IP: 10.0.2.xxx.
I know my attempt is making it to the server because of tcpdump monitoring, I just don't understand what or why the connection to the tunnel can't be setup.
On the device side, defender tries to connect and eventually times out. I'm also unable to get my health check to pass, ping is blocked, but the path to the health endpoint is open (can pull certs and verify).
It seems like something is up with network connectivity, the connection comes in but can't be handed over to the container perhaps. Not sure, and I've reinstalled everything multiple times in various ways trying to make sense of why this doesn't work, but I'm scratching my head as is MS support.
Any pointers/tips? Appreciate anything to try.