Difference between revisions of "Firewall Fedora"

From AMule Project FAQ
Jump to: navigation, search
m (Adjusted Link, Added Version-Tag)
m (Removed Version Tag)
 
Line 14: Line 14:
  
 
Now you can have a [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|HighID]].
 
Now you can have a [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|HighID]].
 
== Version ==
 
Created by Glauber.reis on 16.06.05 at 12:58<br>
 
Updated by Vollstrecker on 23.01.08 at 13:24
 

Latest revision as of 11:06, 29 June 2008

NOTE: For non-Fedora distributions help, take a look at this HowTo.

If you have a default Fedora Core firewall setup and a default aMule rpm installation then you should do as follows:

1- Insert iptables rules:

/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

2- Get the rules saved (in order to get the rules after restarting):

/sbin/service iptables save

NOTE: Commands must be issued as root.

Now you can have a HighID.