Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Stale NFS file handle errors on NetBSD client #34

Open
tsutsui opened this issue Mar 25, 2023 · 3 comments
Open

Unexpected Stale NFS file handle errors on NetBSD client #34

tsutsui opened this issue Mar 25, 2023 · 3 comments
Labels

Comments

@tsutsui
Copy link

tsutsui commented Mar 25, 2023

docker-netbsd uses unfs3 0.9.22 built for docker-alpine 3.16.
When I tried this docker-netbsd image on ubuntu 22.04.2 LTS, several build operations triggers NFS errors.
This also happens with unfs3 0.10.0 on a ubuntu 22.04.2 server and a NetBSD client on real machines.
On the other hand, these errors don't occur if a file system on the ubuntu server is converted from ext4 to btrfs.

The following procedure can reproduce this problem

  • setup docker on ubuntu 22.04.2 as https://docs.docker.com/engine/install/ubuntu/
  • pull docker-netbsd
    sudo docker pull madworx/netbsd:latest
  • prepare ssh id_rsa files
  • start docker-netbsd in background:
    sudo docker run --rm -d --device=/dev/kvm -e "SSH_PUBKEY=$(cat ~/.ssh/id_rsa.pub)" -p 2222:22 --name netbsd madworx/netbsd:latest
  • (wait until NetBSD on QEMU starts on docker)
  • login to NetBSD in docker
    ssh -p 2222 root@localhost
  • cd /tmp; mkdir a; rmdir a; touch a; rm a; rmdir a
    unfs3-testcase

I've also created updated docker-netbsd images that use the latest ufs3 0.10.0 on alpine linux but this can still be reproducible.

@CendioOssman
Copy link
Contributor

Thank you for your report. I don't know if anyone has time to look at it right away, but do you think you could get a network dump using tcpdump and attach it here?

@tsutsui
Copy link
Author

tsutsui commented Apr 5, 2023

Here is a tcpdump log on Ubuntu unfs3 server (192.168.20.204) and NetBSD client (192.168.20.1) with the following commands:

mount_nfs 192.168.20.204:/home/tsutsui/tmp /mnt
cd /mnt
mkdir a
rmdir a
touch a
ls -l
rm a
rmdir a
[then gets "Stale NFS file handle"]
tcpdump: listening on re0, link-type EN10MB (Ethernet), capture size 262144 bytes

[[[ "mount_nfs 192.168.20.204:/home/tsutsui/tmp /mnt" on 192.168.20.1 NetBSD client ]]]

23:39:09.165371 IP (tos 0x0, ttl 64, id 31440, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.pop3s > 192.168.20.204.shilp: Flags [P.], cksum 0x5944 (correct), seq 3809565086:3809565206, ack 1235375758, win 12441, options [nop,nop,TS val 151 ecr 1090666556], length 120: NFS request xid 1537128328 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac 7ad0 4000 4006 155e c0a8 1401  E...z.@.@..^....
	0x0010:  c0a8 14cc 03e3 0801 e311 599e 49a2 568e  ..........Y.I.V.
	0x0020:  8018 3099 5944 0000 0101 080a 0000 0097  ..0.YD..........
	0x0030:  4102 403c 8000 0074 5b9e b788 0000 0000  A.@<...t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:09.166358 IP (tos 0x0, ttl 64, id 56483, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.pop3s: Flags [P.], cksum 0x1879 (correct), seq 1:117, ack 120, win 501, options [nop,nop,TS val 1090698299 ecr 151], length 116: NFS reply xid 1537128328 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dca3 4000 4006 b38e c0a8 14cc  E.....@.@.......
	0x0010:  c0a8 1401 0801 03e3 49a2 568e e311 5a16  ........I.V...Z.
	0x0020:  8018 01f5 1879 0000 0101 080a 4102 bc3b  .....y......A..;
	0x0030:  0000 0097 8000 0070 5b9e b788 0000 0001  .......p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 87e1 0000 0000 642d 87ff 0000 0000  d-......d-......
	0x00a0:  642d 87ff 0000 0000                      d-......
23:39:09.166940 IP (tos 0x0, ttl 64, id 653, offset 0, flags [none], proto UDP (17), length 84)
    192.168.20.1.aodv > 192.168.20.204.sunrpc: [udp sum ok]  aodv type 176 56
	0x0000:  4500 0054 028d 0000 4011 cdee c0a8 1401  E..T....@.......
	0x0010:  c0a8 14cc 028e 006f 0040 a3f2 b08f f07a  .......o.@.....z
	0x0020:  0000 0000 0000 0002 0001 86a0 0000 0002  ................
	0x0030:  0000 0003 0000 0000 0000 0000 0000 0000  ................
	0x0040:  0000 0000 0001 86a3 0000 0003 0000 0006  ................
	0x0050:  0000 0000                                ....
23:39:09.167803 IP (tos 0x0, ttl 64, id 49580, offset 0, flags [DF], proto UDP (17), length 56)
    192.168.20.204.sunrpc > 192.168.20.1.aodv: [udp sum ok]  aodv type 176 28
	0x0000:  4500 0038 c1ac 4000 4011 ceea c0a8 14cc  E..8..@.@.......
	0x0010:  c0a8 1401 006f 028e 0024 a97e b08f f07a  .....o...$.~...z
	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
	0x0030:  0000 0000 0000 0801                      ........
23:39:09.167885 IP (tos 0x0, ttl 64, id 23981, offset 0, flags [none], proto UDP (17), length 84)
    192.168.20.1.repscmd > 192.168.20.204.sunrpc: [udp sum ok] UDP, length 56
	0x0000:  4500 0054 5dad 0000 4011 72ce c0a8 1401  E..T]...@.r.....
	0x0010:  c0a8 14cc 028d 006f 0040 d8d5 d04f 9bd6  .......o.@...O..
	0x0020:  0000 0000 0000 0002 0001 86a0 0000 0002  ................
	0x0030:  0000 0003 0000 0000 0000 0000 0000 0000  ................
	0x0040:  0000 0000 0001 86a5 0000 0003 0000 0006  ................
	0x0050:  0000 0000                                ....
23:39:09.168719 IP (tos 0x0, ttl 64, id 49581, offset 0, flags [DF], proto UDP (17), length 56)
    192.168.20.204.sunrpc > 192.168.20.1.repscmd: [udp sum ok] UDP, length 28
	0x0000:  4500 0038 c1ad 4000 4011 cee9 c0a8 14cc  E..8..@.@.......
	0x0010:  c0a8 1401 006f 028d 0024 de63 d04f 9bd6  .....o...$.c.O..
	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
	0x0030:  0000 0000 0000 0801                      ........
23:39:09.168827 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.20.1.994 > 192.168.20.204.shilp: Flags [S], cksum 0xab10 (correct), seq 4169952868, win 32768, options [mss 1460,nop,wscale 3,sackOK,TS val 1 ecr 0], length 0
	0x0000:  4500 003c 0000 4000 4006 909e c0a8 1401  E..<..@.@.......
	0x0010:  c0a8 14cc 03e2 0801 f88c 6e64 0000 0000  ..........nd....
	0x0020:  a002 8000 ab10 0000 0204 05b4 0103 0303  ................
	0x0030:  0402 080a 0000 0001 0000 0000            ............
23:39:09.169426 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.20.204.shilp > 192.168.20.1.994: Flags [S.], cksum 0x671d (correct), seq 1250196880, ack 4169952869, win 65160, options [mss 1460,sackOK,TS val 1090698302 ecr 1,nop,wscale 7], length 0
	0x0000:  4500 003c 0000 4000 4006 909e c0a8 14cc  E..<..@.@.......
	0x0010:  c0a8 1401 0801 03e2 4a84 7d90 f88c 6e65  ........J.}...ne
	0x0020:  a012 fe88 671d 0000 0204 05b4 0402 080a  ....g...........
	0x0030:  4102 bc3e 0000 0001 0103 0307            A..>........
23:39:09.169435 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.994 > 192.168.20.204.shilp: Flags [.], cksum 0x840d (correct), seq 1, ack 1, win 4197, options [nop,nop,TS val 1 ecr 1090698302], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e2 0801 f88c 6e65 4a84 7d91  ..........neJ.}.
	0x0020:  8010 1065 840d 0000 0101 080a 0000 0001  ...e............
	0x0030:  4102 bc3e                                A..>
