aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule sends ICMP requests even it is off  (Read 1526 times)

noname2007

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
amule sends ICMP requests even it is off
« on: December 06, 2007, 03:13:38 AM »

Hi all,
I am very confused why amule sends ICMP request when it is "off"(means I have not started amule), is it a feature or I misconfigure something?

Here is an example of the request, I use x to denote the ip :
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

12/05-18:08:00.204922 61.173.x.x:24429 -> 192.168.0.101:4672
UDP TTL:115 TOS:0x28 ID:37484 IpLen:20 DgmLen:63
Len: 35
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

12/05-18:08:00.204974 192.168.0.101 -> 61.173.x.x
ICMP TTL:64 TOS:0xC8 ID:60873 IpLen:20 DgmLen:91
Type:3  Code:3  DESTINATION UNREACHABLE: PORT UNREACHABLE
** ORIGINAL DATAGRAM DUMP:
61.173.93.193:24429 -> 192.168.0.101:4672
UDP TTL:115 TOS:0x28 ID:37484 IpLen:20 DgmLen:63
Len: 35
** END OF DUMP

Any idea?
Thanks
Logged

lfroen

  • Guest
Re: amule sends ICMP requests even it is off
« Reply #1 on: December 06, 2007, 10:22:29 AM »

aMule (or any other userspace) program can not send ICMP packets. What you see here, is your computer replies to someone   else. That "someone else" trying to connect to aMule port, but since aMule isn't running, port is unreachable. That's why ICMP is sent. RTFM next time.
Logged