Purely8120

Members
  • Posts

    2
  • Joined

Everything posted by Purely8120

  1. Hello again! I just want to update the port forwarding problem I described a few replies above: It turns out it was really simple. Just expose wanted ports on the docker menu for the container you want to forward ports to... Hope it helps!
  2. Hello, I have trouble with port forwarding from Mullvad VPN to Transmission docker container. I am running Unraid 6.10.0-rc8, I successfully imported Mullvad config file, and I connect fine (when I curl ifconfig.io from the container I get the VPN ip). But port forwarding doesn't work. I have enabled it in mullvad and set it to the correct city, provided the correct port in transmission, but it's not working. I tried the solution below, but it doesn't seem to work for me. I added this lines to Wiregurad config: PostUp = iptables -t nat -I PREROUTING -p tcp --dport *mullvad port* -j REDIRECT --to-ports *mullvad port* PreDown = iptables -t nat -D PREROUTING -p tcp --dport *mullvad port* -j REDIRECT --to-ports *mullvad port* Maybe I screwed up with the iptables (I am not 100% what is going on here). Does anyone have similar problems, and how did you solve them? Any help would be greatly appreciated!