View Single Post
Posts: 540 | Thanked: 288 times | Joined on Sep 2009
#88
Originally Posted by eber42 View Post
It works, but the N900 reboots as soon as there is more than light traffic through the NAT: I can download a small web page from a computer behind the NAT, but reloading many pages at once kills the n900 every time.
I was seeing this with the previous kernel version (and my patches) as well (the current one I build will reboot straight away...), it's probably the device watchdog timer that gets tripped... Enabling RD mode and disabling wathdog would be one way to verify, then it's the "just" a question of figuring out why kernel won't reset the timer if conntrack is loaded and there is more than light traffic...

Originally Posted by eber42 View Post
I tried to reduce the number of conntrack slots (/proc/sys/net/netfilter/nf_conntrack_max) but it doesn't solve the problem.
I wonder if there are some options that could be passed on with insmod, but quick search turned out nothing (I guess reading the module source is the next place to look for them).