Networking Forums

Networking Forums > Computer Networking > Linux Networking > nfs: fragmented packages don't get through

Reply
Thread Tools Display Modes

nfs: fragmented packages don't get through

 
 
Oliver Muth
Guest
Posts: n/a

 
      10-10-2003, 05:41 PM
Hi!

One of my computers apparently discards all fragmented nfs-packages.
Why?

I have two computers running Debian Woody, kernel 2.4.21, connected
via direct ethernet link (I took the switch out).
Computer "B" can access nfs-exports on computer "A" by
- reading, only when the file size (or size of the directory listing)
is smaller than the mtu (1500).
- writing all sizes with >2MB/s.

When reading, as soon as the file size exceeds the mtu the process
hangs.

When accessing B from A it is the other way around: reading works,
writing does not.

I am no network expert, but this is what Ethereal reports:
B sends ACCESS, GETATTR, LOOKUP, READ Calls....
A anwers accordingly and sends after the READ Call a Reply with an
"Unreassembled package" followed by a set of fragments.

These fragments don't make it to "B"! B re-sends it's READ-Calls and
after some time it sends the ICMP message "time-to-live exceeded".
(If desired I can post or send the complete Ethereal-output).

Where do all the fragments go?
I de-installed firewall and the ipmasq package, the chains in the
iptables are completely empty on both computers, and the policies are
on "ACCEPT".

Of course I can avoid fragmentation with rsize=wsize=1024 or I can
switch to tcp (with not really satisfying speed: read with 35kb/s,
write with 360kb/s) but anyway - I would like to know what's wrong
here.
Where can I look, what else can I check?

Any help is greatly appreciated

Oliver
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to block fragmented UDP packets tomek@e-fekt.net Linux Networking 1 01-24-2007 11:18 AM
Fragmented IP packages Johann Höchtl Linux Networking 1 07-17-2006 07:55 AM
detect tcp fragmented packets Giacomo Linux Networking 0 09-09-2005 12:03 PM
Fragmented Internet Connection JohnnyD Windows Networking 8 04-19-2005 04:14 PM
AOL packages Rupert Broadband 2 03-01-2005 08:48 PM



1 2 3 4 5 6 7 8 9 10 11