Here's a verry dirty fix, it'll probably solve the problem all you ADSL users are having to, but you SHOULDN't use it .. it's a verry big security hasard!. whell here it is, it's in the fib_validate source if the patch doesn't work properly. diff -r linux.old/net/ipv4/fib_frontend.c linux/net/ipv4/fib_frontend.c 209c209 < if (res.type != RTN_UNICAST) --- > if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) You need to have already done a make dep;make clean for this file to exist |