LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   how to disable igmp kernel setting (https://www.linuxquestions.org/questions/linux-distributions-5/how-to-disable-igmp-kernel-setting-632135/)

mbprajapati 04-01-2008 06:23 AM

how to disable igmp kernel setting
 
Hi all

How do I check if kernel parameter for igmp is enabled or disabled?
what if I want to disable it

warrenc5 04-15-2008 09:44 AM

check your routes with route, you should have something like

224.0.0.0 * 240.0.0.0 U 0 0 0 wlan0

otherwise check your ifup script in /etc/network/interfaces for a up command

up route add -net 224.0.0.0 netmask 240.0.0.0 wlan0
down route del -net 224.0.0.0 netmask 240.0.0.0

hope this helps, have fun on the mbone!

cross post is here www\.linuxquestions\.org/questions/showthread.php?t=632129


All times are GMT -5. The time now is 01:17 AM.