
server config as :
dev tun
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
push "route 10.0.0.0 255.255.255.0"
client-config-dir ccd
Inside CCD (client1,client2 files) as :
client1 => ifconfig-push 10.8.0.11 255.255.255.0
client2 => ifconfig-push 10.8.0.12 255.255.255.0
We have enabled Packet Forwarding as [Enable Packet Forwarding][2], Vpn is working fine and vpn clients can communicate with other Vpn Clients. We have enabled Windows Server NAT on Internal Network(10.0.0.0/24) for OpenVpnTap, So our VMs(VM1,VM2..) can easily communicate with VPN Clients, But
Vpn clients can not communicate with Server Intranet VMs (VM1,VM2,VM3)
VMs can not communicate with VPN Clients.
OpenVpn is not in Bridge and all vpn clients are on Windows 8 and above.
How can VPN Clients communicate with VM1,VM2 and VM3 ?
Do we need some additional configuration in VM1,VM2,VM3 or In VPN clients ?