The NFS server requires port 2049 to be open for TCP and UDP.
On each node, use netcat or a similar utility to verify that the required port is open. Netcat is a computer networking utility used to read and write to network connections using TCP or UDP.
On each node, run: nc -zv <host_name> 2049
|
|
By default, the netcat tool is not included with Anypoint Platform PCE. If you receive a command not found error, you can download and install netcat or a similar utility.
|
When the responses from netcat are successful, you receive a response similar to the following example:
[ec2-user@ip-10-1-1-97 ~]$ nc -zv <nfs_host_name> 2049
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 10.1.0.155:2049.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.