setup Openvpn
Server ip 192.168.70.22 tun0 - 10.8.0.1
Client1 ip 192.168.1.3 tun0 - 10.8.0.6
Client2 ip 192.168.30.44 tun0 - 10.8.0.10
ping tun0 works
ping server from client1 and client2 works vice versa
also IP address ping server ip from client1 and client2 works
But
ping client1 from client2 and server not working
ping client2 from client1 and server not working
Assuming you have already enabled ipv4 forwarding, you have also:
push "route 10.8.0.0 255.255.255.0"
sudo iptables -A FORWARD -s 10.8.0.0/24 -d 10.8.0.0/24 -j ACCEPT
If you can't ping clients from VPN server, maybe your clients just do not answer for pings? What os is on your clients?