Pagina 1 di 1

[aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: sabato 6 giugno 2009, 13:39
da FedeJackalope
Ciao a tutti!
Sono un nuovo utente Ubuntu. Non sono un nuovo utente di eMule, ma in ambiente Windows si è già configurato da solo e non ho mai avuto problemi di questo tipo, per cui non so mettere le mani in porte e simili senza fare danni.
Ho installato aMule AdunanzA, ma mi dice che la rete KAdu è "firewalled": capisco cosa voglia dire, ma non so come intervenire, anche perchè la stessa connessione con Windows funziona bene. Cosa posso fare/provare?
Di seguito alcuni dati utili:

Macchina: HP Pavilion DV5 1124el
Sistema operativo: Ubuntu 9.04 The Jaunty Jackalope - 64 bit
Connessione: FastWeb (fibra ottica a 10 Mb/s) tramite wireless (modem wireless: Fonera 1.0, connessione criptata WPA 1/2 (passphrase))

Grazie a tutti in anticipo!
Fede

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: sabato 6 giugno 2009, 14:41
da martin1963
Se hai aperto le porte la scritta "Firewalled" ti sparirà dopo un pò di tempo che scarichi e diventerà ok.

In un paio di giorni di sano e legale download sei a posto

Ciao

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: domenica 12 luglio 2009, 22:55
da ale8286
ho lo stesso problema, non mi passa da firewelled ad ok. ho letto un po di altre discussioni, e ho capito che è questione di tempo e di download...il problema però è che non mi trova nessun file!!!come posso risolvere?

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: domenica 12 luglio 2009, 22:59
da egarts
Prova ad installare filestarter e a settarlo facendogli tenere aperte le pote di amule. Io ho risolto così.
Ciao.

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 10:42
da ale8286
filestarter è uno dei pacchetti che compaiono in synaptic quando cerchi amule-adunanza?

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 11:40
da egarts
No, è il firewall. Lo trovi comunque su synaptic.

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 12:32
da icetux
Il nome corretto è firestarter  (yes)

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 13:33
da egarts
opps..  :-[

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 13:58
da Mdfalcubo
Firestarter è già installato di default ma in modalità invisibile. Fallo partire da terminale, non devi installarlo. Fossi in te lo disinstallerei proprio, e imposterei il modem aprendogli le porte che usa amule.

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 14:35
da ale8286
grazie mille dei vari consigli in anticipo...il comendo per rimuovere firestarter qual'è?e per aprire le porte del modem come faccio?

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 16:18
da ^alessio^
ciao,digita nel terminale

Codice: Seleziona tutto

sudo iptables -L
se vengono fuori  3 ( policy ACCEPT ) le porte sono aperte,come ti connetti wireless o ethernet? se wireless devi darti un ip fisso e configurare il router per aprire le porte che usa amule,se ethernet non c'è ne bisogno.

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 18:02
da ale8286
viene fuori questo: (scusa se ho postato tutto ma non ci capisco nulla!!!)

ale8286@ale8286-desktop:~$ sudo iptables -L
[sudo] password for ale8286:
Chain INPUT (policy DROP)
target    prot opt source              destination       
ACCEPT    tcp  --  1.253.128.36        anywhere            tcp flags:!FIN,SYN,RST,ACK/SYN
ACCEPT    udp  --  1.253.128.36        anywhere           
ACCEPT    tcp  --  ns016res.fastweb.it  anywhere            tcp flags:!FIN,SYN,RST,ACK/SYN
ACCEPT    udp  --  ns016res.fastweb.it  anywhere           
ACCEPT    all  --  anywhere            anywhere           
ACCEPT    icmp --  anywhere            anywhere            limit: avg 10/sec burst 5
DROP      all  --  anywhere            255.255.255.255   
DROP      all  --  anywhere            5.242.103.255     
DROP      all  --  BASE-ADDRESS.MCAST.NET/8  anywhere           
DROP      all  --  anywhere            BASE-ADDRESS.MCAST.NET/8
DROP      all  --  255.255.255.255      anywhere           
DROP      all  --  anywhere            0.0.0.0           
DROP      all  --  anywhere            anywhere            state INVALID
LSI        all  -f  anywhere            anywhere            limit: avg 10/min burst 5
INBOUND    all  --  anywhere            anywhere           
LOG_FILTER  all  --  anywhere            anywhere           
LOG        all  --  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  all  --  anywhere            anywhere           
LOG        all  --  anywhere            anywhere            LOG level info prefix `Unknown Forward'

Chain OUTPUT (policy DROP)
target    prot opt source              destination       
ACCEPT    tcp  --  5.242.97.155        1.253.128.36        tcp dpt:domain
ACCEPT    udp  --  5.242.97.155        1.253.128.36        udp dpt:domain
ACCEPT    tcp  --  5.242.97.155        ns016res.fastweb.it tcp dpt:domain
ACCEPT    udp  --  5.242.97.155        ns016res.fastweb.it udp dpt:domain
ACCEPT    all  --  anywhere            anywhere           
DROP      all  --  BASE-ADDRESS.MCAST.NET/8  anywhere           
DROP      all  --  anywhere            BASE-ADDRESS.MCAST.NET/8
DROP      all  --  255.255.255.255      anywhere           
DROP      all  --  anywhere            0.0.0.0           
DROP      all  --  anywhere            anywhere            state INVALID
OUTBOUND  all  --  anywhere            anywhere           
LOG_FILTER  all  --  anywhere            anywhere           
LOG        all  --  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    all  --  2.255.57.197        anywhere           
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:4662
ACCEPT    udp  --  anywhere            anywhere            udp dpt:4662
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:4672
ACCEPT    udp  --  anywhere            anywhere            udp dpt:4672
LSI        all  --  anywhere            anywhere           

Chain LOG_FILTER (5 references)
target    prot opt source              destination       

Chain LSI (2 references)
target    prot opt source              destination       
LOG_FILTER  all  --  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        all  --  anywhere            anywhere            limit: avg 5/sec burst 5 LOG level info prefix `Inbound '
DROP      all  --  anywhere            anywhere           

Chain LSO (0 references)
target    prot opt source              destination       
LOG_FILTER  all  --  anywhere            anywhere           
LOG        all  --  anywhere            anywhere            limit: avg 5/sec burst 5 LOG level info prefix `Outbound '
REJECT    all  --  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    all  --  anywhere            anywhere           

Re: [aMule AdunanzA] Problema: "KAdu: Firewalled"

Inviato: lunedì 13 luglio 2009, 18:55
da ^alessio^
da quello che vedo hai configurato iptables,lo hai fatto coscientemente o non ti sei nemmeno accorto di averlo fatto,con quale programma lo hai configurato, con Firestarter? se si, disinstalla Firestarter e dopo dai

Codice: Seleziona tutto

sudo iptables -F
dopo dai di nuovo

Codice: Seleziona tutto

sudo iptables -L
ti deve venire fuori questo

Codice: Seleziona tutto

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination 
ho visto che hai installato amule-adunanza,hai Fastweb? se non hai Fastweb disinstalla amule-adunanza e installa amule.