mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
5b0cacd9c4
Signed-off-by: Tom Eastep <teastep@shorewall.net>
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.NFS
|
|
#
|
|
# This macro handles NFS v4.1+ traffic with default ports.
|
|
# You should only allow NFS traffic between hosts you fully trust.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
PARAM - - tcp 111 # portmapper, rpcbind
|
|
PARAM - - tcp 2049 # nfs
|
|
PARAM - - tcp 20048 # mountd
|