* table full, dropping packets when forwarding
@ 2009-12-23 6:18 Elison Niven
0 siblings, 0 replies; only message in thread
From: Elison Niven @ 2009-12-23 6:18 UTC (permalink / raw)
To: netfilter; +Cc: elison.niven
Hi List,
I am running a custom powerpc board with linux kernel 2.6.22.
It was two interfaces eth0 - 192.168.1.148 and eth1 - 192.168.2.23
I have enabled forwarding on my board by writing 1 to
/proc/sys/net/ipv4/ip_forward and setup masquerading rules on both the
interfaces means packets leaving eth0 will have source ip =
192.168.1.148 and packets leaving eth1 will have source ip =
192.168.2.23.
Now in my network I have two machines A - 192.168.1.7 and another
Machine B - 192.168.2.13.
All of the above machines are in the same physical LAN. (means the
ethernet cables are connected to the same switch)
Now on machine A, I setup routing as
"route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.148"
and ping 192.168.2.13 from Machine A. When i do a flood ping with ping
-f 192.168.2.13, I get "nf_conntrack:table full, dropping packet" on
my board.
Taking a look at /proc/net/stat/nf_conntrack it shows the entries as
0x8000 i.e. 32768 which is the default max specified.
How do I solve/achieve this function?
Once the entries reach 0x8000, they never start to decrease! Am i
missing something ?
Elison
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-23 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 6:18 table full, dropping packets when forwarding Elison Niven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).