aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2] 3

Author Topic: About Kademlia  (Read 407419 times)

geearf

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 43
Re: About Kademlia
« Reply #15 on: July 27, 2005, 11:40:02 PM »

good news, I hope i can feel kad again before leaving the net :)

Also I've just seen Kry beeing mention on 0.46c released, first time I think (may be wrong) congratulation on this too :)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: About Kademlia
« Reply #16 on: July 28, 2005, 02:55:29 AM »

YEah, I'm twice on 0.46c, but I was there before ;) Thanks for noticing anyway!
Logged

Axl_Mas

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 73
Re: About Kademlia
« Reply #17 on: July 28, 2005, 10:05:19 AM »

How i have to set my firewall to use kad?
I have to open the udp port 4673 both in input and output?

There are my actual rules for amule:

#aMule INPUT
iptables -A INPUT -p tcp -m tcp --dport 4662 -j ACCEPT  
iptables -A INPUT -p udp -m udp --dport 4672 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 4665 -j ACCEPT
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

#aMule OUTPUT
iptables -A OUTPUT -p tcp -m tcp --dport 4661 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --sport 4662 -j ACCEPT
iptables -A OUTPUT -p udp -m udp --sport 4662 -j ACCEPT
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: About Kademlia
« Reply #18 on: July 28, 2005, 10:46:44 AM »

Works fine here without any additional ports opened...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Axl_Mas

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 73
Re: About Kademlia
« Reply #19 on: July 28, 2005, 10:52:33 AM »

How ports have you open?
With my rules kad is firewalled !  :(
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: About Kademlia
« Reply #20 on: July 28, 2005, 11:42:39 AM »

5662 tcp, 5665 and 5672 udp (the ports which are set / shown in preferences)
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: About Kademlia
« Reply #21 on: July 28, 2005, 01:26:20 PM »

Maybe you just gotta wait a minute. I realised that the KAD status changes from firewalled to OK after a short period. Try waiting.
BTW: Don't you need Port 4661? I've opened 4661 + 4662 TCP and 4665 + 4672 UDP.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: About Kademlia
« Reply #22 on: July 28, 2005, 01:50:03 PM »

well you need that port open which is setup in your amule-preferences...so it can be ANY port ;)

and no you dont need 4661

default is 4662/tcp 4665/udp and 4672/udp,I guess thedude just had a typo
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: About Kademlia
« Reply #23 on: July 28, 2005, 02:43:03 PM »

No, I just changed them a while ago when there were two *mules running on this network and never changed them back to defaults ;)
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: About Kademlia
« Reply #24 on: July 28, 2005, 04:25:10 PM »

well then dont confuse the pople with your "wrong" values :P
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

frankenbenni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 23
Re: About Kademlia
« Reply #25 on: July 28, 2005, 10:49:19 PM »

check preferences - connection - client udp port
if you forward this port (udp) kad should not be firewalled anymore, at least it was for me (at the beginning it is  for a short time, though)
Logged

trep

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: About Kademlia
« Reply #26 on: August 10, 2005, 12:34:16 PM »

Just a quick report: I'm using the latest CVS tarball (as today) on a FC2 system and it all seems to work fine  :)

I had to install this file to be able to compile it:
wxGTK-2.6.0-1.i586-SuSE_8.2-9.0-9.1.rpm

it installed automatically without any problem on my FC2 machine, while the rpm precompiled for FC3 gave me errors.
(Just in case this info may be of some use to somebody else)

Thanks for your work!
Logged

scorpio2002

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
Re: About Kademlia
« Reply #27 on: August 14, 2005, 01:36:49 PM »

So, how is it going? looks like kad implemantation is quite done now. I'm looking forward to seeing it work on my machine :D
Great job guys, thank you!!!
Logged

PunkSC

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 73
Re: About Kademlia
« Reply #28 on: October 20, 2005, 04:03:38 AM »

i will try it too! Kad r0x! I really missed kad on amule...
Logged

lfroen

  • Guest
Re: About Kademlia
« Reply #29 on: October 20, 2005, 08:49:26 AM »

Kad implementation is slow like hell. Be warned.
Logged
Pages: 1 [2] 3