We have employees using VPNs on Netgear routers to access the office. We also have VPNs set up so we can access some clients and our remotely hosted servers.
Where the system falls down is that our remote workers cannot access the client networks. I'm assuming I have to configure their local routers to use a static route through our office to get to them, but I can't work it out.
Is what I'm trying even possible? Or will the VPN end point reject the packets anyway?
Example:
Home (192.168.1.nn) ---> Work (192.168.2.nn) --> Remote Server (10.0.1.1)
There are hardware VPNs in place between Home and Work and between Work and Remote
How can I configure a route so that access to Remote is possible from Home. Will I need to re-configure the VPN between Work and Remote, or will it Just Work?
Thanks.