6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nfsマウントする際の使用ポート

Posted at

#前提
アクセス制限をしている
nfs-utilsでnfsサーバを立てている

#nfsv3の場合

お察し

#nfsv4の場合(最近はデフォルトでこれ)
TCP:2049 を開放
以上

#おまけ
IPv6使ってない場合はnfs start時にエラーかワーニングがでる
postfixでも同じように対処

以下に修正

# vi /etc/netconfig
#udp6       tpi_clts      v     inet6    udp     -       -
#tcp6       tpi_cots_ord  v     inet6    tcp     -       -

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?