networking >> Ping 224.0.0.2 ping: sendmsg: Operation not permitted

by interessato@gmail.com » Sat, 21 Jan 2006 00:31:18 GMT

When I try: ping 224.0.0.2
I receive: ping: sendmsg: Operation not permitted
Does anyone know a possible reason for this behaviour?
I'm using Ubuntu 5.10 on switched LAN. Is it possible that my LAN
router doesn't support multicast?

-- mario



networking >> Ping 224.0.0.2 ping: sendmsg: Operation not permitted

by Steve Horsley » Sat, 21 Jan 2006 01:13:41 GMT





It works for me. With Ethereal, I can see the packets going out
(Ethernet to a 4-port switch). Oddly, I can see my router
answering (in Ethereal) but the ping command says timeout. This
is also on Ubuntu 5.10, so I don't know why you can't do it. Are
you running a firewall?




networking >> Ping 224.0.0.2 ping: sendmsg: Operation not permitted

by prg » Sat, 21 Jan 2006 02:01:00 GMT




Probably because the computers/routers know that this makes _no_sense_
whatsoever.

The multicast address space is used to assign IPs to multicast
_groups_, ie., that's how a particular multicast stream is identified.
It is _not_ assigned_ to any particular _host_, so just what would you
expect from pinging such an address?

The _source_ of a multicast stream retains the _unicast_ (assigned)
host address of the host originating the stream. If you are trying to
ping that host, you will need to ping its unicast IP address, _not_ the
group address. BTW, it is bad form to burden multicast sources with
unnecessary traffic. Even ping -c1 should be used with discretion and
for good reason.

prg



Ping 224.0.0.2 ping: sendmsg: Operation not permitted

by Paul Black » Mon, 23 Jan 2006 16:59:19 GMT





Why not?

How is this different to pinging a broadcast address?

Paul


Ping 224.0.0.2 ping: sendmsg: Operation not permitted

by prg » Tue, 24 Jan 2006 11:47:37 GMT






I confess to being a bit over dramatic :-) And harried and hurried
these past two weeks.

I'm pretty sure the OP was trying to _find_ a multicast router and this
method is very unreliable in my experience. It depends on the router
_joining_ the multicast group 224.0.0.2 (all routers) but that is not a
requirement of the spec. In fact, it is one of the weakest "shoulds"
that you'll run across. Especially on larger switched networks, it is
not uncommon for the _switch_ to drop such pings. IGMP and the
multicast routing protocols have a much better discovery/query
mechanism anyway. So no ping response to 224.0.0.2 is not conclusive
unless you know _beforehand_ that it should/will respond.

In the OP's case, the returned message is from a firewall rule or acl
perhaps. Multicast does not send back these sorts of messages.

Since you can't get beyond your local link without a multicast router
on the link, you just try to join the group you're interested in, and
if you think you're not having luck, then contact your sysadmin. Many
places have pretty strict requirments for joining multicast groups
beyond a few simple ones like NTP. Many only allow local lan or wan
multicasting and block all outside sources. So you might find you have
a mulicast router on your link, but it does not forward the group
you're interested in.

You also bring up a point about broadcast pings and, indeed, they are
similar/related. In fact the mish mash variety of broadcast pings
combined with the use of multicast pings is why some places just
drop/ignore/block and otherwise hinder the use of pings. And we won't
mention some of the OS peculiarities/quirks/bugs surrounding
broadcast/multicast pings.

But, if everyone implemented a requirement that multicast routers join
224.0.0.2 then we would have different story perhaps. BTW, even hosts
joining 224.0.01 (all hosts) is not a requirement but at least it is a
convention that just about all nic drivers/OSes observe, IME.

Multicast is a bear and I hope I've not confused what is already a
confusing pile of incomplete specs. That's why the fans of
multicasting push so hard for ipv6 -- it clears/solves many of the
present ipv4 ambiguities.

cheers,
prg



Similar Threads

1. ping: sendto: Operation not permitted

2. Can't use internal network after dialup modem is used -- get ping: sendto: Operation not permitted

3. Kernel upgrade -> no network access (ping: sendmsg: Operation not permitted)

4. Ping from cron not having same effect as ping from console

I'm running a RedHat Enterprise 2.1 server as a group development
platform.  We're having some network problems which are being worked
on, but right now I need a workaround.  The problem is that this
server drops off of the network a couple of times a day.  I've found
that if I just ping another server from that server it comes back on
the network, everybody can see it and everything is fine.

To keep the server on the network I set up a cron job to ping another
server every two minutes.  I can see this ping running every two
minutes with "ps -e | grep ping".  However, the machine still drops
off of the network.  When the server drops off of the network I wait
until I see the cron ping as above and then verify that it is still
off of the network.  So the cron ping doesn't get the machine back on
the network.  Then I do a ping from a console and the server comes
back on the network.

For some reason the cron ping doesn't have the same effect that a ping
from the console does.  The crontab ping entry is by the same user
that I am logged in as when I do the ping from the console.

Anyone have any suggestions?  Why does a ping from the console have a
different effect than a ping from cron.

5. Some services working but can't ping (not ping-able)

6. Windows ping and Linux ping command?

OK, there must be some fundumental difference
in the ping command that linux uses as opposed to
the ping command that Windows uses.

Can anyone here elaborate?


7. Strange network problems - pings to host are fine, pings from host fail

8. HP-UX "ping -i" vs. Linux "ping -I"

Hi,

I have a problem with a missing feature in HP-UX ping that is present in Linux
ping:

Option "-i address" for HP-UX ping sets the source address only if the
destination address is a braodcast address.

In Linux option "-I address" sets the source address unconditionally.

(Both systems require the requested source address to be configured on a local
interface)

What I need is the Linux feature for HP-UX. Does anybody have the C source
program that works for HP-UX. I have no idea how difficult it is to port the
Linux sources to HP-UX.

Thanks,
Ulrich