Routing Issue

Hi Again,
So we have everything setup with sso. We have nginx in front of our web interfaces, and we are running the docker-image in “hosts network mode”.

Updates with profiles, urls, tunnels all work just fine. We can connect to the tunnel and that works just fine. But after everything is connected, we can’t seem to get to the network resources. Let me explain my network a bit:

(OurFirewall) → Subnet 10.10.0.x → our pritunl server (again running docker, but with host network).
there are multiple other subnets, but for this lets use the follow:
10.10.249.0/24 (setup as our vpn network for openvpn with pritunl)
10.10.0.0/24 (This is where the pritnul tunnel sets)
10.10.0.100 (actual pritunl server)
10.10.10.0/24 (other network that printunl server itself can get to)

added to our router 10.10.240.0 → 10.10.0.100
I have set 10.10.249.0 to NOT NAT Route, NOT Net Gateway, NOT Cloud remote advertisement.

I have set 10.10.0.0/24 and 10.10.0.10/24 to
NOT NAT Route, NOT Net Gateway, NOT Cloud remote advertisement.

connect up, gives me an ip 10.10.249.10, I can ping 10.10.249.1, but nothing else
Tried 10.10.0.1 (confirmed server can ping)
10.10.10.1 (confirmed server can ping)
10.10.10.251 (confirmed server can ping)
all timed out…

Any thoughts?

The routing configuration that you’ve provided appears to be correct. The issue is likely caused from system configuration or a firewall issue.

so after hours of bashing my head against the wall, we just tried installing it natively, outside of docker and everything works fine… ohwell…