Openvpn Learnings
Client 1 -> 192.168.108.0/24 and 10.8.0.4 openvpn server -> 10.8.0.0/24 and 10.10.40.19 client 2 -> 192.168.100.50 and 10.8.0.10 How to make client 2 network accessible from client 1 without changing client 2 router details First we need to be sure that IP forwarding is enabled on client 2 machine. Very often this is disabled by default. This is done by running the following command line as root: sudo sysctl -w net.ipv4.ip_forward=1 This change is temporary so to make it permanent /etc/sysctl.conf In this file you should have a line stating: ...