Search found 5 matches

by PanoramicPanda
Wed Mar 27, 2024 7:27 pm
Forum: Support
Topic: [Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?
Replies: 7
Views: 1068

Re: Complete Newbie with a Pi 5 & PIA - How to Bind?

Since I'm a firm believer of leaving behind the steps I needed to help others: I wound up with the following script I adapted and put on a cronjob to check every 2 hours. Seems to be working! #!/usr/bin/env bash # Author: PanoramicPanda # Based on https://github.com/HTPCGuides/pia-port-forwarding-sc...
by PanoramicPanda
Wed Mar 27, 2024 4:48 pm
Forum: Support
Topic: [Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?
Replies: 7
Views: 1068

Re: Complete Newbie with a Pi 5 & PIA - How to Bind?

Okay, update: In ifconfig under tun0, there's an row for inet: 10.23.xx.xxx. I used that instead of "tun0" or the IP PIA gives me (172.98.xx.xxx) and downloads started working! Test active port also gives me a checkmark! The IP at the bottom of deluge is also the IP that PIA shows me as. T...
by PanoramicPanda
Wed Mar 27, 2024 3:26 pm
Forum: Support
Topic: [Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?
Replies: 7
Views: 1068

Re: Complete Newbie with a Pi 5 & PIA - How to Bind?

I do indeed have tun0, and after restarting deluged it does not work. A ncat -l <port> test did spit me out information, so it seems to be port forwarding correctly. Just can't see it from yougetsignal for some reason, so maybe that's the issue maybe it's not. 😔 Tried setting them to the IP directly...
by PanoramicPanda
Wed Mar 27, 2024 2:51 pm
Forum: Support
Topic: [Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?
Replies: 7
Views: 1068

Re: Complete Newbie with a Pi 5 & PIA - How to Bind?

Setting listen_interface and outgoing_interface to "tun0" (which is PIA's OpenVPN interface according to `ifconfig`), makes my torrents not do anything. No downloading, no seeding. "Port Issue" in lower right corner, "N/A" for IP at bottom. Incoming port is set to PIA's...
by PanoramicPanda
Wed Mar 27, 2024 1:46 pm
Forum: Support
Topic: [Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?
Replies: 7
Views: 1068

[Solved] Complete Newbie with a Pi 5 & PIA - How to Bind?

I'm a complete Linux noob but have managed to stumble my own way through the Docs to set up Deluged as a service on the Pi, and I'm able to connect to it from the interface on my Windows machine. It listens to folders for files, and even copies completed downloads to my NAS. Huzzah! However, regardi...