|
|
I have a VPN connection running between 2 locations. First my home location: server ip: 192.168.0.100/24 vpn: 192.168.1.1/30 | | | router ip 192.168.0.1 | | Internet | | laptop ip: 10.0.0.45/8 (can change depending on location) vpn: 192.168.1.2/30 I can see the resources on the other site, no problem so far but what i want is to use other machines, my router with internet, which is behind my vpn server. My server.conf so far: dev tun ifconfig 192.168.1.1 192.168.1.2 push "route-gateway vpn_gateway" push "redirect-gateway" secret /etc/openvpn/static.key My client.conf remote vpn-address dev tun ifconfig 192.168.1.2 192.168.1.1 secret "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\static.key" But when I run ipconfig on my laptop then I don't see a gateway apear by my vpn interface. Zym0tiC ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |