S
S
sheridanburill2020-04-09 07:24:50
linux
sheridanburill, 2020-04-09 07:24:50

Necessary iptables rules for p2p gtk-gnutella?

Hello. I am looking for iptables rules - input/output tcp/udp - for gtk-gnutella.
What I tried didn't work.
https://bestfreeporn.me

# Following 2 rules 4 Gtk-Gnutella
$IPT -A INPUT -m state --state NEW,ESTABLISHED -p tcp --dport 40411 -j ACCEPT
$IPT -A INPUT -m state --state NEW,ESTABLISHED -p udp --dport 40411 -j ACCEPT
$IPT -A OUTPUT -m state --state ESTABLISHED -p tcp --dport 40411 -j ACCEPT
$IPT -A OUTPUT -m state --state ESTABLISHED -p udp --dport 40411 -j ACCEPT


Any ideas? I use Slackware

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question