Hi,
my proxmox host and my NAS are in separate VLANs. I want to give proxmox access to the NAS via NFSv4 (e.g. for backups and ISOs) with a minimalistic allow rule.
As far as I know NFSv4 uses only TCP port 2049 (which I opened).
On the shell I can connect just fine:
But when trying to configure a storage within the Web GUI of proxmox I can't get any connection.
pfSense tells me, that proxmox is trying to contact port 445 (TCP) via IPv4 and 111 (TCP) via IPv6. Changing the advanced settings explicitly to NFSv4 doesn't help.
Whats the reason, that the connect works perfectly on the shell but not via the web GUI?
Thanks
my proxmox host and my NAS are in separate VLANs. I want to give proxmox access to the NAS via NFSv4 (e.g. for backups and ISOs) with a minimalistic allow rule.
As far as I know NFSv4 uses only TCP port 2049 (which I opened).
On the shell I can connect just fine:
Bash:
mount qnap.bla:/Proxmox ./test/
pfSense tells me, that proxmox is trying to contact port 445 (TCP) via IPv4 and 111 (TCP) via IPv6. Changing the advanced settings explicitly to NFSv4 doesn't help.
Whats the reason, that the connect works perfectly on the shell but not via the web GUI?
Thanks