23:39:09.169493 IP (tos 0x0, ttl 64, id 24949, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.994 > 192.168.20.204.shilp: Flags [P.], cksum 0x7be3 (correct), seq 1:125, ack 1, win 4197, options [nop,nop,TS val 1 ecr 1090698302], length 124: NFS request xid 4168492295 120 getattr fh Unkn/2F686F6D652F747375747375692F746D
	0x0000:  4500 00b0 6175 4000 4006 2eb5 c0a8 1401  E...au@.@.......
	0x0010:  c0a8 14cc 03e2 0801 f88c 6e65 4a84 7d91  ..........neJ.}.
	0x0020:  8018 1065 7be3 0000 0101 080a 0000 0001  ...e{...........
	0x0030:  4102 bc3e 8000 0078 f876 2507 0000 0000  A..>...x.v%.....
	0x0040:  0000 0002 0001 86a5 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0038 642d 880d 0000 0006  .......8d-......
	0x0060:  6d69 7261 6765 0000 0000 0000 0000 0000  mirage..........
	0x0070:  0000 0007 0000 0000 0000 0002 0000 0003  ................
	0x0080:  0000 0004 0000 0005 0000 0014 0000 001f  ................
	0x0090:  0000 0000 0000 0000 0000 0011 2f68 6f6d  ............/hom
	0x00a0:  652f 7473 7574 7375 692f 746d 7000 0000  e/tsutsui/tmp...
23:39:09.170002 IP (tos 0x0, ttl 64, id 64889, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.204.shilp > 192.168.20.1.994: Flags [.], cksum 0x91f8 (correct), seq 1, ack 125, win 509, options [nop,nop,TS val 1090698303 ecr 1], length 0
	0x0000:  4500 0034 fd79 4000 4006 932c c0a8 14cc  E..4.y@.@..,....
	0x0010:  c0a8 1401 0801 03e2 4a84 7d91 f88c 6ee1  ........J.}...n.
	0x0020:  8010 01fd 91f8 0000 0101 080a 4102 bc3f  ............A..?
	0x0030:  0000 0001                                ....
23:39:09.170440 IP (tos 0x0, ttl 64, id 64890, offset 0, flags [DF], proto TCP (6), length 120)
    192.168.20.204.shilp > 192.168.20.1.994: Flags [P.], cksum 0x3702 (correct), seq 1:69, ack 125, win 509, options [nop,nop,TS val 1090698303 ecr 1], length 68: NFS reply xid 4168492295 reply ok 64 getattr unk-ft 24  302000000 ids 0/-1241507840 sz 51976878
	0x0000:  4500 0078 fd7a 4000 4006 92e7 c0a8 14cc  E..x.z@.@.......
	0x0010:  c0a8 1401 0801 03e2 4a84 7d91 f88c 6ee1  ........J.}...n.
	0x0020:  8018 01fd 3702 0000 0101 080a 4102 bc3f  ....7.......A..?
	0x0030:  0000 0001 8000 0040 f876 2507 0000 0001  .......@.v%.....
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0018 0308 0000 b600 1800  ................
	0x0060:  0000 0000 b600 1800 0000 0000 0319 1aae  ................
	0x0070:  0000 0001 0000 0001                      ........
23:39:09.170471 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.994 > 192.168.20.204.shilp: Flags [F.], cksum 0x834b (correct), seq 125, ack 69, win 4197, options [nop,nop,TS val 1 ecr 1090698303], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e2 0801 f88c 6ee1 4a84 7dd5  ..........n.J.}.
	0x0020:  8011 1065 834b 0000 0101 080a 0000 0001  ...e.K..........
	0x0030:  4102 bc3f                                A..?
23:39:09.170650 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [S], cksum 0x9a80 (correct), seq 770001309, win 32768, options [mss 1460,nop,wscale 3,sackOK,TS val 1 ecr 0], length 0
	0x0000:  4500 003c 0000 4000 4006 909e c0a8 1401  E..<..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 499d 0000 0000  ........-.I.....
	0x0020:  a002 8000 9a80 0000 0204 05b4 0103 0303  ................
	0x0030:  0402 080a 0000 0001 0000 0000            ............
