|
|
Hi, Franco, Franco Spinelli disse: > I want to connect 2 LAN, one at office and one at home, both connected to > Internet by a modem-router (Zyxel). > > My layout is: > > At office: > > win pc1 ----> > > win pc2 ----> switch > > linux1 -----> > > linux2 -----> modem-router ----> internet by xDSL > > All machine have a private IP (192.168.0.x), linux2 and mode-router have > also > public static IP - linux2 have a default route to modem-router for > internet > connection. So now connections go from linux2 to modem-router and from > here to > internet. No NAT on modem-router or on linux2. Linux2 is my public server > and > the machine on wich I need to install OpenVpn > > At home: > > win pc1 ----> > > win pc2 ----> hub ---> modem-router ----> internet by ADSL > > linux1 -----> > > > All machine have a private IP (192.168.0.x), modem-router have a public > dynamic > IP - All machine have a default route to modem-router and modem-router is > able > to NAT private IP > Linux1 is the machine on wich I need to install OpenVpn. > > Is a schema as shown compatible with OpenVpn ? Yes! Defining both hosts (private) in different network ranges make your route definition more easy, as 192.168.0.x and 192.168.1.x for instace. Are you firewalling? Read the docs. You'll need to bypass firewall restrictions to use available shares. HTH, RSalles > > Regards > Franco Spinelli > -- "A well-written program is its own heaven; a poorly-written program is its own hell." TAO of Programming - Book 4 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&opÌk _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |