Article 5RXEH Iptables rule for transmission deamon?

Iptables rule for transmission deamon?

by
peter7089
from LinuxQuestions.org on (#5RXEH)
I have transmission installed on my home server with arch linux. How to allow access to port 9091 on which i am accessing transmission-web? Is this the right rule:
Code:sudo iptables -A INPUT -p udp --dport 9091 -j ACCEPTThese arethe current iptables rules on my home server:
Code:-P INPUT DROP
-P FORWARD DROP
-P OUTPUT ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -s 192.168.100.13/32 -j ACCEPT
-A INPUT -s 192.168.100.11/32 -j ACCEPTlatest?d=yIl2AUoC8zA latest?i=r_jWQ4mHf2Q:omMZEggiWds:F7zBnMy latest?i=r_jWQ4mHf2Q:omMZEggiWds:V_sGLiP latest?d=qj6IDK7rITs latest?i=r_jWQ4mHf2Q:omMZEggiWds:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments