aMule Forum
Italian => Forum Aiuto => Topic started by: Erkk84 on September 06, 2007, 11:26:34 PM
-
Ciaoa tutti, inanzitutto premetto che sono un nuovo utente, sono stato dirottato qua da altri forum sperando di ricevere aiuto rigurado ad uno dei più diffusi problemi di a/emule:l'id basso;
Premetto che ho seguito passo passo questo: http://portforward.com/english/routers/port_forwarding/Philips/SNA6640-00/eMule.htm
Ma senza risultato, nel senso che l'id basso persiste.
Con questo comando (sono in linux):
netstat -na | grep LISTEN | grep ^tcp | cut -d: -f2 | cut -d" " -f1
ho appurato che la porta 4662 è aperta ed è usata da amule appunto, solo per la 4672 non mi dice niente, probabilmente non è proprio aperta, altrimenti il comando sopra la direbbe...
Se potete aiutarmi;oltre a id basso ho naturalmente anche Kad firewalled...
ciao grazie
-
Ciao,
Con questo comando (sono in linux):
netstat -na | grep LISTEN | grep ^tcp | cut -d: -f2 | cut -d" " -f1
ho appurato che la porta 4662 è aperta ed è usata da amule appunto, solo per la 4672 non mi dice niente, probabilmente non è proprio aperta, altrimenti il comando sopra la direbbe...
Amule usa la 4672 udp, è normale che il comando sopra non la visualizzi, se provi a dare solo:
netstat -na | grep udp
tra le altre dovresti vedere anche la riga relativa alla porta 4672.
L'output di netstat però ci dice soltanto che amule ha correttamente aperto le porte che deve utilizzare, non ci dice nulla (poco) di utile al fine di risolvere il problema del lowID.
Se già non l'hai fatto ti consiglio di leggere:
http://www.amule.org/wiki/index.php/Get_HighID (http://www.amule.org/wiki/index.php/Get_HighID)
Hai per caso un firewall?
Per sapere se una porta è "aperta" prova ad effettuare il test delle porte: http://www.amule.org/testport.php (http://www.amule.org/testport.php)
Ciao.
-
Il test di entrambe le porte mi dà il seguente messaggio:
Error: TCP port 4662 is unavailable. Make sure your firewall or router is allowing/forwarding this TCP service port and your ED2K client is running (i.e. aMule, eMule).
Detailed Error Message
TCP Error 110 Connection refused
Explanation
The connection timed out, meaning the port is being blocked or incorrectly forwarded by a firewall or your computer is turned off :)
Your public address is host-84-xxx-xx-xxx.cust-adsl.tiscali.it (84.xxx.xx.xxx)
Coding by uberpenguin, idea by deltaHF, which he found here
Nel wiki l'unica cosa diversa da quello che ho fatto io era quella di rendere l'ip statico invece che con dhcp, ho fatto così ma non funziona...
-
Ciao,
Se non hai firewall attivi, sembra un problema di configurazione del router.
Nel wiki l'unica cosa diversa da quello che ho fatto io era quella di rendere l'ip statico invece che con dhcp, ho fatto così ma non funziona...
La guida su Port Forwarding (che hai linkato) presuppone che tu stia utilizzando un IP statico.
Ciao.
-
infatti poi ho configurato il pc con ip statico (il pc, non il router)..in ogni caso il comando ifconfig mi dà lo stesso indirizzo che ho impostato nel router per l'apertura delle porte..il firewall del router l'ho disabilitato, quindi quello non può essere..il bello è che prima avevo un Netgear dg384g, la configurazione era molto più intuitiva e soprattutto funzionava sempre, anche con dhcp, bastava che aprissi le stesse porte sia su un indirizzo che sull'altro (gli ip dinamici erano solo due, avendo solo due pc li ho impostati solo su quel range)..proprio non so più dove andare a parare..
-
se il router non è, cosa caspita può essere?c'è un modo per controllare che sul pc sia tutto "aperto"?
-
con il comando iptables -L mi dà il seguente:
:~$ sudo iptables -L
Password:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- . anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
ACCEPT udp -- . anywhere
ACCEPT 0 -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere limit: avg 10/sec burst 5
DROP 0 -- anywhere 255.255.255.255
DROP 0 -- anywhere 192.168.1.255
DROP 0 -- BASE-ADDRESS.MCAST.NET/8 anywhere
DROP 0 -- anywhere base-address.mcast.net/8
DROP 0 -- 255.255.255.255 anywhere
DROP 0 -- anywhere 0.0.0.0
DROP 0 -- anywhere anywhere state INVALID
LSI 0 -f anywhere anywhere limit: avg 10/min burst 5
INBOUND 0 -- anywhere anywhere
LOG_FILTER 0 -- anywhere anywhere
LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Input'
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere limit: avg 10/sec burst 5
LOG_FILTER 0 -- anywhere anywhere
LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Forward'
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 192.168.1.2 . tcp dpt:domain
ACCEPT udp -- 192.168.1.2 . udp dpt:domain
ACCEPT 0 -- anywhere anywhere
DROP 0 -- base-address.mcast.net/8 anywhere
DROP 0 -- anywhere base-address.mcast.net/8
DROP 0 -- 255.255.255.255 anywhere
DROP 0 -- anywhere 0.0.0.0
DROP 0 -- anywhere anywhere state INVALID
OUTBOUND 0 -- anywhere anywhere
LOG_FILTER 0 -- anywhere anywhere
LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Output'
Chain INBOUND (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT 0 -- 192.168.1.2 anywhere
LSI 0 -- anywhere anywhere
Chain LOG_FILTER (5 references)
target prot opt source destination
Chain LSI (2 references)
target prot opt source destination
LOG_FILTER 0 -- anywhere anywhere
LOG tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5 LOG level info prefix `Inbound '
DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
LOG tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 LOG level info prefix `Inbound '
DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST
LOG icmp -- anywhere anywhere icmp echo-request limit: avg 1/sec burst 5 LOG level info prefix `Inbound '
DROP icmp -- anywhere anywhere icmp echo-request
LOG 0 -- anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Inbound '
DROP 0 -- anywhere anywhere
Chain LSO (0 references)
target prot opt source destination
LOG_FILTER 0 -- anywhere anywhere
LOG 0 -- anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Outbound '
REJECT 0 -- anywhere anywhere reject-with icmp-port-unreachable
Chain OUTBOUND (1 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT 0 -- anywhere anywhere