aMule Forum

English => aMule Help => Topic started by: rpolach on June 21, 2006, 12:34:33 AM

Title: cannot connect daemon
Post by: rpolach on June 21, 2006, 12:34:33 AM
Hi I have a problem connecting amuled from amulegui running on different box.

On a box "A" I have edit ~/.aMule/amule.conf to set these options:
    AcceptExternalConnections=1
    ECAddress=192.168.2.200
    ECPassword=xxxxxx
where 192.168.2.200 is own interface of "A" box.
Then I have run "amuled".
It gives me this output:

    amuled: OnInit - starting timer
    Initialising aMule
    Checking if there is an instance already running...
    No other instances are running.
    Loading temp files from /home/rrr/.aMule/Temp.

    All PartFiles Loaded.
    ListenSocket: Ok.

    *** TCP socket (ECServer) listening on 192.168.2.200:4712
    *** Server UDP socket (TCP+3) at 0.0.0.0:4665
    *** TCP socket (TCP) listening on 0.0.0.0:4662
    *** Client UDP socket (extended eMule) at 0.0.0.0:4672
    Empty dir /home/rrr/.aMule/Incoming/ shared

I hope I can set these 0.0.0.0 later from gui
so I ran "amulegui" on box "B" and enter "192.168.2.200" to "Connect to" field
and set the correct password to "Password" field and clicked "Connect".
I have got this output:

  Connecting...
  Going to event loop...
and then it waits forever.

I could not find anything relevant in docs, faq or in this forum. Please help
Title: Re: cannot connect daemon
Post by: wuischke on June 21, 2006, 09:35:56 AM
Welcome rpolach!

You can (should) set the ECAdress entry to blank (=0.0.0.0 or all) again, at least for testing purposes.
The password has to be a md5-sum in den amule/remote.conf, did you use a md5-sum?

Hope this helps.
Title: Re: cannot connect daemon
Post by: stefanero on June 21, 2006, 09:44:00 AM
http://www.amule.org/wiki/index.php/AMuleWeb
^^ read here  :))
Title: Re: cannot connect daemon
Post by: rpolach on June 22, 2006, 09:24:34 AM
it helps :-)
thank you very much!