Hello, I have the same problem when using my Galaxy S2 and and OpenWRT router. The phone does not even route the traffic through VPN, even though it says everything is ok. When I check the IP (using whatismyip), I get my normal mobile data connection IP, as if I'm not using VPN. Here is the client configuration:
config openvpn 'lan'
option enable '1'
option port '1194'
option proto 'udp'
option dev 'tap0'
option ca '/etc/openvpn/ca.crt'
option cert '/etc/openvpn/server.crt'
option key '/etc/openvpn/server.key'
option dh '/etc/openvpn/dh2048.pem'
option ifconfig_pool_persist '/tmp/ipp.txt'
option keepalive '10 120'
option comp_lzo '1'
option persist_key '1'
option persist_tun '1'
option status '/tmp/openvpn-status.log'
option verb '3'
option server_bridge '192.168.1.1 255.255.255.0 192.168.1.200 192.168.1.219'
list push 'dhcp-option DOMAIN lan'
list push 'dhcp-option DNS 192.168.1.1'
option client_to_client '1'