|
||||||||
On Thu, 2005-05-05 at 00:12 +0800, Steven McCoy wrote: > I have m0n0wall configured as an OpenVPN server, I have a OpenVPN server on > Linux connecting and performing nat / routing so that the client's networks > can access the networks inside the OpenVPN server. I believe OpenVPN is something specific to Linux, no? m0n0wall uses the standard FreeBSD VPN components. It sounds like you are refering to creating two VPN endpoints for two private networks and passing traffic to each? This sounds like a common VPN scenaraio, which is very simple to configure with m0n0wall. It would look like this: network A (192.168.1.0/24)--> m0n0wall --> internet <-- OpenVPN <-- network B (192.168.2.0/24) And you'd like each private subnet to pass traffic to the other? -lee > Now I want to allow the networks inside the OpenVPN server access to the > OpenVPN client's networks. It appears the only way to do this is to > configure a "-client-connect" script on the server to modify the nat / > routing rules when the client connects. > > Is there plans to support this method? How would I go about setting this up? > > I guess I need to setup nat masquerading on the new tun device, and then add > a static route for the clients networks to the vpn gateway? |