LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Unable to mount NFS share through network IP (https://www.linuxquestions.org/questions/linux-server-73/unable-to-mount-nfs-share-through-network-ip-581115/)

hot_wired13 08-30-2007 09:13 PM

Unable to mount NFS share through network IP
 
Hi,

I'm *able* to mount a network share through the localhost IP:
mount -t nfs 127.0.0.1:/isodump /test
..works perfectly!

but not through a network IP (i.e the server I'm mouting this on *is* 202.73.56.130 - I'm trying to do a loopback mount - mount to itself via network IP):
mount -t nfs 202.73.56.130:/isodump /test

The following error is returned:
mount: mount to NFS server '202.73.56.130' failed: System Error: Connection refused.

hosts.deny and .allow is empty, and since it can be mounted through localhost, there shouldn't be any reason why it should be failing via network IP?

Regards,

Kelvin

MS3FGX 09-02-2007 07:29 PM

Have you verified that there is no firewall running on the WAN IP? It could be that the ports are being blocked, though they are allowed on the localhost.


All times are GMT -5. The time now is 11:54 PM.