23:39:09.171153 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [S.], cksum 0xf17f (correct), seq 2973400037, ack 770001310, win 65160, options [mss 1460,sackOK,TS val 1090698304 ecr 1,nop,wscale 7], length 0
	0x0000:  4500 003c 0000 4000 4006 909e c0a8 14cc  E..<..@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7be5 2de5 499e  .........:{.-.I.
	0x0020:  a012 fe88 f17f 0000 0204 05b4 0402 080a  ................
	0x0030:  4102 bc40 0000 0001 0103 0307            A..@........
23:39:09.171174 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x0e70 (correct), seq 1, ack 1, win 4197, options [nop,nop,TS val 1 ecr 1090698304], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 499e b13a 7be6  ........-.I..:{.
	0x0020:  8010 1065 0e70 0000 0101 080a 0000 0001  ...e.p..........
	0x0030:  4102 bc40                                A..@
23:39:09.171188 IP (tos 0x0, ttl 64, id 43899, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x1613 (correct), seq 1:121, ack 1, win 12441, options [nop,nop,TS val 1 ecr 1090698304], length 120: NFS request xid 1537128329 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac ab7b 4000 4006 e4b2 c0a8 1401  E....{@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 499e b13a 7be6  ........-.I..:{.
	0x0020:  8018 3099 1613 0000 0101 080a 0000 0001  ..0.............
	0x0030:  4102 bc40 8000 0074 5b9e b789 0000 0000  A..@...t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:09.171248 IP (tos 0x0, ttl 64, id 64891, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.204.shilp > 192.168.20.1.994: Flags [F.], cksum 0x91b1 (correct), seq 69, ack 126, win 509, options [nop,nop,TS val 1090698304 ecr 1], length 0
	0x0000:  4500 0034 fd7b 4000 4006 932a c0a8 14cc  E..4.{@.@..*....
	0x0010:  c0a8 1401 0801 03e2 4a84 7dd5 f88c 6ee2  ........J.}...n.
	0x0020:  8011 01fd 91b1 0000 0101 080a 4102 bc40  ............A..@
	0x0030:  0000 0001                                ....
23:39:09.171256 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.994 > 192.168.20.204.shilp: Flags [.], cksum 0x8349 (correct), seq 126, ack 70, win 4197, options [nop,nop,TS val 1 ecr 1090698304], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e2 0801 f88c 6ee2 4a84 7dd6  ..........n.J.}.
	0x0020:  8010 1065 8349 0000 0101 080a 0000 0001  ...e.I..........
	0x0030:  4102 bc40                                A..@
23:39:09.171829 IP (tos 0x0, ttl 64, id 56388, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [.], cksum 0x1c5f (correct), seq 1, ack 121, win 509, options [nop,nop,TS val 1090698305 ecr 1], length 0
	0x0000:  4500 0034 dc44 4000 4006 b461 c0a8 14cc  E..4.D@.@..a....
	0x0010:  c0a8 1401 0801 03e1 b13a 7be6 2de5 4a16  .........:{.-.J.
	0x0020:  8010 01fd 1c5f 0000 0101 080a 4102 bc41  ....._......A..A
	0x0030:  0000 0001                                ....
23:39:09.172405 IP (tos 0x0, ttl 64, id 56389, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x513e (correct), seq 1:117, ack 121, win 509, options [nop,nop,TS val 1090698305 ecr 1], length 116: NFS reply xid 1537128329 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc45 4000 4006 b3ec c0a8 14cc  E....E@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7be6 2de5 4a16  .........:{.-.J.
	0x0020:  8018 01fd 513e 0000 0101 080a 4102 bc41  ....Q>......A..A
	0x0030:  0000 0001 8000 0070 5b9e b789 0000 0001  .......p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 87e1 0000 0000 642d 87ff 0000 0000  d-......d-......
	0x00a0:  642d 87ff 0000 0000                      d-......
23:39:09.172439 IP (tos 0x0, ttl 64, id 40420, offset 0, flags [DF], proto TCP (6), length 144)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x0ddf (correct), seq 121:213, ack 117, win 12441, options [nop,nop,TS val 1 ecr 1090698305], length 92: NFS request xid 1537128330 88 fsinfo fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 0090 9de4 4000 4006 f265 c0a8 1401  E.....@.@..e....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4a16 b13a 7c5a  ........-.J..:|Z
	0x0020:  8018 3099 0ddf 0000 0101 080a 0000 0001  ..0.............
	0x0030:  4102 bc41 8000 0058 5b9e b78a 0000 0000  A..A...X[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0013  ................
	0x0050:  0000 0001 0000 0014 0000 0000 0000 0000  ................
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0018 0308 0000 b600 1800  ................
	0x0080:  0000 0000 b600 1800 0000 0000 0319 1aae  ................
23:39:09.173406 IP (tos 0x0, ttl 64, id 56390, offset 0, flags [DF], proto TCP (6), length 220)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x1fc7 (correct), seq 117:285, ack 213, win 509, options [nop,nop,TS val 1090698306 ecr 1], length 168: NFS reply xid 1537128330 reply ok 164 fsinfo POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705505.000000 1680705535.000000 1680705535.000000 rtmax 524288 rtpref 524288 wtmax 524288 wtpref 524288 dtpref 4096 rtmult 4096 wtmult 4096 maxfsz 18446744073709551615 delta 1.000000 
	0x0000:  4500 00dc dc46 4000 4006 b3b7 c0a8 14cc  E....F@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7c5a 2de5 4a72  .........:|Z-.Jr
	0x0020:  8018 01fd 1fc7 0000 0101 080a 4102 bc42  ............A..B
	0x0030:  0000 0001 8000 00a4 5b9e b78a 0000 0001  ........[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 87e1 0000 0000 642d 87ff  ....d-......d-..
	0x00a0:  0000 0000 642d 87ff 0000 0000 0008 0000  ....d-..........
	0x00b0:  0008 0000 0000 1000 0008 0000 0008 0000  ................
	0x00c0:  0000 1000 0000 1000 ffff ffff ffff ffff  ................
	0x00d0:  0000 0001 0000 0000 0000 001b            ............
23:39:09.173446 IP (tos 0x0, ttl 64, id 13398, offset 0, flags [DF], proto TCP (6), length 192)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x03e8 (correct), seq 213:353, ack 285, win 12441, options [nop,nop,TS val 1 ecr 1090698306], length 140: NFS request xid 1537128331 136 readdir fh Unknow/03080000B600180000000000B60018000000000003191AAE 4096 bytes @ 0 verf 0000000000000000
	0x0000:  4500 00c0 3456 4000 4006 5bc4 c0a8 1401  E...4V@.@.[.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4a72 b13a 7d02  ........-.Jr.:}.
	0x0020:  8018 3099 03e8 0000 0101 080a 0000 0001  ..0.............
	0x0030:  4102 bc42 8000 0088 5b9e b78b 0000 0000  A..B....[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0010  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0000  ................
	0x00b0:  0000 0000 0000 0000 0000 0000 0000 1000  ................
23:39:09.174616 IP (tos 0x0, ttl 64, id 56391, offset 0, flags [DF], proto TCP (6), length 244)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xf13c (correct), seq 285:477, ack 353, win 508, options [nop,nop,TS val 1090698307 ecr 1], length 192: NFS reply xid 1537128331 reply ok 188 readdir POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705549.000000 1680705535.000000 1680705535.000000 verf 0000000000000000
	0x0000:  4500 00f4 dc47 4000 4006 b39e c0a8 14cc  E....G@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7d02 2de5 4afe  .........:}.-.J.
	0x0020:  8018 01fc f13c 0000 0101 080a 4102 bc43  .....<......A..C
	0x0030:  0000 0001 8000 00bc 5b9e b78b 0000 0001  ........[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 880d 0000 0000 642d 87ff  ....d-......d-..
	0x00a0:  0000 0000 642d 87ff 0000 0000 0000 0000  ....d-..........
	0x00b0:  0000 0000 0000 0001 0000 0000 0018 00b6  ................
	0x00c0:  0000 0001 2e00 0000 0000 000b 0000 0001  ................
	0x00d0:  0000 0001 0000 0000 0018 0002 0000 0002  ................
	0x00e0:  2e2e 0000 0000 000b 0000 0002 0000 0000  ................
	0x00f0:  0000 0001                                ....
23:39:09.174676 IP (tos 0x0, ttl 64, id 642, offset 0, flags [DF], proto TCP (6), length 144)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x135c (correct), seq 353:445, ack 477, win 12441, options [nop,nop,TS val 1 ecr 1090698307], length 92: NFS request xid 1537128332 88 fsstat fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 0090 0282 4000 4006 8dc8 c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4afe b13a 7dc2  ........-.J..:}.
	0x0020:  8018 3099 135c 0000 0101 080a 0000 0001  ..0..\..........
	0x0030:  4102 bc43 8000 0058 5b9e b78c 0000 0000  A..C...X[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0012  ................
	0x0050:  0000 0001 0000 0014 0000 0000 0000 0000  ................
	0x0060:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0018 0308 0000 b600 1800  ................
	0x0080:  0000 0000 b600 1800 0000 0000 0319 1aae  ................
23:39:09.175618 IP (tos 0x0, ttl 64, id 56392, offset 0, flags [DF], proto TCP (6), length 224)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xb4d0 (correct), seq 477:649, ack 445, win 508, options [nop,nop,TS val 1090698308 ecr 1], length 172: NFS reply xid 1537128332 reply ok 168 fsstat POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705549.000000 1680705535.000000 1680705535.000000 tbytes 490574913536 fbytes 473572593664 abytes 448577478656 tfiles 30498816 ffiles 30169728 afiles 30169728 invar 0
	0x0000:  4500 00e0 dc48 4000 4006 b3b1 c0a8 14cc  E....H@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7dc2 2de5 4b5a  .........:}.-.KZ
	0x0020:  8018 01fc b4d0 0000 0101 080a 4102 bc44  ............A..D
	0x0030:  0000 0001 8000 00a8 5b9e b78c 0000 0001  ........[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 880d 0000 0000 642d 87ff  ....d-......d-..
	0x00a0:  0000 0000 642d 87ff 0000 0000 0000 0072  ....d-.........r
	0x00b0:  388b 2000 0000 006e 4320 5000 0000 0068  8......nC.P....h
	0x00c0:  714d 2000 0000 0000 01d1 6000 0000 0000  qM........`.....
	0x00d0:  01cc 5a80 0000 0000 01cc 5a80 0000 0000  ..Z.......Z.....
23:39:09.364037 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.pop3s > 192.168.20.204.shilp: Flags [.], cksum 0xb480 (correct), seq 120, ack 117, win 12441, options [nop,nop,TS val 151 ecr 1090698299], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e3 0801 e311 5a16 49a2 5702  ..........Z.I.W.
	0x0020:  8010 3099 b480 0000 0101 080a 0000 0097  ..0.............
	0x0030:  4102 bc3b                                A..;
23:39:09.374036 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0xe9f3 (correct), seq 445, ack 649, win 12441, options [nop,nop,TS val 1 ecr 1090698308], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4b5a b13a 7e6e  ........-.KZ.:~n
	0x0020:  8010 3099 e9f3 0000 0101 080a 0000 0001  ..0.............
	0x0030:  4102 bc44                                A..D

[[[ "cd /mnt" ]]]

23:39:14.233715 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.20.1 tell 192.168.20.204, length 46
	0x0000:  0001 0800 0604 0001 3417 ebbb aedb c0a8  ........4.......
	0x0010:  14cc 0000 0000 0000 c0a8 1401 0000 0000  ................
	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
23:39:14.233732 ARP, Ethernet (len 6), IPv4 (len 4), Reply 192.168.20.1 is-at 00:25:22:d2:0f:be (oui Unknown), length 28
	0x0000:  0001 0800 0604 0002 0025 22d2 0fbe c0a8  .........%".....
	0x0010:  1401 3417 ebbb aedb c0a8 14cc            ..4.........
23:39:14.748138 IP (tos 0x0, ttl 64, id 10819, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x11af (correct), seq 445:569, ack 649, win 12441, options [nop,nop,TS val 12 ecr 1090698308], length 124: NFS request xid 1537128333 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 2a43 4000 4006 65e7 c0a8 1401  E...*C@.@.e.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4b5a b13a 7e6e  ........-.KZ.:~n
	0x0020:  8018 3099 11af 0000 0101 080a 0000 000c  ..0.............
	0x0030:  4102 bc44 8000 0078 5b9e b78d 0000 0000  A..D...x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:14.749146 IP (tos 0x0, ttl 64, id 56393, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x36e0 (correct), seq 649:773, ack 569, win 508, options [nop,nop,TS val 1090703882 ecr 12], length 124: NFS reply xid 1537128333 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705549.000000 1680705535.000000 1680705535.000000 c 0002
	0x0000:  4500 00b0 dc49 4000 4006 b3e0 c0a8 14cc  E....I@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7e6e 2de5 4bd6  .........:~n-.K.
	0x0020:  8018 01fc 36e0 0000 0101 080a 4102 d20a  ....6.......A...
	0x0030:  0000 000c 8000 0078 5b9e b78d 0000 0001  .......x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 880d 0000 0000 642d 87ff  ....d-......d-..
	0x00a0:  0000 0000 642d 87ff 0000 0000 0000 0002  ....d-..........
23:39:14.946746 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0xd329 (correct), seq 569, ack 773, win 12441, options [nop,nop,TS val 13 ecr 1090703882], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4bd6 b13a 7eea  ........-.K..:~.
	0x0020:  8010 3099 d329 0000 0101 080a 0000 000d  ..0..)..........
	0x0030:  4102 d20a                                A...

[[[ "mkdir a" ]]]

23:39:20.773405 IP (tos 0x0, ttl 64, id 52907, offset 0, flags [DF], proto TCP (6), length 180)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x99dd (correct), seq 569:697, ack 773, win 12441, options [nop,nop,TS val 24 ecr 1090703882], length 128: NFS request xid 1537128334 124 lookup fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00b4 ceab 4000 4006 c17a c0a8 1401  E.....@.@..z....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4bd6 b13a 7eea  ........-.K..:~.
	0x0020:  8018 3099 99dd 0000 0101 080a 0000 0018  ..0.............
	0x0030:  4102 d20a 8000 007c 5b9e b78e 0000 0000  A......|[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0003  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000                                a...
23:39:20.774393 IP (tos 0x0, ttl 64, id 56394, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x1e57 (correct), seq 773:893, ack 697, win 507, options [nop,nop,TS val 1090709907 ecr 24], length 120: NFS reply xid 1537128334 reply ok 116 lookup ERROR: No such file or directory post dattr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705549.000000 1680705535.000000 1680705535.000000
	0x0000:  4500 00ac dc4a 4000 4006 b3e3 c0a8 14cc  E....J@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 7eea 2de5 4c56  .........:~.-.LV
	0x0020:  8018 01fb 1e57 0000 0101 080a 4102 e993  .....W......A...
	0x0030:  0000 0018 8000 0074 5b9e b78e 0000 0001  .......t[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0002 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 880d 0000 0000 642d 87ff  ....d-......d-..
	0x00a0:  0000 0000 642d 87ff 0000 0000            ....d-......
23:39:20.774451 IP (tos 0x0, ttl 64, id 58011, offset 0, flags [DF], proto TCP (6), length 208)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x7f2f (correct), seq 697:853, ack 893, win 12441, options [nop,nop,TS val 24 ecr 1090709907], length 156: NFS request xid 1537128335 152 mkdir fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00d0 e29b 4000 4006 ad6e c0a8 1401  E.....@.@..n....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4c56 b13a 7f62  ........-.LV.:.b
	0x0020:  8018 3099 7f2f 0000 0101 080a 0000 0018  ..0../..........
	0x0030:  4102 e993 8000 0098 5b9e b78f 0000 0000  A.......[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0009  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000 0000 0001 0000 01ed 0000 0000  a...............
	0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
23:39:20.775642 IP (tos 0x0, ttl 64, id 56395, offset 0, flags [DF], proto TCP (6), length 324)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xc3a5 (correct), seq 893:1165, ack 853, win 506, options [nop,nop,TS val 1090709908 ecr 24], length 272: NFS reply xid 1537128335 reply ok 268 mkdir fh Unknow/030800004501180000000000450118000000000004191AAE REG 2 ids 2/1000 sz 4294967296000 nlink 16877 rdev 4096/0 fsid 0 fileid 80300000000 a/m/ctime 1573189.1680705560 0.1680705560 0.1680705560 dir attr: PRE: POST: NON 10000 ids 0/1680705535 sz 1 nlink 1680705535 rdev 3/1000 fsid 3e800000000 fileid 100000000000 a/m/ctime 4096.000000 0.000000 2051.000000
	0x0000:  4500 0144 dc4b 4000 4006 b34a c0a8 14cc  E..D.K@.@..J....
	0x0010:  c0a8 1401 0801 03e1 b13a 7f62 2de5 4cf2  .........:.b-.L.
	0x0020:  8018 01fa c3a5 0000 0101 080a 4102 e994  ............A...
	0x0030:  0000 0018 8000 010c 5b9e b78f 0000 0001  ........[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0019 0308 0000  ................
	0x0060:  4501 1800 0000 0000 4501 1800 0000 0000  E.......E.......
	0x0070:  0419 1aae 5c00 0000 0000 0001 0000 0002  ....\...........
	0x0080:  0000 41ed 0000 0002 0000 03e8 0000 03e8  ..A.............
	0x0090:  0000 0000 0000 1000 0000 0000 0000 1000  ................
	0x00a0:  0000 0000 0000 0000 0000 0000 0000 0803  ................
	0x00b0:  0000 0000 0018 0145 642d 8818 0000 0000  .......Ed-......
	0x00c0:  642d 8818 0000 0000 642d 8818 0000 0000  d-......d-......
	0x00d0:  0000 0001 0000 0000 0000 1000 642d 87ff  ............d-..
	0x00e0:  0000 0000 642d 87ff 0000 0000 0000 0001  ....d-..........
	0x00f0:  0000 0002 0000 41fd 0000 0003 0000 03e8  ......A.........
	0x0100:  0000 03e8 0000 0000 0000 1000 0000 0000  ................
	0x0110:  0000 1000 0000 0000 0000 0000 0000 0000  ................
	0x0120:  0000 0803 0000 0000 0018 00b6 642d 880d  ............d-..
	0x0130:  0000 0000 642d 8818 0000 0000 642d 8818  ....d-......d-..
	0x0140:  0000 0000                                ....
23:39:20.969681 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0xb8ef (correct), seq 853, ack 1165, win 12441, options [nop,nop,TS val 25 ecr 1090709908], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4cf2 b13a 8072  ........-.L..:.r
	0x0020:  8010 3099 b8ef 0000 0101 080a 0000 0019  ..0.............
	0x0030:  4102 e994                                A...

[[[ "rmdir a" ]]]

23:39:26.397613 IP (tos 0x0, ttl 64, id 25280, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xe0a8 (correct), seq 853:977, ack 1165, win 12441, options [nop,nop,TS val 35 ecr 1090709908], length 124: NFS request xid 1537128336 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 62c0 4000 4006 2d6a c0a8 1401  E...b.@.@.-j....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4cf2 b13a 8072  ........-.L..:.r
	0x0020:  8018 3099 e0a8 0000 0101 080a 0000 0023  ..0............#
	0x0030:  4102 e994 8000 0078 5b9e b790 0000 0000  A......x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:26.398626 IP (tos 0x0, ttl 64, id 56396, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x0578 (correct), seq 1165:1289, ack 977, win 506, options [nop,nop,TS val 1090715531 ecr 35], length 124: NFS reply xid 1537128336 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 3 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705549.000000 1680705560.000000 1680705560.000000 c 0002
	0x0000:  4500 00b0 dc4c 4000 4006 b3dd c0a8 14cc  E....L@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8072 2de5 4d6e  .........:.r-.Mn
	0x0020:  8018 01fa 0578 0000 0101 080a 4102 ff8b  .....x......A...
	0x0030:  0000 0023 8000 0078 5b9e b790 0000 0001  ...#...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0003 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 880d 0000 0000 642d 8818  ....d-......d-..
	0x00a0:  0000 0000 642d 8818 0000 0000 0000 0002  ....d-..........
23:39:26.398678 IP (tos 0x0, ttl 64, id 11510, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x4ebb (correct), seq 977:1101, ack 1289, win 12441, options [nop,nop,TS val 35 ecr 1090715531], length 124: NFS request xid 1537128337 120 getattr fh Unknow/030800004501180000000000450118000000000004191AAE
	0x0000:  4500 00b0 2cf6 4000 4006 6334 c0a8 1401  E...,.@.@.c4....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4d6e b13a 80ee  ........-.Mn.:..
	0x0020:  8018 3099 4ebb 0000 0101 080a 0000 0023  ..0.N..........#
	0x0030:  4102 ff8b 8000 0078 5b9e b791 0000 0000  A......x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0019 0308 0000 4501 1800 0000 0000  ........E.......
	0x00a0:  4501 1800 0000 0000 0419 1aae 5c00 0000  E...........\...
23:39:26.400169 IP (tos 0x0, ttl 64, id 56397, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x0407 (correct), seq 1289:1405, ack 1101, win 506, options [nop,nop,TS val 1090715533 ecr 35], length 116: NFS reply xid 1537128337 reply ok 112 getattr DIR 40755 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc4d 4000 4006 b3e4 c0a8 14cc  E....M@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 80ee 2de5 4dea  .........:..-.M.
	0x0020:  8018 01fa 0407 0000 0101 080a 4102 ff8d  ............A...
	0x0030:  0000 0023 8000 0070 5b9e b791 0000 0001  ...#...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41ed 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 0145  ...............E
	0x0090:  642d 8818 0000 0000 642d 8818 0000 0000  d-......d-......
	0x00a0:  642d 8818 0000 0000                      d-......
23:39:26.400218 IP (tos 0x0, ttl 64, id 3064, offset 0, flags [DF], proto TCP (6), length 180)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x67b5 (correct), seq 1101:1229, ack 1405, win 12441, options [nop,nop,TS val 35 ecr 1090715533], length 128: NFS request xid 1537128338 124 rmdir fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00b4 0bf8 4000 4006 842e c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4dea b13a 8162  ........-.M..:.b
	0x0020:  8018 3099 67b5 0000 0101 080a 0000 0023  ..0.g..........#
	0x0030:  4102 ff8d 8000 007c 5b9e b792 0000 0000  A......|[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 000d  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000                                a...
23:39:26.401379 IP (tos 0x0, ttl 64, id 56398, offset 0, flags [DF], proto TCP (6), length 200)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x1ab1 (correct), seq 1405:1553, ack 1229, win 505, options [nop,nop,TS val 1090715534 ecr 35], length 148: NFS reply xid 1537128338 reply ok 144 rmdir PRE: sz 4096 mtime 1680705560.000000 ctime 1680705560.000000 POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705566.000000 1680705566.000000 1680705566.000000
	0x0000:  4500 00c8 dc4e 4000 4006 b3c3 c0a8 14cc  E....N@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8162 2de5 4e6a  .........:.b-.Nj
	0x0020:  8018 01f9 1ab1 0000 0101 080a 4102 ff8e  ............A...
	0x0030:  0000 0023 8000 0090 5b9e b792 0000 0001  ...#....[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0000 0000 1000  ................
	0x0060:  642d 8818 0000 0000 642d 8818 0000 0000  d-......d-......
	0x0070:  0000 0001 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0080:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0090:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x00a0:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x00b0:  642d 881e 0000 0000 642d 881e 0000 0000  d-......d-......
	0x00c0:  642d 881e 0000 0000                      d-......
23:39:26.592412 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x9fee (correct), seq 1229, ack 1553, win 12441, options [nop,nop,TS val 36 ecr 1090715534], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4e6a b13a 81f6  ........-.Nj.:..
	0x0020:  8010 3099 9fee 0000 0101 080a 0000 0024  ..0............$
	0x0030:  4102 ff8e                                A...

[[[ "touch a" ]]]

23:39:32.969155 IP (tos 0x0, ttl 64, id 10791, offset 0, flags [DF], proto TCP (6), length 180)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x669b (correct), seq 1229:1357, ack 1553, win 12441, options [nop,nop,TS val 49 ecr 1090715534], length 128: NFS request xid 1537128339 124 lookup fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00b4 2a27 4000 4006 65ff c0a8 1401  E...*'@.@.e.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 4e6a b13a 81f6  ........-.Nj.:..
	0x0020:  8018 3099 669b 0000 0101 080a 0000 0031  ..0.f..........1
	0x0030:  4102 ff8e 8000 007c 5b9e b793 0000 0000  A......|[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0003  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000                                a...
23:39:32.970139 IP (tos 0x0, ttl 64, id 56399, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xe8a8 (correct), seq 1553:1673, ack 1357, win 504, options [nop,nop,TS val 1090722103 ecr 49], length 120: NFS reply xid 1537128339 reply ok 116 lookup ERROR: No such file or directory post dattr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705566.000000 1680705566.000000 1680705566.000000
	0x0000:  4500 00ac dc4f 4000 4006 b3de c0a8 14cc  E....O@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 81f6 2de5 4eea  .........:..-.N.
	0x0020:  8018 01f8 e8a8 0000 0101 080a 4103 1937  ............A..7
	0x0030:  0000 0031 8000 0074 5b9e b793 0000 0001  ...1...t[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0002 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 881e 0000 0000 642d 881e  ....d-......d-..
	0x00a0:  0000 0000 642d 881e 0000 0000            ....d-......
23:39:32.970197 IP (tos 0x0, ttl 64, id 50201, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xacff (correct), seq 1357:1481, ack 1673, win 12441, options [nop,nop,TS val 49 ecr 1090722103], length 124: NFS request xid 1537128340 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 c419 4000 4006 cc10 c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4eea b13a 826e  ........-.N..:.n
	0x0020:  8018 3099 acff 0000 0101 080a 0000 0031  ..0............1
	0x0030:  4103 1937 8000 0078 5b9e b794 0000 0000  A..7...x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:32.971181 IP (tos 0x0, ttl 64, id 56400, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xe7aa (correct), seq 1673:1797, ack 1481, win 504, options [nop,nop,TS val 1090722104 ecr 49], length 124: NFS reply xid 1537128340 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705566.000000 1680705566.000000 1680705566.000000 c 0002
	0x0000:  4500 00b0 dc50 4000 4006 b3d9 c0a8 14cc  E....P@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 826e 2de5 4f66  .........:.n-.Of
	0x0020:  8018 01f8 e7aa 0000 0101 080a 4103 1938  ............A..8
	0x0030:  0000 0031 8000 0078 5b9e b794 0000 0001  ...1...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 881e 0000 0000 642d 881e  ....d-......d-..
	0x00a0:  0000 0000 642d 881e 0000 0000 0000 0002  ....d-..........
23:39:32.971232 IP (tos 0x0, ttl 64, id 32602, offset 0, flags [DF], proto TCP (6), length 212)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x4915 (correct), seq 1481:1641, ack 1797, win 12441, options [nop,nop,TS val 49 ecr 1090722104], length 160: NFS request xid 1537128341 156 create fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00d4 7f5a 4000 4006 10ac c0a8 1401  E....Z@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 4f66 b13a 82ea  ........-.Of.:..
	0x0020:  8018 3099 4915 0000 0101 080a 0000 0031  ..0.I..........1
	0x0030:  4103 1938 8000 009c 5b9e b795 0000 0000  A..8....[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0008  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000 0000 0000 0000 0001 0000 01a4  a...............
	0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x00d0:  0000 0000                                ....
23:39:32.972391 IP (tos 0x0, ttl 64, id 56401, offset 0, flags [DF], proto TCP (6), length 324)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x6d09 (correct), seq 1797:2069, ack 1641, win 503, options [nop,nop,TS val 1090722105 ecr 49], length 272: NFS reply xid 1537128341 reply ok 268 create fh Unknow/030800004501180000000000450118000000000004191AAE REG 1 ids 1/1000 sz 4294967296000 nlink 33188 rdev 0/0 fsid 0 fileid 80300000000 a/m/ctime 1573189.1680705572 0.1680705572 0.1680705572 dir attr: PRE: POST: NON 10000 ids 0/1680705566 sz 1 nlink 1680705566 rdev 2/1000 fsid 3e800000000 fileid 100000000000 a/m/ctime 4096.000000 0.000000 2051.000000
	0x0000:  4500 0144 dc51 4000 4006 b344 c0a8 14cc  E..D.Q@.@..D....
	0x0010:  c0a8 1401 0801 03e1 b13a 82ea 2de5 5006  .........:..-.P.
	0x0020:  8018 01f7 6d09 0000 0101 080a 4103 1939  ....m.......A..9
	0x0030:  0000 0031 8000 010c 5b9e b795 0000 0001  ...1....[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0019 0308 0000  ................
	0x0060:  4501 1800 0000 0000 4501 1800 0000 0000  E.......E.......
	0x0070:  0419 1aae 5c00 0000 0000 0001 0000 0001  ....\...........
	0x0080:  0000 81a4 0000 0001 0000 03e8 0000 03e8  ................
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x00a0:  0000 0000 0000 0000 0000 0000 0000 0803  ................
	0x00b0:  0000 0000 0018 0145 642d 8824 0000 0000  .......Ed-.$....
	0x00c0:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x00d0:  0000 0001 0000 0000 0000 1000 642d 881e  ............d-..
	0x00e0:  0000 0000 642d 881e 0000 0000 0000 0001  ....d-..........
	0x00f0:  0000 0002 0000 41fd 0000 0002 0000 03e8  ......A.........
	0x0100:  0000 03e8 0000 0000 0000 1000 0000 0000  ................
	0x0110:  0000 1000 0000 0000 0000 0000 0000 0000  ................
	0x0120:  0000 0803 0000 0000 0018 00b6 642d 881e  ............d-..
	0x0130:  0000 0000 642d 8824 0000 0000 642d 8824  ....d-.$....d-.$
	0x0140:  0000 0000                                ....
23:39:32.972452 IP (tos 0x0, ttl 64, id 45073, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x2f56 (correct), seq 1641:1765, ack 2069, win 12441, options [nop,nop,TS val 49 ecr 1090722105], length 124: NFS request xid 1537128342 120 getattr fh Unknow/030800004501180000000000450118000000000004191AAE
	0x0000:  4500 00b0 b011 4000 4006 e018 c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 5006 b13a 83fa  ........-.P..:..
	0x0020:  8018 3099 2f56 0000 0101 080a 0000 0031  ..0./V.........1
	0x0030:  4103 1939 8000 0078 5b9e b796 0000 0000  A..9...x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0019 0308 0000 4501 1800 0000 0000  ........E.......
	0x00a0:  4501 1800 0000 0000 0419 1aae 5c00 0000  E...........\...
23:39:32.973390 IP (tos 0x0, ttl 64, id 56402, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xc4cc (correct), seq 2069:2185, ack 1765, win 503, options [nop,nop,TS val 1090722106 ecr 49], length 116: NFS reply xid 1537128342 reply ok 112 getattr REG 100644 ids 1000/1000 sz 0
	0x0000:  4500 00a8 dc52 4000 4006 b3df c0a8 14cc  E....R@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 83fa 2de5 5082  .........:..-.P.
	0x0020:  8018 01f7 c4cc 0000 0101 080a 4103 193a  ............A..:
	0x0030:  0000 0031 8000 0070 5b9e b796 0000 0001  ...1...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 81a4 0000 0001  ................
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 0145  ...............E
	0x0090:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:33.165610 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x81a5 (correct), seq 1765, ack 2185, win 12441, options [nop,nop,TS val 49 ecr 1090722106], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 5082 b13a 846e  ........-.P..:.n
	0x0020:  8010 3099 81a5 0000 0101 080a 0000 0031  ..0............1
	0x0030:  4103 193a                                A..:

[[[ "ls -l" ]]]

23:39:38.294054 IP (tos 0x0, ttl 64, id 10404, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xa957 (correct), seq 1765:1889, ack 2185, win 12441, options [nop,nop,TS val 59 ecr 1090722106], length 124: NFS request xid 1537128343 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 28a4 4000 4006 6786 c0a8 1401  E...(.@.@.g.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 5082 b13a 846e  ........-.P..:.n
	0x0020:  8018 3099 a957 0000 0101 080a 0000 003b  ..0..W.........;
	0x0030:  4103 193a 8000 0078 5b9e b797 0000 0000  A..:...x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:38.295055 IP (tos 0x0, ttl 64, id 56403, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xcf2e (correct), seq 2185:2309, ack 1889, win 503, options [nop,nop,TS val 1090727428 ecr 59], length 124: NFS reply xid 1537128343 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705566.000000 1680705572.000000 1680705572.000000 c 0002
	0x0000:  4500 00b0 dc53 4000 4006 b3d6 c0a8 14cc  E....S@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 846e 2de5 50fe  .........:.n-.P.
	0x0020:  8018 01f7 cf2e 0000 0101 080a 4103 2e04  ............A...
	0x0030:  0000 003b 8000 0078 5b9e b797 0000 0001  ...;...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 881e 0000 0000 642d 8824  ....d-......d-.$
	0x00a0:  0000 0000 642d 8824 0000 0000 0000 0002  ....d-.$........
23:39:38.295121 IP (tos 0x0, ttl 64, id 32758, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x9395 (correct), seq 1889:2013, ack 2309, win 12441, options [nop,nop,TS val 59 ecr 1090727428], length 124: NFS request xid 1537128344 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_READ
	0x0000:  4500 00b0 7ff6 4000 4006 1034 c0a8 1401  E.....@.@..4....
	0x0010:  c0a8 14cc 03e1 0801 2de5 50fe b13a 84ea  ........-.P..:..
	0x0020:  8018 3099 9395 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e04 8000 0078 5b9e b798 0000 0000  A......x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
23:39:38.296097 IP (tos 0x0, ttl 64, id 56404, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xce35 (correct), seq 2309:2433, ack 2013, win 503, options [nop,nop,TS val 1090727429 ecr 59], length 124: NFS reply xid 1537128344 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705566.000000 1680705572.000000 1680705572.000000 c 0001
	0x0000:  4500 00b0 dc54 4000 4006 b3d5 c0a8 14cc  E....T@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 84ea 2de5 517a  .........:..-.Qz
	0x0020:  8018 01f7 ce35 0000 0101 080a 4103 2e05  .....5......A...
	0x0030:  0000 003b 8000 0078 5b9e b798 0000 0001  ...;...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 881e 0000 0000 642d 8824  ....d-......d-.$
	0x00a0:  0000 0000 642d 8824 0000 0000 0000 0001  ....d-.$........
23:39:38.296151 IP (tos 0x0, ttl 64, id 31846, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x92a7 (correct), seq 2013:2133, ack 2433, win 12441, options [nop,nop,TS val 59 ecr 1090727429], length 120: NFS request xid 1537128345 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac 7c66 4000 4006 13c8 c0a8 1401  E...|f@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 517a b13a 8566  ........-.Qz.:.f
	0x0020:  8018 3099 92a7 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e05 8000 0074 5b9e b799 0000 0000  A......t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:38.297098 IP (tos 0x0, ttl 64, id 56405, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xcd51 (correct), seq 2433:2549, ack 2133, win 503, options [nop,nop,TS val 1090727430 ecr 59], length 116: NFS reply xid 1537128345 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc55 4000 4006 b3dc c0a8 14cc  E....U@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8566 2de5 51f2  .........:.f-.Q.
	0x0020:  8018 01f7 cd51 0000 0101 080a 4103 2e06  .....Q......A...
	0x0030:  0000 003b 8000 0070 5b9e b799 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 881e 0000 0000 642d 8824 0000 0000  d-......d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.297168 IP (tos 0x0, ttl 64, id 47798, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x91b9 (correct), seq 2133:2253, ack 2549, win 12441, options [nop,nop,TS val 59 ecr 1090727430], length 120: NFS request xid 1537128346 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac bab6 4000 4006 d577 c0a8 1401  E.....@.@..w....
	0x0010:  c0a8 14cc 03e1 0801 2de5 51f2 b13a 85da  ........-.Q..:..
	0x0020:  8018 3099 91b9 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e06 8000 0074 5b9e b79a 0000 0000  A......t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:38.298058 IP (tos 0x0, ttl 64, id 56406, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xcc63 (correct), seq 2549:2665, ack 2253, win 503, options [nop,nop,TS val 1090727431 ecr 59], length 116: NFS reply xid 1537128346 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc56 4000 4006 b3db c0a8 14cc  E....V@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 85da 2de5 526a  .........:..-.Rj
	0x0020:  8018 01f7 cc63 0000 0101 080a 4103 2e07  .....c......A...
	0x0030:  0000 003b 8000 0070 5b9e b79a 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 881e 0000 0000 642d 8824 0000 0000  d-......d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.298117 IP (tos 0x0, ttl 64, id 51595, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x90cb (correct), seq 2253:2373, ack 2665, win 12441, options [nop,nop,TS val 59 ecr 1090727431], length 120: NFS request xid 1537128347 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac c98b 4000 4006 c6a2 c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 526a b13a 864e  ........-.Rj.:.N
	0x0020:  8018 3099 90cb 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e07 8000 0074 5b9e b79b 0000 0000  A......t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:38.299059 IP (tos 0x0, ttl 64, id 56407, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xcb75 (correct), seq 2665:2781, ack 2373, win 503, options [nop,nop,TS val 1090727432 ecr 59], length 116: NFS reply xid 1537128347 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc57 4000 4006 b3da c0a8 14cc  E....W@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 864e 2de5 52e2  .........:.N-.R.
	0x0020:  8018 01f7 cb75 0000 0101 080a 4103 2e08  .....u......A...
	0x0030:  0000 003b 8000 0070 5b9e b79b 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 881e 0000 0000 642d 8824 0000 0000  d-......d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.299139 IP (tos 0x0, ttl 64, id 52414, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x8fdd (correct), seq 2373:2493, ack 2781, win 12441, options [nop,nop,TS val 59 ecr 1090727432], length 120: NFS request xid 1537128348 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac ccbe 4000 4006 c36f c0a8 1401  E.....@.@..o....
	0x0010:  c0a8 14cc 03e1 0801 2de5 52e2 b13a 86c2  ........-.R..:..
	0x0020:  8018 3099 8fdd 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e08 8000 0074 5b9e b79c 0000 0000  A......t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:38.300101 IP (tos 0x0, ttl 64, id 56408, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xca87 (correct), seq 2781:2897, ack 2493, win 503, options [nop,nop,TS val 1090727433 ecr 59], length 116: NFS reply xid 1537128348 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc58 4000 4006 b3d9 c0a8 14cc  E....X@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 86c2 2de5 535a  .........:..-.SZ
	0x0020:  8018 01f7 ca87 0000 0101 080a 4103 2e09  ............A...
	0x0030:  0000 003b 8000 0070 5b9e b79c 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 881e 0000 0000 642d 8824 0000 0000  d-......d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.300152 IP (tos 0x0, ttl 64, id 27317, offset 0, flags [DF], proto TCP (6), length 192)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x7eb8 (correct), seq 2493:2633, ack 2897, win 12441, options [nop,nop,TS val 59 ecr 1090727433], length 140: NFS request xid 1537128349 136 readdir fh Unknow/03080000B600180000000000B60018000000000003191AAE 4096 bytes @ 0 verf 0000000000000000
	0x0000:  4500 00c0 6ab5 4000 4006 2565 c0a8 1401  E...j.@.@.%e....
	0x0010:  c0a8 14cc 03e1 0801 2de5 535a b13a 8736  ........-.SZ.:.6
	0x0020:  8018 3099 7eb8 0000 0101 080a 0000 003b  ..0.~..........;
	0x0030:  4103 2e09 8000 0088 5b9e b79d 0000 0000  A.......[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0010  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0000  ................
	0x00b0:  0000 0000 0000 0000 0000 0000 0000 1000  ................
23:39:38.301269 IP (tos 0x0, ttl 64, id 56409, offset 0, flags [DF], proto TCP (6), length 272)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x0904 (correct), seq 2897:3117, ack 2633, win 502, options [nop,nop,TS val 1090727434 ecr 59], length 220: NFS reply xid 1537128349 reply ok 216 readdir POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705578.000000 1680705572.000000 1680705572.000000 verf 0000000000000000
	0x0000:  4500 0110 dc59 4000 4006 b370 c0a8 14cc  E....Y@.@..p....
	0x0010:  c0a8 1401 0801 03e1 b13a 8736 2de5 53e6  .........:.6-.S.
	0x0020:  8018 01f6 0904 0000 0101 080a 4103 2e0a  ............A...
	0x0030:  0000 003b 8000 00d8 5b9e b79d 0000 0001  ...;....[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 882a 0000 0000 642d 8824  ....d-.*....d-.$
	0x00a0:  0000 0000 642d 8824 0000 0000 0000 0000  ....d-.$........
	0x00b0:  0000 0000 0000 0001 0000 0000 0018 00b6  ................
	0x00c0:  0000 0001 2e00 0000 0000 000c 0000 0001  ................
	0x00d0:  0000 0001 0000 0000 0018 0145 0000 0001  ...........E....
	0x00e0:  6100 0000 0000 000c 0000 0002 0000 0001  a...............
	0x00f0:  0000 0000 0018 0002 0000 0002 2e2e 0000  ................
	0x0100:  0000 000c 0000 0003 0000 0000 0000 0001  ................
23:39:38.301358 IP (tos 0x0, ttl 64, id 5452, offset 0, flags [DF], proto TCP (6), length 172)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x8d85 (correct), seq 2633:2753, ack 3117, win 12441, options [nop,nop,TS val 59 ecr 1090727434], length 120: NFS request xid 1537128350 116 getattr fh Unknow/03080000B600180000000000B60018000000000003191AAE
	0x0000:  4500 00ac 154c 4000 4006 7ae2 c0a8 1401  E....L@.@.z.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 53e6 b13a 8812  ........-.S..:..
	0x0020:  8018 3099 8d85 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e0a 8000 0074 5b9e b79e 0000 0000  A......t[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae            ............
23:39:38.302354 IP (tos 0x0, ttl 64, id 56410, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xc824 (correct), seq 3117:3233, ack 2753, win 502, options [nop,nop,TS val 1090727435 ecr 59], length 116: NFS reply xid 1537128350 reply ok 112 getattr DIR 40775 ids 1000/1000 sz 4096
	0x0000:  4500 00a8 dc5a 4000 4006 b3d7 c0a8 14cc  E....Z@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8812 2de5 545e  .........:..-.T^
	0x0020:  8018 01f6 c824 0000 0101 080a 4103 2e0b  .....$......A...
	0x0030:  0000 003b 8000 0070 5b9e b79e 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0070:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x0090:  642d 882a 0000 0000 642d 8824 0000 0000  d-.*....d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.302413 IP (tos 0x0, ttl 64, id 49930, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x118d (correct), seq 2753:2877, ack 3233, win 12441, options [nop,nop,TS val 59 ecr 1090727435], length 124: NFS request xid 1537128351 120 getattr fh Unknow/030800004501180000000000450118000000000004191AAE
	0x0000:  4500 00b0 c30a 4000 4006 cd1f c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 545e b13a 8886  ........-.T^.:..
	0x0020:  8018 3099 118d 0000 0101 080a 0000 003b  ..0............;
	0x0030:  4103 2e0b 8000 0078 5b9e b79f 0000 0000  A......x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0019 0308 0000 4501 1800 0000 0000  ........E.......
	0x00a0:  4501 1800 0000 0000 0419 1aae 5c00 0000  E...........\...
23:39:38.303272 IP (tos 0x0, ttl 64, id 56411, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xa704 (correct), seq 3233:3349, ack 2877, win 502, options [nop,nop,TS val 1090727436 ecr 59], length 116: NFS reply xid 1537128351 reply ok 112 getattr REG 100644 ids 1000/1000 sz 0
	0x0000:  4500 00a8 dc5b 4000 4006 b3d6 c0a8 14cc  E....[@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8886 2de5 54da  .........:..-.T.
	0x0020:  8018 01f6 a704 0000 0101 080a 4103 2e0c  ............A...
	0x0030:  0000 003b 8000 0070 5b9e b79f 0000 0001  ...;...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 81a4 0000 0001  ................
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 0145  ...............E
	0x0090:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:38.498203 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x63e4 (correct), seq 2877, ack 3349, win 12441, options [nop,nop,TS val 60 ecr 1090727436], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 54da b13a 88fa  ........-.T..:..
	0x0020:  8010 3099 63e4 0000 0101 080a 0000 003c  ..0.c..........<
	0x0030:  4103 2e0c                                A...

[[[ "rm a" ]]]

23:39:44.101377 IP (tos 0x0, ttl 64, id 2259, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x8b8c (correct), seq 2877:3001, ack 3349, win 12441, options [nop,nop,TS val 71 ecr 1090727436], length 124: NFS request xid 1537128352 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 08d3 4000 4006 8757 c0a8 1401  E.....@.@..W....
	0x0010:  c0a8 14cc 03e1 0801 2de5 54da b13a 88fa  ........-.T..:..
	0x0020:  8018 3099 8b8c 0000 0101 080a 0000 0047  ..0............G
	0x0030:  4103 2e0c 8000 0078 5b9e b7a0 0000 0000  A......x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:44.102400 IP (tos 0x0, ttl 64, id 56412, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xaf7b (correct), seq 3349:3473, ack 3001, win 502, options [nop,nop,TS val 1090733235 ecr 71], length 124: NFS reply xid 1537128352 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705578.000000 1680705572.000000 1680705572.000000 c 0002
	0x0000:  4500 00b0 dc5c 4000 4006 b3cd c0a8 14cc  E....\@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 88fa 2de5 5556  .........:..-.UV
	0x0020:  8018 01f6 af7b 0000 0101 080a 4103 44b3  .....{......A.D.
	0x0030:  0000 0047 8000 0078 5b9e b7a0 0000 0001  ...G...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 882a 0000 0000 642d 8824  ....d-.*....d-.$
	0x00a0:  0000 0000 642d 8824 0000 0000 0000 0002  ....d-.$........
23:39:44.102465 IP (tos 0x0, ttl 64, id 19965, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xf8ee (correct), seq 3001:3125, ack 3473, win 12441, options [nop,nop,TS val 71 ecr 1090733235], length 124: NFS request xid 1537128353 120 getattr fh Unknow/030800004501180000000000450118000000000004191AAE
	0x0000:  4500 00b0 4dfd 4000 4006 422d c0a8 1401  E...M.@.@.B-....
	0x0010:  c0a8 14cc 03e1 0801 2de5 5556 b13a 8976  ........-.UV.:.v
	0x0020:  8018 3099 f8ee 0000 0101 080a 0000 0047  ..0............G
	0x0030:  4103 44b3 8000 0078 5b9e b7a1 0000 0000  A.D....x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0019 0308 0000 4501 1800 0000 0000  ........E.......
	0x00a0:  4501 1800 0000 0000 0419 1aae 5c00 0000  E...........\...
23:39:44.103400 IP (tos 0x0, ttl 64, id 56413, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x8e66 (correct), seq 3473:3589, ack 3125, win 502, options [nop,nop,TS val 1090733236 ecr 71], length 116: NFS reply xid 1537128353 reply ok 112 getattr REG 100644 ids 1000/1000 sz 0
	0x0000:  4500 00a8 dc5d 4000 4006 b3d4 c0a8 14cc  E....]@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8976 2de5 55d2  .........:.v-.U.
	0x0020:  8018 01f6 8e66 0000 0101 080a 4103 44b4  .....f......A.D.
	0x0030:  0000 0047 8000 0070 5b9e b7a1 0000 0001  ...G...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 81a4 0000 0001  ................
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 0145  ...............E
	0x0090:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:44.301026 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x4b49 (correct), seq 3125, ack 3589, win 12441, options [nop,nop,TS val 71 ecr 1090733236], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 55d2 b13a 89ea  ........-.U..:..
	0x0020:  8010 3099 4b49 0000 0101 080a 0000 0047  ..0.KI.........G
	0x0030:  4103 44b4                                A.D.

[[[ "rmdir a" ]]]

23:39:50.013597 IP (tos 0x0, ttl 64, id 34966, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0x72ee (correct), seq 3125:3249, ack 3589, win 12441, options [nop,nop,TS val 83 ecr 1090733236], length 124: NFS request xid 1537128354 120 access fh Unknow/03080000B600180000000000B60018000000000003191AAE NFS_ACCESS_LOOKUP
	0x0000:  4500 00b0 8896 4000 4006 0794 c0a8 1401  E.....@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 55d2 b13a 89ea  ........-.U..:..
	0x0020:  8018 3099 72ee 0000 0101 080a 0000 0053  ..0.r..........S
	0x0030:  4103 44b4 8000 0078 5b9e b7a2 0000 0000  A.D....x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0004  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0002  ................
23:39:50.014584 IP (tos 0x0, ttl 64, id 56414, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x966d (correct), seq 3589:3713, ack 3249, win 502, options [nop,nop,TS val 1090739147 ecr 83], length 124: NFS reply xid 1537128354 reply ok 120 access attr: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705578.000000 1680705572.000000 1680705572.000000 c 0002
	0x0000:  4500 00b0 dc5e 4000 4006 b3cb c0a8 14cc  E....^@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 89ea 2de5 564e  .........:..-.VN
	0x0020:  8018 01f6 966d 0000 0101 080a 4103 5bcb  .....m......A.[.
	0x0030:  0000 0053 8000 0078 5b9e b7a2 0000 0001  ...S...x[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 0002 0000 41fd  ..............A.
	0x0060:  0000 0002 0000 03e8 0000 03e8 0000 0000  ................
	0x0070:  0000 1000 0000 0000 0000 1000 0000 0000  ................
	0x0080:  0000 0000 0000 0000 0000 0803 0000 0000  ................
	0x0090:  0018 00b6 642d 882a 0000 0000 642d 8824  ....d-.*....d-.$
	0x00a0:  0000 0000 642d 8824 0000 0000 0000 0002  ....d-.$........
23:39:50.014647 IP (tos 0x0, ttl 64, id 29776, offset 0, flags [DF], proto TCP (6), length 176)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xdfe0 (correct), seq 3249:3373, ack 3713, win 12441, options [nop,nop,TS val 83 ecr 1090739147], length 124: NFS request xid 1537128355 120 getattr fh Unknow/030800004501180000000000450118000000000004191AAE
	0x0000:  4500 00b0 7450 4000 4006 1bda c0a8 1401  E...tP@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 564e b13a 8a66  ........-.VN.:.f
	0x0020:  8018 3099 dfe0 0000 0101 080a 0000 0053  ..0............S
	0x0030:  4103 5bcb 8000 0078 5b9e b7a3 0000 0000  A.[....x[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 0001  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0019 0308 0000 4501 1800 0000 0000  ........E.......
	0x00a0:  4501 1800 0000 0000 0419 1aae 5c00 0000  E...........\...
23:39:50.015585 IP (tos 0x0, ttl 64, id 56415, offset 0, flags [DF], proto TCP (6), length 168)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0x7558 (correct), seq 3713:3829, ack 3373, win 502, options [nop,nop,TS val 1090739148 ecr 83], length 116: NFS reply xid 1537128355 reply ok 112 getattr REG 100644 ids 1000/1000 sz 0
	0x0000:  4500 00a8 dc5f 4000 4006 b3d2 c0a8 14cc  E...._@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8a66 2de5 56ca  .........:.f-.V.
	0x0020:  8018 01f6 7558 0000 0101 080a 4103 5bcc  ....uX......A.[.
	0x0030:  0000 0053 8000 0070 5b9e b7a3 0000 0001  ...S...p[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0000 0000 0001 0000 81a4 0000 0001  ................
	0x0060:  0000 03e8 0000 03e8 0000 0000 0000 0000  ................
	0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0080:  0000 0000 0000 0803 0000 0000 0018 0145  ...............E
	0x0090:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x00a0:  642d 8824 0000 0000                      d-.$....
23:39:50.015642 IP (tos 0x0, ttl 64, id 14205, offset 0, flags [DF], proto TCP (6), length 180)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [P.], cksum 0xf8db (correct), seq 3373:3501, ack 3829, win 12441, options [nop,nop,TS val 83 ecr 1090739148], length 128: NFS request xid 1537128356 124 rmdir fh Unknow/03080000B600180000000000B60018000000000003191AAE "a"
	0x0000:  4500 00b4 377d 4000 4006 58a9 c0a8 1401  E...7}@.@.X.....
	0x0010:  c0a8 14cc 03e1 0801 2de5 56ca b13a 8ada  ........-.V..:..
	0x0020:  8018 3099 f8db 0000 0101 080a 0000 0053  ..0............S
	0x0030:  4103 5bcc 8000 007c 5b9e b7a4 0000 0000  A.[....|[.......
	0x0040:  0000 0002 0001 86a3 0000 0003 0000 000d  ................
	0x0050:  0000 0001 0000 0030 0000 0000 0000 0000  .......0........
	0x0060:  0000 0000 0000 0000 0000 0007 0000 0000  ................
	0x0070:  0000 0002 0000 0003 0000 0004 0000 0005  ................
	0x0080:  0000 0014 0000 001f 0000 0000 0000 0000  ................
	0x0090:  0000 0018 0308 0000 b600 1800 0000 0000  ................
	0x00a0:  b600 1800 0000 0000 0319 1aae 0000 0001  ................
	0x00b0:  6100 0000                                a...
23:39:50.016628 IP (tos 0x0, ttl 64, id 56416, offset 0, flags [DF], proto TCP (6), length 200)
    192.168.20.204.shilp > 192.168.20.1.imaps: Flags [P.], cksum 0xab65 (correct), seq 3829:3977, ack 3501, win 501, options [nop,nop,TS val 1090739149 ecr 83], length 148: NFS reply xid 1537128356 reply ok 144 rmdir ERROR: Stale NFS file handle PRE: sz 4096 mtime 1680705572.000000 ctime 1680705572.000000 POST: DIR 40775 ids 1000/1000 sz 4096 nlink 2 rdev 0/0 fsid 803 fileid 1800b6 a/m/ctime 1680705578.000000 1680705572.000000 1680705572.000000
	0x0000:  4500 00c8 dc60 4000 4006 b3b1 c0a8 14cc  E....`@.@.......
	0x0010:  c0a8 1401 0801 03e1 b13a 8ada 2de5 574a  .........:..-.WJ
	0x0020:  8018 01f5 ab65 0000 0101 080a 4103 5bcd  .....e......A.[.
	0x0030:  0000 0053 8000 0090 5b9e b7a4 0000 0001  ...S....[.......
	0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
	0x0050:  0000 0046 0000 0001 0000 0000 0000 1000  ...F............
	0x0060:  642d 8824 0000 0000 642d 8824 0000 0000  d-.$....d-.$....
	0x0070:  0000 0001 0000 0002 0000 41fd 0000 0002  ..........A.....
	0x0080:  0000 03e8 0000 03e8 0000 0000 0000 1000  ................
	0x0090:  0000 0000 0000 1000 0000 0000 0000 0000  ................
	0x00a0:  0000 0000 0000 0803 0000 0000 0018 00b6  ................
	0x00b0:  642d 882a 0000 0000 642d 8824 0000 0000  d-.*....d-.$....
	0x00c0:  642d 8824 0000 0000                      d-.$....
23:39:50.213917 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.20.1.imaps > 192.168.20.204.shilp: Flags [.], cksum 0x3128 (correct), seq 3501, ack 3977, win 12441, options [nop,nop,TS val 83 ecr 1090739149], length 0
	0x0000:  4500 0034 0000 4000 4006 90a6 c0a8 1401  E..4..@.@.......
	0x0010:  c0a8 14cc 03e1 0801 2de5 574a b13a 8b6e  ........-.WJ.:.n
	0x0020:  8010 3099 3128 0000 0101 080a 0000 0053  ..0.1(.........S
	0x0030:  4103 5bcd                                A.[.

@megastallman
Copy link

Hi @tsutsui , @CendioOssman !
I suppose something weird is happening to docker networking. Though, I'm a fan of podman, moving my personal tooling from docker to podman instead. So I decided to try the same with podman and it looks working:

$ podman run --rm -d --device=/dev/kvm -e "SSH_PUBKEY=$(cat ~/.ssh/id_rsa.pub)" -p 2222:22 --name netbsd docker.io/madworx/netbsd:latest
...
$ ssh -p 2222 root@localhost
...
netbsd# cd /tmp; mkdir a; rmdir a; touch a; rm a; rmdir a
rmdir: a: No such file or directory

But you've got the problem on docker. Lets try this too(on SSH port 22222):

$ docker run --rm -d --device=/dev/kvm -e "SSH_PUBKEY=$(cat ~/.ssh/id_rsa.pub)" -p 22222:22 --name netbsd madworx/netbsd:latest
...
ssh -p 22222 root@localhost
...
netbsd# cd /tmp; mkdir a; rmdir a; touch a; rm a; rmdir a
rm: a: is a directory
rmdir: a: Stale NFS file handle

More questions than answers... Also, somehow this works for mister madworx, the container author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants