exportfs: internal: no supported addresses in nfs_client

Posted by Brian on Server Fault See other posts from Server Fault or by Brian
Published on 2011-01-13T16:31:13Z Indexed on 2011/01/13 16:55 UTC
Read the original article Hit count: 5368

Filed under:
|

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!

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about nfs