View previous topic :: View next topic |
Author |
Message |
jlh Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/27594355246769b8f35e9f.png)
Joined: 06 May 2007 Posts: 145 Location: Switzerland::Zürich
|
Posted: Sun Jun 03, 2007 5:04 pm Post subject: Disable multicast/IGMP |
|
|
As a result of using tshark, I noticed that one of my machines keeps sending out UDP packets to 239.255.67.250:16680 every 30 minutes, without getting replies. From all the googling I did so far, this is a multicast IP address and this might be related to IGMP. I've seen some examples of what multicast is good for, but this doesn't explain why my computer wants to do some.
1) Why does the machine keep sending these packets and of what use are they?
2) How can I disable it?
It wouldn't normally bother me, but for now it pollutes my tshark capture files. I know that I could simply disable it in the kernel, but I prefer not doing that.
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jlh Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/27594355246769b8f35e9f.png)
Joined: 06 May 2007 Posts: 145 Location: Switzerland::Zürich
|
Posted: Sun Jun 03, 2007 8:08 pm Post subject: |
|
|
Mmh, seems I've been posting this too quickly and mixed two things. What I mentioned above is probably not IGMP, but it's still some multicast stuff. Additionally, I get IGMP packets too, which I wonder about just the same. Here's what I'm talking about:
2007-06-03 14:42:32.208719 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 15:12:32.202319 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 15:42:32.231822 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 16:12:32.258139 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 16:19:08.414460 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 16:42:32.278900 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 17:12:32.308832 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 17:42:32.285230 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 18:12:32.307538 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 18:42:33.543611 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 19:12:33.561528 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 19:42:33.575834 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 20:12:33.579937 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 20:39:49.659176 192.168.100.1 -> 239.255.67.250 UDP Source port: 56102 Destination port: 16680
2007-06-03 20:39:52.706920 192.168.100.1 -> 224.0.0.22 IGMP V3 Membership Report
2007-06-03 20:39:55.111820 192.168.100.1 -> 224.0.0.22 IGMP V3 Membership Report
2007-06-03 20:41:27.327660 192.168.100.1 -> 224.0.0.22 IGMP V3 Membership Report
2007-06-03 20:41:33.396439 192.168.100.1 -> 224.0.0.22 IGMP V3 Membership Report
2007-06-03 20:41:44.236669 192.168.100.1 -> 239.255.67.250 UDP Source port: 58713 Destination port: 16680
2007-06-03 21:11:27.466993 192.168.100.1 -> 239.255.67.250 UDP Source port: 58713 Destination port: 16680
2007-06-03 21:41:27.463160 192.168.100.1 -> 239.255.67.250 UDP Source port: 58713 Destination port: 16680 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mudrii l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Mon Jun 04, 2007 3:31 am Post subject: |
|
|
check /etc/sysctl.conf
You will find ICMP broad cast desaible option that can help I think. _________________ www.gentoo.ro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jlh Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/27594355246769b8f35e9f.png)
Joined: 06 May 2007 Posts: 145 Location: Switzerland::Zürich
|
Posted: Tue Jun 05, 2007 2:59 pm Post subject: |
|
|
Uhm, I was talking about IGMP, not ICMP. I don't have anything IGMP related in my /etc/sysctl.conf. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|