Skip to content

NFS Configuration and Installation

Firewall Configuration

Inbound Rules

Type Protocol Port Range Sources
ICMP ICMP - 10.131.0.0/16
SSH TCP 22 Bastion (tag)
Custom TCP 873 10.131.115.115, 10.131.49.133
Custom TCP 2049 10.131.115.107, 10.131.115.110, 10.131.17.103, 10.131.43.239, Webserver (tag)
Custom UDP 2049 10.131.115.107, 10.131.115.110, 10.131.17.103, 10.131.43.239, Webserver (tag)

Outbound Rules

Type Protocol Port Range Destinations
ICMP ICMP All ports All IPv4, All IPv6
All TCP TCP All ports 131.226.32.251
SSH TCP 22 10.131.115.115, 10.131.49.133
DNS TCP TCP 53 All IPv4, All IPv6
HTTP TCP 80 All IPv4, All IPv6
HTTPS TCP 443 All IPv4, All IPv6
Custom TCP 873 10.131.115.115, 10.131.49.133
Custom TCP 2049 10.131.115.107, 10.131.115.110, 10.131.17.103, 10.131.43.239, Webserver (tag)
DNS UDP UDP 53 All IPv4, All IPv6

Installation

apt install nfs-tools
apt search nfs
apt install nfs-common
apt search fstab
apt search fs
apt install nfs-common
apt install
apt update
apt upgrade
apt force-upgrade
exportfs -a
apt install nfs-kernel-server

Configuration

N/A - handled by NFS mount configuration on client servers.

Last modified by: Unknown