As I've gotten to know that a HighID could establish a high speed connection between double clients. And I've searched the method on aMule website, like this one:
http://wiki.amule.org/wiki/Firewall,
and my OS is Fedora22. So I've cautioned to the specific guide for Fedora users and the very below article: IPTables Configuration.
In IPTables Configuration, it said to input these codes in terminal:
iptables -A INPUT -p tcp --dport XX -j ACCEPT
iptables -A INPUT -p udp --dport XX+3 -j ACCEPT
iptables -A INPUT -p udp --dport YY -j ACCEPT,
I've done as it said but not confident it's solved the problem.
And in the specific guide for Fedora users, this Howto contains these scripts:
/sbin/iptables -I RH-Firewall-1-INPUT -p tcp --dport 4662 -j ACCEPT
/sbin/iptables -I RH-Firewall-1-INPUT -p udp --dport 4665 -j ACCEPT
/sbin/iptables -I RH-Firewall-1-INPUT -p udp --dport 4672 -j ACCEPT,
but it fails and the command line replys:
iptables: No chain/target/match by that name.
Whole of all, could someone sort it out for me,first, which instruction page should I come across, the universal one or the specific one? Second, how come the iptables denies my options?
Any answer is appreciated.
Additionally, I've forwarded a tcp por and two udp ports to my router's IP address, 192.168.1.1 and with a port 80 in Firewall setting GUI, in particular, on permanently mode.