* TFTP crashes the linux system...
@ 2004-01-26 23:20 Gautham Thavva
2004-01-27 1:35 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Gautham Thavva @ 2004-01-26 23:20 UTC (permalink / raw)
To: netfilter
I have enforced a firewall, using iptables-1.2.6a, on a target board running TimeSys Linux Kernel(Kernel version is 2.4.7-10).
I have applied the *tftp* patch available in the patch-o-matic.
When I try to do a tftp "get" or "put" from a PC in a different subnet to this board, the system crashes. An Oops is generated during the init_conntrack function in ip_conntrack_core.c
Code Snippet (either Line #545 or Line #552) from init_conntrack where Oops is generated...
Line #545 expected = LIST_FIND(&expect_list, expect_cmp, struct ip_conntrack_expect *, tuple);
Line #552 if (expected && is_confirmed(expected->expectant)) {
But the system doesnt crash if a default route has been configured.
Please can someone share their insight as to why the absence of the default route causes the system to generate Oops during TFTP operations.
With regards,
Gautham Thavva
____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-27 1:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 23:20 TFTP crashes the linux system Gautham Thavva
2004-01-27 1:35 ` Harald Welte
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.