On Mon, 2003-03-17 at 12:13, Alexey Nezhdanov wrote: > Hello. > > I have a question about subj: > I'm intending to set up an assimetric sheme of internet connection: > All outgouing traffic from intranet will be routed through ethernet > connection and some incoming traffic will come from ppp interface: > <=-- local traffic --=>---[] <=-- eth0 -= > > [] <=-- ppp0 ---- > > Is the connection tracking able to properly handle such disbalance? > (rp_filter will be turned off on ppp0 since there will be no any route > throwgh it) Assymetric routing in the conntrack sense means that only one direction of the stream goes through the router. Conntrack doesn't care about which interfaces traffic goes via. As long as both directions pass through the same router that's using conntrack, it'll be fine. -- /Martin Never argue with an idiot. They drag you down to their level, then beat you with experience.