Re: why multicasting is working?
Actually, this set of find commands will work better:
find /proc/net -name '*cast* -print -exec cat {} ';'
find /proc/sys -name '*cast* -print -exec cat {} ';'
On 15/10/04 10:36 -0400, Theodore Knab wrote:
> Check to see if the kernel switches are on (1) or off (0):
>
> find /proc/net -name '*cast*
>
> find /proc/sys -name '*cast*'
>
>
> On 15/10/04 15:20 +0400, Oleg Butorin wrote:
> > Hello all,
> >
> > I have two linux debian systems, one with kernel 2.2.18, another with
> > 2.4.20.
> > Both kernels have option "IP: multicasting" DISABLED. However
> > multicasting is working and both systems answered if I ping 224.0.0.1,
> > and multicast programs are working! The question is: why this option
> > "IP: multicasting" is present in the kernel, if multicasting is always
> > working???
> >
> > Thank you.
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact
> > listmaster@lists.debian.org
> >
>
> --
> ------------------------------------------
> Ted Knab
> Chester, Maryland 21619 USA
> ------------------------------------------
> The perception of knowledge is an egotistical farce in which
> primates extrapolate an understanding of human existance.
> Existance itself is transient state that passes upon death. Like
> material gain, the knowledge gained in life is completely useless
> at the time of death. Not even the knowlege of death itself will save you.
> Thus, enjoy your transient existance for death is believed to be
> hastily approaching.
> -- an unknown smartass
>
>
>
> --
> To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
--
------------------------------------------
Ted Knab
Chester, Maryland 21619 USA
------------------------------------------
The perception of knowledge is an egotistical farce in which
primates extrapolate an understanding of human existence.
Existence itself is transient state that passes upon death. Like
material gain, the knowledge gained in life is completely useless
at the time of death. Not even the knowledge of death itself will save you.
Thus, enjoy your transient existence for death is believed to be
hastily approaching.
-- an unknown smart-ass
Reply to: