So here is the problem. I recently switched to wpa2 psk/tkip. Its all working fairly well, except nfs. I have two nfs mounts that I use from my workstation to my laptop. One works, the other does not, the EXACT same config both client and server side. If I cable my laptop into my switch or my wireless router directly everything works great. Wirelessly however the one mount (media) is borking, hard.
I get a ton of the following in /var/log/messages and dmesg: (client side, server side is wired)
Code: Select all
eth0: host decrypted and reassembled frame did not fit skb
The config for nfs is as follows:
Code: Select all
/home/new *(rw,sync,insecure,all_squash)
/home/old *(rw,sync,insecure,all_squash)
I have tried async as well, no luck. Everything in both directories is owned by the same user, with the normal varied permissions. Client side I have the following in fstab:
Code: Select all
10.10.0.10:/home/old /home/mnt/old nfs noauto,user,tcp 0 0
10.10.0.10:/home/new /home/mnt/new nfs noauto,user,tcp 0 0
Everything else seems to work okay. I can do everything alright on old, but new just doesnt want to work. I have tried mounting it solo, moving files from it to old and they work fine. Plus it works okay when the laptop is wired.