aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Listening ports.  (Read 1887 times)

Snakee

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Listening ports.
« on: November 20, 2004, 06:23:49 PM »

Hello everybody

 Can someone tell me why amule listens to ports other than those configured in the preferences menu? (1 tcp port, 1 udp port).
 As far as I know version 1.2.8 does not have the web server feature, which could explain the extra listening socket.

Thanks in advance
Logged
When somebody asks from you a fish to eat, don't just give him the fish; teach him how to fish.

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Listening ports.
« Reply #1 on: November 20, 2004, 07:57:21 PM »

which ports are those? which ones do you have configured?

Regards.
Logged

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Listening ports.
« Reply #3 on: November 21, 2004, 03:12:36 AM »

>  As far as I know version 1.2.8 does not have the web server feature

Yes it does. But that port isn't used until some data is sent to it, so it should give you any problems. please list the ports yuo are wondering about.

Greetings!
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: Listening ports.
« Reply #4 on: November 21, 2004, 09:53:42 PM »

To list the ports:

Code: [Select]
$ netstat -nalp | grep amule
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:4712            0.0.0.0:*               LISTEN      1060/amule
tcp        0      0 0.0.0.0:4662            0.0.0.0:*               LISTEN      1060/amule
udp        0      0 0.0.0.0:4672            0.0.0.0:*                           1060/amule
udp        0      0 0.0.0.0:4665            0.0.0.0:*                           1060/amule
unix  2      [ ACC ]     STREAM     LISTENING     66189  1060/amule          /home/amule/.aMule//muleconn
unix  3      [ ]         STREAM     CONNECTED     66185  1060/amule

4662TCP: amule TCP listening port.
4665 UDP: TCP + 3
4672 UDP: amule UDP port
4712 TCP: External Connections, used by amuleweb and amulecmd, not enabled by default.
The unix domain sockets are currently only used to detect that aMule is currently running on the system, iirc.

Cheers!
Logged