Related to
I don’t know / other
What is the issue you’re encountering
Unable to connect to a server on a working tunnel via the private network
What steps have you taken to resolve the issue?
Followed the documentation on setting up a private network.
I have confirmed that the web server is running on address 100.96.100.10 port 8200.
I have a WARP client running on 100.96.0.58 and can ping and ssh onto other WARP clients in the 100.96.0.0 subnet.
The split tunnel is set to include 100.96.0.0/12.
What are the steps to reproduce the issue?
We have servers running on a number of tunnels (cloudflared) which have public hostnames which are working just fine and can be accessed from the public internet.
We need to setup a private network so that we can communicate with the servers internally for maintenance purposes.
I have followed the Private Network documentation but I can’t get any response from the server running on it.
For example we have a server using a tunnel with an private network address of 100.96.100.10.
I have confirmed that the web server is running on address 100.96.100.10 port 8200.
I have a WARP client running on 100.96.0.58 and can ping and ssh onto other WARP clients in the 100.96.0.0 subnet.
The split tunnel is set to include 100.96.0.0/12.
I can’t ping the server on 100.96.100.10 from the WARP client
If I attempt to connect to 100.96.100.10:8200 from the WARP client I get address unreachable
I’m sure it’s not supposed to be this difficult but I can’t figure out what is missing.