I finally got my Debian openVPN to work, now the clients can ping the server (TAP is used), but the server cant ping the clients.
I did a trace with wireshark on a client, and I could see the incoming echo requests, but the source IP on them was that of the public IP of the VPN server and not the VPN server IP
I tried routing, nating, black magic, but nothing seems to change the source IP of the ping messages.
any idea how this should be done?
this is my openvpn.conf
dev tap
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
push "route 10.8.0.0 255.255.255.0"
#push "redirect-gateway"
comp-lzo
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
group daemon
daemon