iptables -t filter -A INPUT -p tcp --dport 9091 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 9091 -j ACCEPT
iptables -t filter -A INPUT -p tcp --dport 51413 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 51413 -j ACCEPT
iptables-save > /etc/sysconfig/iptables.save
or on Ubuntu:
apt-get install iptables-persistent
iptables -t filter -A INPUT -p tcp --dport 9091 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 9091 -j ACCEPT
iptables -t filter -A INPUT -p tcp --dport 51413 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 51413 -j ACCEPT
iptables-save > /etc/iptables/rules.v4
transmission
.
You can it:
service transmission-daemon stop
nano /etc/init.d/transmission-daemon
/usr/lib/systemd/system/transmission-daemon.service
/lib/systemd/system/transmission-daemon.service
USER=transmission
and change it to the user that owns the folder in question. If you are not concerned about security issues, you can also use USER=root
in this file. (Not advised, but good for troubleshooting).service transmission-daemon start
updatedb locate settings.jsonYou'll see a new settings.json file, make the config changes as per the plugin settings to this file. Ensure you stop the transmission service before any changes.
transmission-remote --port-test
iptables -t filter -A INPUT -p tcp --dport 51413 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 51413 -j ACCEPT
iptables-save > /etc/sysconfig/iptables.save
Failed to get properties: Unit name [email protected] is neither a valid invocation ID nor unit name.
Failed to get properties: Unit name [email protected] is neither a valid invocation ID nor unit name.
systemctl start transmission-daemon
systemctl stop transmission-daemon
sudo yum clean all; sudo yum update -y --skip-broken
yum -y install transmission transmission-daemon