exportfs: internal: no supported addresses in nfs_client
- by Brian
I am trying to set up a NFS server on an AWS instance running SLES11.
After installing nfs-utils, I tried to export a test share. Here is what my /etc/exports file looks like:
/opt/share1 ec2-50-16-224-79.compute-1.amazonaws.com(rw,async)
export -ar returns the following message:
exportfs: internal: no supported addresses in nfs_client
domU-12-31-38-04-7E-02.compute-1.internal:/opt/share1: No such file or directory
Any idea what the no supported addresses error means? Thanks!