I am trying to connect ONTAP Simulator via NFS. but it failed.
In summary,
- NFS :Client <= Server (NFS from Client to Server seems not accessible.)
- ONTAP:Client<=>Server (CLUSTER/NODE seems to work)
Config
CLUSTER IP 172.16.28.131
Node IP 172.16.28.132
NFS 172.16.28.135
Client 10.24.78.111
Current Status is follows
1)From Server (it seems NFS works from ONTAP simulator view)
- policy seems to work.
- vserver export-policy check-access -vserver svm0 -client-ip 10.24.78.111 -volume svm0_root -authentication-method sys -access-type read-write -protocol nfs3
- network reachable to client.
- network ping 10.24.78.111
2)From Client (It cannot reaches NFS server but other IP address (CLUSTER/NODE) is reachable)
- network reachable to CLUSTER/NODE but not available to NFS. Also showmount does not work.
- ping/traceroute/showmount
```
$ traceroute to 172.16.28.131 (172.16.28.131), 30 hops max, 60 byte packets
1 172.16.28.131 (172.16.28.131) 1.286 ms 1.452 ms 1.563 ms
$ traceroute 172.16.28.135 traceroute to 172.16.28.135 (172.16.28.135), 30 hops max, 60 byte packets
1 testserver (172.16.28.1) 3074.575 ms !H 3074.492 ms !H 3074.471 ms !H
```