Yasuyuki KOZAKAI wrote:
From: Kiran Murari <kmurari@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Apr 2007 16:38:32 +0530
After little bit of experimenting, I could see that if I flush all the conntrack entries,
as soon as my WAN is enabled, the PING session continued.
But flushing all the conntrack entries, doesn't look like a feasible one.
Is there a way to flush the conntrack entries that have been created during a specific interval.
Any thoughts.
Why don't you flush table with tool 'conntrack' just after bringing up your
WAN ?
http://www.netfilter.org/projects/conntrack/index.html
-- Yasuyuki Kozakai
Yeah I have seen the 'conntrack'.
But this requires linnetfilter_conntrack and libnfnetlink support.
I am running a 2.6.14 on an Xscale processor.
So is there a means to flush the entries, other than porting the
'conntrack' to Xscale.
- Kiran