I have set up OpenVPN server and client as described in the official how to, using routing/tun devices. Point to point connection works. The client correctly routes all traffic into the VPN. Nothing comes back even though I did
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
on the server like instructed in the how to. What is the problem?