|
|
Hi, I have succesfully set up a tunnel between my windoze xp and my linux samba server with openvpn. Network: linux(samba-server) with OpenVPN on LAN tunnel ip(10.3.0.1) lan ip(192.168.2.37) | (192.168.2.1) Firewall-box (192.168.1.2) | (192.168.1.1) ADSL modem wan ip(x.x.x.x) | Internet | wan ip(y.y.y.y) Cable modem (192.168.1.1) | (192.168.1.2) Firewall (192.168.2.1) | Windoze XP with OpenVPN lan ip(192.168.2.75) tunnel ip(10.3.0.2) ---- Linux config: remote y.y.y.y dev tap ifconfig 10.3.0.1 255.255.255.0 secret key.txt ping 10 verb 3 mute 10 Windoze xp config: remote x.x.x.x dev tap ifconfig 10.3.0.2 255.255.255.0 secret key.txt ping 10 verb 3 mute 10 --- Now I want to connect to my samba server from my windoze, but as the configuration is now I cannot do that. I think my problem is that openvpn makes the following route entry on the linux box: NETWORK GATEWAY NETMASK ... Iface 10.3.0.1 0.0.0.0 255.255.255.0 tap0 where my default gateway i 192.168.2.1 The solution in my view is to change the GATEWAY in the "OpenVPN route entry" to 192.168.2.37 How do I do that???? Is there a better solution???? Thank you René ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |