# mount -t nfs 192.168.100.1:/home/mpi /mnt/mpi
mount: wrong fs type, bad option, bad superblock on 192.168.100.1:/home/mpi,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
のエラーが出て nfs を mount できません。 なぜでしょうか?

server 側では
# mount
nfsd on /proc/fs/nfs type nfsd (rw,noexec,nosuid,nodev)
client 側では
nfsd on /proc/fs/nfsd type nfsd (rw)
となっているのですが、この違いはどこからきているのでしょうか。

/etc/export や /etc/hosts.allow は同じ設定のはずで
192.168.100.1から192.168.100.2 は mount できるのに。