Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iptables e giFT, Fastrack e Lopster
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Sat Jul 26, 2003 2:16 am    Post subject: iptables e giFT, Fastrack e Lopster Reply with quote

QUalcuno ha sa per caso che regole di iptables mettere per i suddetti programmi/plugin. Anche perché, per esempio lopter non apre una porta sola.
Se qcuno ha lumi :lol: :lol:
Grazie mille
Jaco
Back to top
View user's profile Send private message
fatez
Apprentice
Apprentice


Joined: 07 May 2003
Posts: 295

PostPosted: Sat Jul 26, 2003 9:33 am    Post subject: Reply with quote

ehh dipende,
io per xmule ho messo questa regola:

Code:
-A INPUT -p tcp --dport 4662 -j ACCEPT
-A INPUT -p udp --dport 4672 -j ACCEPT


invece per quanto rigurada lmule, ho fatto praticamente la stessa cosa:

Code:
-A INPUT -p tcp --dport 6680:6699 -j ACCEPT 
-A INPUT -p udp --dport 6680:6699 -j ACCEPT
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Sat Jul 26, 2003 2:31 pm    Post subject: Reply with quote

ah, così semplice :lol: :lol:
Grazie mille.
Dopo provo.
Ciao
Jaco
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sat Jul 26, 2003 4:32 pm    Post subject: Reply with quote

in Lopster tra le opzioni c è "i am behind a firewall" basta attivare quello...senza aprire le porte inutilmente...
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Tue Jul 29, 2003 12:50 pm    Post subject: Reply with quote

Cmq quei poveretti che tentano di scaricare da me avranno problemi. Per esempio ho fatto una prova attivando l'opzione
Code:
I'm behind a firewall
ma il più delle persone avranno problemi di timeout o connection error. Cmq alla fine é meglio mettere il range di porte, anche se sono un po' tantine, spero che nessuno si intrufoli 8)
Grazie mille
Ciao
Jaco
Back to top
View user's profile Send private message
Ginko
Guru
Guru


Joined: 01 May 2002
Posts: 371
Location: nearby my linux laptop

PostPosted: Tue Jul 29, 2003 2:18 pm    Post subject: Reply with quote

hellraiser wrote:
in Lopster tra le opzioni c è "i am behind a firewall" basta attivare quello...senza aprire le porte inutilmente...

Mi risulta pero' (almeno con eMule) che in questo caso la priorita' per fare download diventa bassissima e ci si mette una vita a scaricarsi qualsiasi cosa.

--Gianluca
Back to top
View user's profile Send private message
Josuke
Veteran
Veteran


Joined: 07 May 2003
Posts: 1175
Location: Italy - Bolzano

PostPosted: Tue Jul 29, 2003 7:15 pm    Post subject: Reply with quote

Esatto per usare efficacemente lopster devi forwardare il range di porte che utilizza...quindi (ho sperimentato da me e funziona egregiamente) devi lanciare:

Code:

iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 6680:6699 -j DNAT --to-dest 192.168.0.5

iptables -t nat -A PREROUTING -i ppp0 -p udp --dport 6680:6699 -j DNAT --to-dest 192.168.0.5

iptables -A FORWARD -p tcp -i ppp0 --dport 6680:6699 -d 192.168.0.5 -j ACCEPT

iptables -A FORWARD -p udp -i ppp0 --dport 6680:6699 -d 192.168.0.5 -j ACCEPT


e il gioco è fatto...ovviamente 192.168.0.5 è la mia macchina interna
Back to top
View user's profile Send private message
flocchini
Veteran
Veteran


Joined: 17 May 2003
Posts: 1124
Location: Milano, Italy

PostPosted: Tue Jul 29, 2003 9:14 pm    Post subject: Reply with quote

Anche io consiglio di evitare di stare su porta 0 ("I'm behind a firewall") per non creare casini agli altri che scaricano...Oltre al fatto che se stai su porta 0 non potrai scaricare da chi sta su porta 0 (e non mi sembra una cosa da poco visto che molti sono obbligati a stare su porta 0 ) Gia' che siamo in tema di lopster vi pongo un quesito (forse un po' OT, perdonatemi :wink:): io ho una LAN con un gateway x l'accesso a fastweb, ho forwardato sul mio ip interno 6680:6699 e funziona tranquillamente, ma il dcc non ne vuol sapere, funziona solo in ricezione. Qualcuno sa su che porta lavora? Devo forwardare qualcos'altro? Tnx :)
_________________
~~ Per amore della rosa si sopportano le spine... ~~
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum