Jump to content

Purely8120

Members
  • Posts

    2
  • Joined

Posts posted by Purely8120

  1. 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.

     

    On 12/3/2019 at 8:03 PM, Dataone said:

     

    I know that this is the trick for Plex, but you may be able to do the same with the jellyfin ports.

    PostUp  = iptables -t nat -I PREROUTING -p tcp --dport *external port* -j REDIRECT --to-ports 32400 (internal plex port)
    PreDown = iptables -t nat -D PREROUTING -p tcp --dport *external port* -j REDIRECT --to-ports 32400 (internal plex port)

     

     

    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!

    • Upvote 2
×
×
  • Create New...