What's new

Trouble with NFS on a dual router VPN setup...

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Litlgi74

New Around Here
I am having some difficulty getting HANEWin NFS working on my dual router VPN setup.
Screen Shot 2018-01-17 at 4.52.34 PM.png


Is it possible to access my NFS Server via my VPN router (Linksys WRT 1900AC) on subnet 192.168.2.1 when my server (192.168.1.78) is hooked up to the non VPN router (Asus AC68U) on subnet 192.168.1.1. Speaking out of ignorance... SMB works through the VPN router... but not NFS as of yet.

I have these commands setup in firewall section of the VPN router:

# Allow Router2 to forward traffic to Router1 subnets
iptables -I FORWARD -s 192.168.1.0/24 -j ACCEPT
iptables -I FORWARD -i br0 -o tun1 -j ACCEPT
iptables -I FORWARD -i tun1 -o br0 -j ACCEPT
iptables -I INPUT -i tun1 -j REJECT
iptables -t nat -A POSTROUTING -o tun1 -j MASQUERADE

Any help would be greatly appreciated.
 
Check the access list configured on the NFS server, since you are connecting from a different subnet.
 
Hmmm... I have given access to my media player on subnet 192.168.2.1 (static 192.168.2.127) to my NFS server on subnet 192.168.1.1. The NFS server allows for a range of 192.168 2.1 through 192.168. 2. 255. But for some reason... My media can not see the NFS server.

?
 
Similar threads
Thread starter Title Forum Replies Date
T Dual Routers ?? VPN 6

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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