Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Routing Probs with dvb0



Plamen Ganev wrote:
> Check that you've turned off spoofing protection for the DVB interface, or
> the kernel will throw away those packets (and log them as martians)

Thanks Plamen,
 this was the right solution! Some day in the past in turned on

FW_KERNEL_SECURITY = yes

in the /etc/rc.config.d/firewall.rc.config

and this variable switch on SpoofProtection in /sbin/SuSEfirewall :)

now  I added some lines at the end of this block int /sbin/SuSEfirewall

    if [ -e  /proc/sys/net/ipv4/conf/dvb0/rp_filter  ]; then
        echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter 2> /dev/null
    fi         

and all works fine! Thanks!!!!

If anyone has SuSE 6.4 and has switched on this feature in his router,
you should add this lines after line 415 in /sbin/SuSEfirewall.

By Uwe

-- 
... may the Tux be with you! =Uwe=
-- 
Uwe Günther                    \\://                  mailto:uwe@cscc.de
Haupstraße 88                  (o -)                  http://www.cscc.de
98631 Behrungen          ---ooO-(_)-Ooo---          tel.:+49.36944.54448
Germany                                       Linux, enjoy the ride ...!


Home | Main Index | Thread Index