Re: force_igmp_status does not work
20.09.2012 15:34, Pietro Paolini:
> I am tryng to use the command :
>
> echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version under my Debian 6.0 distribution but it does not work.
>
> I tried also :
>
> echo 2 > /proc/sys/net/ipv4/conf/default/force_igmp_version
> echo 2 > /proc/sys/net/ipv4/conf/all/force_igmp_version
>
> But without success, any suggestion ?
Yes, some:
1. Don't hijack threads. If you want to start a new topic, create a
completely *new* mail to debian-user@lists.debian.org. Do not simply
reply to a totally unrelated message, because regardless if you change
the subject line or not, your mailer will (or at least should) do as it
is told and create a reply to this message.
2. Don't use terms like "without success" or "does not work". Rather
tell us what *exactly* happened (program output, console output etc.).
3. Try something like
sysctl net.ipv4.conf.eth0.force_igmp_version=2
You'll have to be root to be allowed to do this (applies to what you
tried, too).
--
Regards
mks
Reply to: