What's new

NFS access from WAN

cronner

New Around Here
I can't seem to access my NFS share from WAN

Tried opening port 111 and 2049 TCP/UDP but no luck.

It works within the LAN

Any ideas?
 
If I am not mistaken, I think you need vpn access for that.
The NFS share is set in the export file to allow a specific lan address.
 
NFS sharing is only from within your LAN.

Exposing NFS sharing over the Internet is a bad idea, even worse than SMB, because it has no notion of authentication. All is access are controlled merely on an IP basis, which can probably easily be worked around.
 
too bad needed for backup, is there a way to do ftp with Encryption?

SFTP is possible, but requires manual configuration (octupus posted something on how to get it to work last year, search the forums for it).

Another simpler (IMHO) solution is SCP. All you'd need would be to enable SSH (possibly move it to a non-standard port, or at least enable the brute force detection feature). If you use key-based authentication you will get a very secure setup. If the remote machine runs Linux, then you can easily use "scp" in a script.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top