No Servers Found in US? #2417
-
Here is my current docker command:
However, when I run this it never gets connected and the logs show "filtering servers: no server found". I've tried numerous regions in the US but they all do the same thing. Remove the SERVER_REGIONS or pick something outside the US and it connects just fine. Anyone have any ideas what I might be doing wrong? Thank you! -Tim 2024-08-15T18:06:04-04:00 INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.26 and family v4 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Odd this works for me forever, I notice you trying portforwarding, not all servers support it, turn that off to debug environment: |
Beta Was this translation helpful? Give feedback.
-
Nope. Tried both "US New York" and "US Chicago" but same thing: 2024-08-16T17:28:20-04:00 INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.26 and family v4 2024-08-16T17:29:56-04:00 INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.26 and family v4 |
Beta Was this translation helpful? Give feedback.
-
Specifying a server hostname didn't work either:
2024-08-16T17:32:42-04:00 INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.26 and family v4 |
Beta Was this translation helpful? Give feedback.
-
Turn off port forwarding first to debug, it dont work on Chicago servers. NOt sure it works on East servers either |
Beta Was this translation helpful? Give feedback.
-
Ahhhhh.... For some reason that sounds familiar. That fixed it. I took out the lines for port forwarding and it was able to connect to New York. It's been a while but I think I read that somewhere (maybe on PIA site) that US servers don't allow port forwarding. Thank you! 2024-08-16T17:39:02-04:00 INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.26 and family v4 |
Beta Was this translation helpful? Give feedback.
Turn off port forwarding first to debug, it dont work on Chicago servers. NOt sure it works on East servers either