aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Start but can't connect  (Read 2772 times)

Yvan

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Start but can't connect
« on: December 17, 2006, 11:55:01 AM »

Hello,

I've just install Amule SVN on my OpenSuse 10.2. I launch it with "amule --even-if-lfroen-complains-this-will-stay" command. It starts well, I've download servers but I can't connect to any of them. I've open the 4662 and 4672 ports on the firewall.

Any idea to enable connection ? Log below :

--------------------------------
amule --even-if-lfroen-complains-this-will-stay
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
HTTP download thread started
Loading temp files from /windows/D/dltemp.
Loading PartFile 3 of 3
All PartFiles Loaded.
ListenSocket: Ok.

External connections disabled in config file
*** 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
Adding file /windows/D/dltemp/004.part.met to shares
Host: amule.sourceforge.net:80
URL: http://amule.sourceforge.net/lastversion
Response: 200 (Error: 0)
Download size: 6
HTTP download thread ended
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Start but can't connect
« Reply #1 on: December 17, 2006, 12:18:18 PM »

You should probably use a different server.met file. Try to find one in google and use it's URL in aMule, or copy it directly to your ~/.aMule folder. And watch out for fake servers. Use also an IPFilter.dat file. Google for it too.

Or maybe you have an IPFilter.dat and you are trying to connect to a listed fake server? Many things can be happening, try to narrow your possibilities. You can always disable IPFilter, but I would do that only for testing.

Cheers!
Logged

Yvan

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Start but can't connect
« Reply #2 on: December 17, 2006, 02:18:51 PM »

You're right. Thanks.
Now I can connect to a server but I still have a low-id. Ports to open have changed in SVN ?
« Last Edit: December 17, 2006, 02:19:27 PM by Yvan »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Start but can't connect
« Reply #3 on: December 17, 2006, 10:07:59 PM »

Yvan,

The ports to open have the same default values, and you can change them in preferences. Also, they are printed in the console when aMule starts:
Code: [Select]
$ LD_LIBRARY_PATH=/usr/local/libupnp/lib/ LANG=en_US.UTF-8 upnp/src/amule --even-if-lfroen-complains-this-will-stay
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Loading temp files from /home/user/.aMule/Temp.
Loading PartFile 121 of 121
All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 0.0.0.0: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
...
Logged