
Multiple IPs Simultaneously Connected PIA
Having a really weird issue as of 2 days ago when i last updated Gluetun.
2 weeks ago I had the same issue as everyone else with PIA, no connectivity. Changed the VPN_ENDPOINT to 8080 and that fixed it.
Since I updated 2 days ago, on private trackers and ipleak testers, I'm simultaneously connected on multiple PIA IPs. It displays multiple PIA IP's hitting one torrent on the leak checkers, and on private tracker client connectivity checkers, it displays lots of simultaneously connected clients, with my linux iso's distributed across them. I can successfully connnectable check them all as well so they're all working and port forwarding correctly.
Its all the same octet (158.173.16X.XXX). There's nothing unusual in the gluetun logs (solid since I re-connected at 1430), and seeing all my torrents are evenly distributed across them, and can all be successfully connected, for all intents and purposes it seems like I'm connected to 30 PIA endpoints concurrently?
I could probably just roll back to a few days ago, but is this happening to anyone else? Note below, it's not a particular tracker issue, it's the same on all my PTs. It's also not a bunch of shadow/orphan connections because the all have connectable torrents running on them. I also run two gluetun instances and its occurring on both.
Heres my environment vars from my compose. <<: common is just TZ and user/group. my two instances are identical.
I did update by QB to 5.2 earlier today before rolling it back, but this issue preceded that.
Any ideas?
environment:
<<: *common-env
VPN_SERVICE_PROVIDER: "private internet access"
VPN_TYPE: openvpn
OPENVPN_USER: ${PIAUSER}
OPENVPN_PASSWORD: ${PIAPASS}
SERVER_REGIONS: "New Zealand"
VPN_ENDPOINT_PORT: "8080"
HTTPPROXY: off
SHADOWSOCKS: off
FIREWALL_OUTBOUND_SUBNETS: 172.20.0.0/16,192.168.0.0/24
VPN_PORT_FORWARDING: on
PORT_FORWARDING_STATUS_FILE: /gluetun/forwarded_port