[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xMule et iptables



Bonsoir...

Je viens de configurer mon pare-feu (iptables donc) et tout marche sauf xMule bien sur...

j'ai rajouter ces règles :

# xMule
iptables -A INPUT -i ppp0 --protocol tcp --source-port 4661 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT -o ppp0 --protocol tcp --destination-port 4661 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i ppp0 --protocol tcp --source-port 4662 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT -o ppp0 --protocol tcp --destination-port 4662 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i ppp0 --protocol udp --source-port 4672 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT -o ppp0 --protocol udp --destination-port 4672 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

mais cela ne suffit pas a ce que ça fonctionne...

un autre pb : licq, quel port faut-il ouvrir ???

Merci
Sebbb



Reply to: