Hello, I installed the ROUTE target for ip6tables and I've got a problem. Whenever I try to create a rule, for example ip6tables -t mangle -A POSTROUTING -j ROUTE --oif eth0 I've got the message : unknown error 4294967295 I know some people had the same issue but I didn't find any solution. I tried to use strace and the result was something like : socket(PF_INET, SOCK_RAW, IPPROTO_RAW) = 3 getsockopt(3, SOL_IP, 0x40 /* IP_??? */, "mangle\0\301\304e9\300\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [84]) = 0 getsockopt(3, SOL_IP, 0x41 /* IP_??? */, "mangle\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [2456]) = 0 setsockopt(3, SOL_IP, 0x40 /* IP_??? */, "mangle\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2668) = -1 ENOENT (No such file or directory) That was not the exact message (I can't reproduce it right now) but that was this error (ENOENT) I really need to use this target so I would really appreciate your help Than you