Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 22:39:18 -0700
From:      "Loren M. Lang" <lorenl@alzatex.com>
To:        "Mayo, Richard A RDECOM CERDEC STCD SRI" <Richard.Mayo@us.army.mil>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   Re: Multicast/IGMP Join in FreeBSD 6.1
Message-ID:  <44978A06.9060505@alzatex.com>
In-Reply-To: <D2AA47A6FB2C1A48AF0526440C0F245C0713AD91@monm207.nae.ds.army.mil>
References:  <D2AA47A6FB2C1A48AF0526440C0F245C0713AD91@monm207.nae.ds.army.mil>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig0602B41C1A71A8C2E224ABA4
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
> Can anybody tell me how to configure the multicast groups my computer w=
ill attempt to join?  I when my computers boot, I can see a IGMP join req=
uest for 224.0.0.9, but I would like to add more.

When a program opens a socket for listening, it requests which groups it
will listen on using an option in setsockopt(), and bind().  When the
program closes the socket or exits, the group is left.  The IGMP
Join/Leave messages are only needed if you have multicast capable
routers and are running a multicast routing protocol like PIM and want
messages from other subnets.  Any group can be joined that is
broadcasted locally without those messages.  If you put your network
card in promiscuous mode, as is done by most packet sniffers, you should
be receiving all locally transmitted packets, including multicast.

>=20
>=20
> Any suggestions?
>=20
> Rich Mayo
> SRI International
> x76435
>=20
>=20
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd=
=2Eorg"
>=20


--=20
Loren M. Lang
lorenl@alzatex.com
http://www.alzatex.com/


Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: CEE1 AAE2 F66C 59B5 34CA  C415 6D35 E847 0118 A3D2



--------------enig0602B41C1A71A8C2E224ABA4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEl4oObTXoRwEYo9IRAmUIAKCA3OP/qd/cVihHubyt2jiWJbwn/QCeNe2u
He0LVNt2UPxRlj0YDnk8opM=
=MQAD
-----END PGP SIGNATURE-----

--------------enig0602B41C1A71A8C2E224ABA4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44978A06.9060505>