Wednesday, July 19, 2017

Troubleshoot NFS

On Client:

tcpdump -i eth0 -s0 -w /tmp/tcpdump.pcap host example.com

Read the output
tcpdump -s0 -r /tmp/tcpdump.pcap

tcpdump -s0 dust port nfs -r /tmp/tcpdump.pcap

1 comment: