There is no ip allowed list in firewall section from vsphere UI on this host which value was previously existed.
Attempts to input NFS server ip in allowed ip list using vSphere UI or esxcli, will fail with error like below.
# esxcli network firewall ruleset allowedip add -i 10.X.X.X -r nfsClient
Invalid operation requested: Can not change allowed ip list this ruleset, it is owned by system service.
Environment
VMware vSphere ESXi 8.0.2 VMware vSphere ESXi 8.0
Cause
There are 2 issues which is related with this problem.
Missing nfs allowed ip list after rebooting esxi host.
There are known issue(bug).
While ESX boot, if remount operation fails because of some reason, NFSv3 VSI interface returns exception and vmkctl removes server IP from nfsclient firewall rulset. It is a regression due to the non-persistence of the system owned firewall.
Failed to input allowed ip address in firewall ruleset using UI
From ESXi 8.0U2, some firewall ruleset is changed to 'systemd-owned' by default and prevented manual updating. nfsClient is one of them
Resolution
For missing nfs allowed ip list after rebooting esxi host, this fix will include in 8.0U3 release
Workaround: Here is the alternative command for changing allowed ip list in firewall ruleset for nfsClient - Adding ip (change IP address to correct one)