-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Able to Connect #3
Comments
Could you test with a few different PIA servers, and see if you're having the same issue? Just to rule out an issue on PIA's side. |
@hsand Yes. I've already done that and confirmed another server works. It's possible it's restricted to this server. Thanks for creating this utility. It's pretty great. I'm going to spend sometime testing more servers to see what happens. |
I don't actually have a PIA subscription at the moment, so it's a bit hard for me to test. But I'm wondering if the server you're having issues with is running on another port than 1337. I set the port statically in my script because that's all I encountered, but it might be worthwhile taking a look at the API responses from PIA to double check. |
Yeah I'm having the same issue where I'm able to connect to |
I'm encountering the same behavior (connection succeeds, but no Internet access).
Any debugging tips? |
Same issue. Can connect on mac or windows but no internet access. Tried 4 different US servers. |
I was never able to resolve this. Seems like some servers work and others don't. I think its likely PIA, but I just switched to OPENVPN for the servers I needed. |
I'm trying to use this on a Firewalla Gold. I have been able to connect to Houston on my PC but no other server. OpenVPN performance isn't the best but that's what I'm using for now. |
I'm having the same problem. Successful:
Unsuccessful:
Edit: Now Houston is not working either =/ |
It seems that the script hardcodes the IP in the conf file. I can connect but get no traffic. I then noticed that the IP changes every 1 second: for i in {1..10}; do curl https://serverlist.piaservers.net/vpninfo/servers/v4 2>/dev/null|tr , "\n"|egrep "id.:|wg"|\grep nz -A1|tail -1; sleep 1; done Thoughts? |
I am able to connect but DNS doesn't work. I can go to say 1.1.1.1 by IP but all pings to the pia dns servers fail and I haven't been able to use any other one. |
I selected a streaming server and i had the same issue. Changing to something else solved the issue so i guess some of them are not working as expected. |
I used the tool to generate the config and it said everything worked but when I put this in my wireguard set up it doesn't work...
The text was updated successfully, but these errors were encountered: