Solved: Cannot Access LAN Over OpenVPN Connection

OpenVPN-server: 192.168.0.0/24 OpenVPN-klient on home network: 192.168.0.0/24. Tunnel network: 192.168.3.0/24. The problem is that on the server side we have a server with subnet 192.168.0.0/24 and the clients need to connect to the server. Some of our clients have the standard subnet 192.168.0.0/24… But for other subnets it work perfect. Remote access OpenVPN with access to LAN subnet : PFSENSE I use the 10.0.1.0/24 subnet for statically-assigned virtual machines. What I'm trying to accomplish: I want to be able to connect to the VPN remotely and be able to access (1) the Internet generally (if I'm working somewhere with sketchy public WiFi, I'd like to tunnel through a trusted point), and (2) the VMs on the 10.0.1.0/24 subnet, but Connect to connected OpenVPN client from different subnet

Trying to setup a small OpenVPN network. I need to assign a static IP address to an OpenVPN client. ##-----SERVER.conf on Linux local 192.168.2.151 dev tun051 proto udp port 45162 ifconfig 192.168.21.1 192.168.21.52 secret BlahBlah.key verb 3 comp-lzo keepalive 10 60 ping-timer-rem persist-tun persist-key user openvpn group openvpn daemon ##----- So this OpenVPN server is running along.

We also need to set up a static route to our 10.23.0.0/16 subnet on each router, as OpenVPN does not install this route automatically: set protocols static interface-route 10.23.0.0/16 next-hop-interface vtun0 networking - OpenVPN configuring client to use subnet I have found the topology option on openvpn man page but this option seems to be pushed by the server. subnet -- Use a subnet rather than a point-to-point topology by configuring the tun interface with a local IP address and subnet mask, similar to the topology used in --dev tap and ethernet bridging mode. GRC | OpenVPN HOWTO Guide: Routing vs Bridging

EdgeRouter - OpenVPN Server – Ubiquiti Networks Support

linux - OpenVPN routing between different subnets - Server Router 1 is an OpenVPN client and connects to Router 2 (OpenVPN server). The OpenVPN subnet is 192.168.200.0/24, the internal LAN on the left side 192.168.170.0/24 and 10.0.0.10/24 on the other side. Router 2 is also dual-homed, the second interface exposes the OpenVPN server (10.10.0.1).