I already found a thread reagrding this topic in the iOS section where I realized later that it was just iOS related and no general discussion when I answered to that topic:
topic12708.html
Since I don't use an iPhone I thought it might make sense to add a thread to the Android section because it could be a problem with the OpenVPN client in Android as well. Just to give a short explanation what I did:
- 1. I'm using a Linksys WRT54GL router flashed with the latest build number v24 preSP2 [Beta] build 14896 vpn generic image
2. I setup OpenVPN as described in this wiki article: http://www.dd-wrt.ca/wiki/index.php/VPN ... %29_v24%2B
3. I created a .ovpn file for my Android device (Samsung Galaxy S3 with cyanogenmod 10.1RC1) to connect to my router
4. I can connect to my router without any problems. I can even ping my local PC. But I don't get an internet connection with my Android device.
5. Regarding the post from shadoweyez in the iOS thread I added "iptables -t nat -A POSTROUTING -s 192.168.66.0/24 -o tun0 -j MASQUERADE" to my firewall rules. 192.168.0.66/24 is my VPN network and 192.168.1.0/24 my local network. But this didn't fix it either.