Active Topics

 


Reply
Thread Tools
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#1
Hello.
Here is the scenario.
I can mount my NFS shared folders on my DS411j NAS when Im connected to my home WiFi with N900. So there is no obstacles there.

But next step is to be able to mount that NFS share when Im not at home.
I have a Linksys WRT54GL as my router at home. Im running a diffrent Firmware then stock which give me plenty of featueres like port-redirection, port-trigger and so on.

I have opened:
Port: 111 TCP/UDP -> 192.168.0.2 (DS411j NAS)
Port: 2049 TCP/UDP -> 192.168.0.2 (DS411j NAS)

On N900 I type in the shell when Im on the same network.
Code:
sudo mount -t nfs 192.168.0.2:/volume3/Temp /media/nfs
This works and I can access my files on /volume3/Temp from N900.

But outside on the mobile network:
Code:
sudo mount -t nfs <WAN IP or DNS>:/volume3/Temp /media/nfs
Now I get this error: Mount: RPC: Timed Out.

What have I missed here? More stuff to open up in the router? Wrong syntax?

Hope enyone have knows.
Thanks.
 
damnshock's Avatar
Posts: 179 | Thanked: 86 times | Joined on Dec 2009 @ Barcelona
#2
What's your configuration on your server side? You probably have only allowed access to the nfs shares within your private network thus you can't get access from the mobile connection...

Regards
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:11.