Probleme low id mldonkey

Forum dédié à la distribution du même nom et que vous pourrez télécharger sur http://www.contribs.org. La nouvelle version de cette distribution se nomme SME Server

Modérateur: modos Ixus

Probleme low id mldonkey

Messagepar Oulive » 02 Sep 2004 09:36

bonjour à tous,

J'ai une passerelle ADSL, tournant avec une SME 6.0. J'ai installé mldonkey dessus, d'abord la version 1.0-6. Mais je désespère d'avoir un jour un high id. Pourtant, j'ai bien l'impression que tous les ports ont été ouverts correctement :

voici le résultat d'un iptables -L :

Code: Tout sélectionner
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:4661 state NEW,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:4662 state NEW,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:4666 state NEW,ESTABLISHED
ACCEPT     udp  --  anywhere             anywhere           udp dpt:4665 state NEW,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:4666 state NEW,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:4080 state NEW,ESTABLISHED
state_chk  all  --  anywhere             anywhere
local_chk  all  --  anywhere             anywhere
PPPconn    all  --  anywhere             anywhere
DROP       all  --  BASE-ADDRESS.MCAST.NET/4  anywhere
DROP       all  --  anywhere             BASE-ADDRESS.MCAST.NET/4
InboundICMP  icmp --  anywhere             anywhere
denylog    icmp --  anywhere             anywhere
InboundTCP  tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN
denylog    tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN
InboundUDP  udp  --  anywhere             anywhere
denylog    udp  --  anywhere             anywhere
ACCEPT     udp  --  anywhere             anywhere           udp spts:bootps:bootpc
gre-in     gre  --  anywhere             anywhere
denylog    gre  --  anywhere             anywhere
denylog    all  --  anywhere             anywhere
ACCEPT     udp  --  anywhere             anywhere           udp dpt:4670

Chain FORWARD (policy DROP)
target     prot opt source               destination
state_chk  all  --  anywhere             anywhere
local_chk  all  --  anywhere             anywhere
ForwardedTCP  tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN
ForwardedUDP  udp  --  anywhere             anywhere
denylog    all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
PPPconn    all  --  anywhere             anywhere
DROP       all  --  BASE-ADDRESS.MCAST.NET/4  anywhere
DROP       all  --  anywhere             BASE-ADDRESS.MCAST.NET/4
OutboundICMP  icmp --  anywhere             anywhere
denylog    icmp --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere

Chain ForwardedTCP (1 references)
target     prot opt source               destination
ForwardedTCP_5021  all  --  anywhere             anywhere
denylog    tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN

Chain ForwardedTCP_5021 (1 references)
target     prot opt source               destination

Chain ForwardedUDP (1 references)
target     prot opt source               destination
ForwardedUDP_5021  all  --  anywhere             anywhere
denylog    udp  --  anywhere             anywhere

Chain ForwardedUDP_5021 (1 references)
target     prot opt source               destination

Chain InboundICMP (1 references)
target     prot opt source               destination
InboundICMP_5021  all  --  anywhere             anywhere
denylog    icmp --  anywhere             anywhere

Chain InboundICMP_5021 (1 references)
target     prot opt source               destination
ACCEPT     icmp --  anywhere             anywhere           icmp echo-request
ACCEPT     icmp --  anywhere             anywhere           icmp echo-reply
ACCEPT     icmp --  anywhere             anywhere           icmp destination-unreachable
ACCEPT     icmp --  anywhere             anywhere           icmp source-quench
ACCEPT     icmp --  anywhere             anywhere           icmp time-exceeded
ACCEPT     icmp --  anywhere             anywhere           icmp parameter-problem
denylog    all  --  anywhere             anywhere

Chain InboundTCP (1 references)
target     prot opt source               destination
InboundTCP_5021  all  --  anywhere             anywhere
denylog    tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN

Chain InboundTCP_5021 (1 references)
target     prot opt source               destination
denylog    all  --  anywhere            !ADijon-102-1-3-207.w80-14.abo.wanadoo.fr
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:auth
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:ftp
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:www
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:https
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:imap2
denylog    tcp  --  anywhere             anywhere           tcp dpt:ldap
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:pop3
denylog    tcp  --  anywhere             anywhere           tcp dpt:1723
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:smtp
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:ssh
denylog    tcp  --  anywhere             anywhere           tcp dpt:telnet

Chain InboundUDP (1 references)
target     prot opt source               destination
InboundUDP_5021  all  --  anywhere             anywhere
denylog    udp  --  anywhere             anywhere

Chain InboundUDP_5021 (1 references)
target     prot opt source               destination
denylog    all  --  anywhere            !ADijon-102-1-3-207.w80-14.abo.wanadoo.fr

Chain OutboundICMP (1 references)
target     prot opt source               destination
OutboundICMP_5021  all  --  anywhere             anywhere
denylog    icmp --  anywhere             anywhere

Chain OutboundICMP_5021 (1 references)
target     prot opt source               destination
ACCEPT     icmp --  anywhere             anywhere           icmp echo-request
ACCEPT     icmp --  anywhere             anywhere           icmp echo-reply
ACCEPT     icmp --  anywhere             anywhere           icmp destination-unreachable
ACCEPT     icmp --  anywhere             anywhere           icmp source-quench
ACCEPT     icmp --  anywhere             anywhere           icmp time-exceeded
ACCEPT     icmp --  anywhere             anywhere           icmp parameter-problem
denylog    all  --  anywhere             anywhere

Chain PPPconn (2 references)
target     prot opt source               destination
PPPconn_1  all  --  anywhere             anywhere

Chain PPPconn_1 (1 references)
target     prot opt source               destination

