aMule Forum

English => aMule Help => Topic started by: kosaman on January 14, 2006, 05:27:56 PM

Title: Kad is not working
Post by: kosaman on January 14, 2006, 05:27:56 PM
Hello.
I installed amule 2.1.0 on my FreeBSD 5.3:
# ./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --disable-debug
#gmake
#gmake install

Compilation and installation was ok. But when I run amuleweb I see 'Kad status: Disconnected'. I am connected to server but not to kad. What should I do to enable kad network?
Thanks,
Tom
Title: Re: Kad is not working
Post by: stefanero on January 14, 2006, 06:22:03 PM
check your .aMule conf and enbale the kad-network, then update your nodes.dat in your .aMule dir, and restart amuled
Title: Re: Kad is not working
Post by: kosaman on January 14, 2006, 07:03:37 PM
I have:
ConnectToKad=1
ConnectToED2K=1

and still is not working. What another options should I set?
What is nodes.dat?
Title: Re: Kad is not working
Post by: Gerd78 on January 14, 2006, 07:06:36 PM
Quote
Originally posted by kosaman
What is nodes.dat?
cd ~/.aMule
wget http://download.overnet2000.de/nodes.dat
Title: Re: Kad is not working
Post by: stefanero on January 14, 2006, 07:37:52 PM
also autoconnect shoudl be enabled, since you cant manually bootstrap from other clients,

in amulecmd there is also a "connect to kad" try taht when amuled is running, and you refreshed your nodes.dat
Title: Re: Kad is not working
Post by: kosaman on January 14, 2006, 09:27:58 PM
Ok, now it is working:)
Thanks a lot.
Regards