I am following the linked guide for protonvpn to try to get soulseek to work and the soulseek port test tool keeps on saying the port is closed. However when I run natpmpc it seems to be successful - anyone have ideas how to get it up and running?
𝗣𝗜𝗥𝗔𝗖𝗬 𝗜𝗦 𝗘𝗧𝗛𝗜𝗖𝗔𝗟!
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles
4. Don’t be repetitious, spam, harass others, or submit low-quality posts
5. Don’t post questions already answered. READ THE WIKI
💰 Please help cover server costs.
Are you using OpenVPN or Wireguard configs?
For Wireguard I had to slightly modify the commands to open a port to:
natpmpc -g 10.2.0.1 -a 0 0 tcp 60
natpmpc -g 10.2.0.1 -a 0 0 udp 60
while true ; do date ; natpmpc -g 10.2.0.1 -a 0 0 tcp 60 && natpmpc -g 10.2.0.1 -a 0 0 udp 60 || { echo -e “ERROR with natpmpc command \a” ; break ; } ; sleep 45 ; done
Huh I am using openvpn but that’s good to know!
I haven’t used ProtonVPN, but for PIA the port never showed as open until traffic was going through it.
Once I put the port into qbittorrent and downloaded for a couple of minutes, the port then showed as open for port test tools.
deleted by creator
This should not be needed
Definitely don’t do this. It won’t help with port forwarding over a VPN, and it will increase attack surface for no reason.