I use this fork since version 03 with full satisfaction. Now I have registered an SNB account, first I want to thank John for the excellent work on this firmware!
Now.. ofcourse I also have a question..
and I could use some help with it because I don't have much experience with iptables configuration. I use OpenVPN for years now for all my devices. Now I would like to configure the below scenario on the secondary OpenVPN server on the router:
Behind my ASUS N66U, I have a NAS that is used by an external client to store it's offsite backups. Lets say the OpenVPN server on on the N66U router has IP 10.6.0.1 and my NAS has an internal LAN IP of 192.168.1.50. When the remote client connects to the OpenVPN server, it gets IP 10.6.0.2. What I would like to achieve is that the remote client (10.6.0.2) can ONLY access the NAS IP (192.168.1.50) in my local network. All other devices etc. may not be reached/discovered etc.
The OpenVPN server is working and I configured the following from the GUI:
Push LAN to clients: NO
Direct clients to redirect Internet traffic: NO
Respond to DNS: NO
With these settings I can connect to the OpenVPN server and ping it's IP (10.6.0.1), but obviously cannot connect to anything else in my LAN. I think I have to setup the specific rule within iptables, but I don't know how...
Can anyone help me figuring this out?