Hello, if I use : # ip rule add tos reliability iif lo lookup table_1 # ip route add default via <@IP> table table_1 It seems that the response packets for the ones send with a TOS of "reliability" need to have the same TOS or they are drop by the kernel (2.4.25). Why ? Francois-Xavier