Chain denylog (22 references)
target     prot opt source               destination
DROP       udp  --  anywhere             anywhere           udp dpt:route
DROP       udp  --  anywhere             anywhere           udp dpts:netbios-ns:netbios-ssn
DROP       tcp  --  anywhere             anywhere           tcp dpts:netbios-ns:netbios-ssn
LOG        all  --  anywhere             anywhere           LOG level warning prefix `denylog:'
DROP       all  --  anywhere             anywhere

Chain gre-in (1 references)
target     prot opt source               destination
denylog    all  --  anywhere            !ADijon-102-1-3-207.w80-14.abo.wanadoo.fr
denylog    all  --  anywhere             anywhere

Chain local_chk (2 references)
target     prot opt source               destination
local_chk_5021  all  --  anywhere             anywhere

Chain local_chk_5021 (1 references)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  192.168.255.0/24     anywhere

Chain state_chk (2 references)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere           state RELATED,ESTABLISHED


si quelqu'un pouvait me donner des pistes... Il y a-t-il d'autres raison d'avoir un low id, à part un pb de firewall??

Merci d'avance

Oliv'
Oulive
Matelot
Matelot
 
Messages: 10
Inscrit le: 12 Mai 2004 16:39

Messagepar Muzo » 02 Sep 2004 09:40

Salut,

J'ai fait une recherche sur le forum et j'ai trouvé des réponses.
/Muzo
"La vie n'est pas un combat, mais une passion à défendre!" MASS HYSTERIA - Knowledge is power
Avatar de l’utilisateur
Muzo
Amiral
Amiral
 
Messages: 5236
Inscrit le: 07 Mai 2003 00:00
Localisation: BNF! Je me culturise.

Messagepar Oulive » 02 Sep 2004 09:50

moi aussi g fais pas mal de recherche sur le forum. Mais je n'ai trouvé que des réponses à des pbs de port forwarding. J' n'en ai à priori pa besoin, vu que mon mldonkey fonctionne sur ma passerelle?
Donc si toi tu as trouvé des réponses qui peuvent me convenir, peux tu me donner les liens vers les topics?

Merci d'avance

Oliv'
Oulive
Matelot
Matelot
 
Messages: 10
Inscrit le: 12 Mai 2004 16:39

Messagepar Muzo » 02 Sep 2004 09:52

Autant pour moi j'avions mal compris.
/Muzo
"La vie n'est pas un combat, mais une passion à défendre!" MASS HYSTERIA - Knowledge is power
Avatar de l’utilisateur
Muzo
Amiral
Amiral
 
Messages: 5236
Inscrit le: 07 Mai 2003 00:00
Localisation: BNF! Je me culturise.

Messagepar jaysee » 03 Sep 2004 00:57

Apparament ton IPtable semble correct, mais j'ai utilisé le rpm port-opening (dmc-mitel-portopening-0.0.1-4.noarch.rpm, et non port-forwarding!) pour ouvrir le port TCP 4662 et ca marche nickel, deplus c plus simple a utilié que les iptables a la mano...

Ca t'aide?
"Une fois, en auto, j'ai eu un accent grave" - Johnny Halliday
Avatar de l’utilisateur
jaysee
Enseigne de vaisseau
Enseigne de vaisseau
 
Messages: 148
Inscrit le: 07 Nov 2003 01:00

Messagepar Oulive » 03 Sep 2004 01:54

merci pour ce rpm, krément bon. Par contre, g ouvert les ports avec lui (tcp 4661, 4662, 4665, udp 4670), et je fais un test avec ce site : http://www.zebulon.fr/outils/scanports/ ... curite.php pour voir quels ports sont ouverts. Mais dans lerésultat, il ne me dit pas que mes ports pour edonkey sont ouverts !!! :cry: comprend pas. Faut redémarrer sme??
Oulive
Matelot
Matelot
 
Messages: 10
Inscrit le: 12 Mai 2004 16:39

Messagepar Oulive » 03 Sep 2004 12:06

bon, j'pense que c réglé
en utilisant un autre site qui teste les ports qu'on lui demande, mon 4662 est ouvert
d'autre part, sancho continue de me dire que je suis en low id, par contre, l'interface web me dit le contraire !!! va comprendre charles.

Merci de votre aide, bien pratique le portopening!!

tchao

Oliv'
Oulive
Matelot
Matelot
 
Messages: 10
Inscrit le: 12 Mai 2004 16:39

Messagepar Muzo » 03 Sep 2004 12:12

Sinon y'a aussi la contrib masq-manager qui fait le port opening/port deny/gestion icmp, mais pas le café.

(comment ca je me fais de la pub?)
/Muzo
"La vie n'est pas un combat, mais une passion à défendre!" MASS HYSTERIA - Knowledge is power
Avatar de l’utilisateur
Muzo
Amiral
Amiral
 
Messages: 5236
Inscrit le: 07 Mai 2003 00:00
Localisation: BNF! Je me culturise.

Messagepar sibsib » 03 Sep 2004 20:55

Salut,

Bof, de la pub, de la pub....


Fait même pas le café, ton truc :P :P :P


(Bon, OK, je sors !)

A+,
Pascal
Sibsib, admin heureux d'un petit SME !!!
- SME 8.0 beta 6 dans une VM :-)
- ESXI 4.1 sur hardware noname
Ma petite page sur SME
Avatar de l’utilisateur
sibsib
Amiral
Amiral
 
Messages: 2368
Inscrit le: 11 Mai 2002 00:00
Localisation: France - région parisienne

Messagepar akira9a » 07 Sep 2004 17:15

si tu es chez free je te conseille de changer de port pour mldonkey ... parfois ils brident le 4662.
Avatar de l’utilisateur
akira9a
Second Maître
Second Maître
 
Messages: 43
Inscrit le: 10 Fév 2004 01:00


Retour vers E-Smith / SME Server

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Google [Bot] et 1 invité

cron