Skocz do zawartości

Iptables I Amule


mkz

Rekomendowane odpowiedzi

  • 2 years later...
  • 4 weeks later...

VER 1:

IPTables Configuration

If you set TCP port in aMule to XX and UDP port to YY then you have to set your firewall like this:

 

# 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

 

If you are building your iptables-rules from scratch, you also need to allow ESTABLISHED and RELATED traffic to come through your firewall:

 

iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

 

And you must enable traffic to leave your machine aswell, by either allowing all outgoing traffic:

 

iptables -P OUTPUT ACCEPT

 

or specifying special rules.

EWENTUALNIE:

ver 2

 

Firewall Fedora

 

From AMule Project FAQ

 

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.

 

zrodla:

http://www.amule.org/wiki/index.php/Firewa...t_/_Fedora_Core

http://www.amule.org/wiki/index.php/Firewall_Fedora

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...