You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to run VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=false PIA_DNS=true PIA_USER=pxxxxxxx PIA_PASS=xxxxxx ./run_setup.sh and connect to the VPN. After that though I need to port forward for my torrent client and when I run PIA_TOKEN=xxxxxx PF_GATEWAY=84.239.17.161 PF_HOSTNAME=michigan404 ./port_forwarding.sh I get the output Getting new signature... The payload_and_signature variable does not contain an OK status.
For me the issue was the script trying to enable the PF through my real interface, but it has to be done via the VPN interface. Adding --interface pia to the curl commands that the PF script runs fixes this, as it will then use the VPN tunnel to talk to the PIA server.
Make sure to do this for both places in the script where curl is used.
I am able to run
VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=false PIA_DNS=true PIA_USER=pxxxxxxx PIA_PASS=xxxxxx ./run_setup.sh
and connect to the VPN. After that though I need to port forward for my torrent client and when I runPIA_TOKEN=xxxxxx PF_GATEWAY=84.239.17.161 PF_HOSTNAME=michigan404 ./port_forwarding.sh
I get the outputGetting new signature... The payload_and_signature variable does not contain an OK status.
It's failing on this bit of code I believe.
The text was updated successfully, but these errors were encountered: