commands are:

iptables -I INPUT -p tcp --dport 3389 -j ACCEPT > to open only that tcp port

sudo ufw enable transmission > to open the whole program

being a newbie I’d say it’s safer to only open a determined port with iptables. What do you think?

  • @db2
    link
    28 months ago

    As long as you trust Transmission it’s fine. If you didn’t then you wouldn’t want it to effectively decide what ports it gets.

    • Voytrekk
      link
      18 months ago

      Transmission is defined as an application for ufw, not as an executable.

      • @db2
        link
        18 months ago

        👍