Difference between revisions of "Firewall Mandriva"

From AMule Project FAQ
Jump to: navigation, search
(Based on Firewall Fedora)
 
(Notes: oops)
Line 20: Line 20:
  
 
The same as the [[Firewall Fedora]] instructions, with part of the RH string removed on the advice of growltiger on IRC.
 
The same as the [[Firewall Fedora]] instructions, with part of the RH string removed on the advice of growltiger on IRC.
 
It's not clea
 
  
 
== Version ==
 
== Version ==
 
Created by Chriswaterguy, 14:54, 13 April 2008 (CEST).  
 
Created by Chriswaterguy, 14:54, 13 April 2008 (CEST).  
 
Based on [[Firewall Fedora]] (by Glauber.reis & Vollstrecker)
 
Based on [[Firewall Fedora]] (by Glauber.reis & Vollstrecker)

Revision as of 14:58, 13 April 2008

NOTE: For other distros, see non-Fedora distributions help, take a look at Firewall or Firewall Fedora.

This should work but it's not clear if does work.

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

1- Insert iptables rules:

/sbin/iptables -I INPUT  -p tcp --dport 4662 -j ACCEPT
/sbin/iptables -I INPUT  -p udp --dport 4665 -j ACCEPT
/sbin/iptables -I 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.

Notes

The same as the Firewall Fedora instructions, with part of the RH string removed on the advice of growltiger on IRC.

Version

Created by Chriswaterguy, 14:54, 13 April 2008 (CEST). Based on Firewall Fedora (by Glauber.reis & Vollstrecker)