I'm using an Easybox 904 DSL modem as my OpenVPN server. As you can imagine, I do not have access to the server config files. I'm able to establish a connection but cannot access localk resources on the LAN. My client config file is as follows:
client
dev tun
proto tcp
remote xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
pkcs12 HalLaptop.p12
comp-lzo
verb 3
remote-cert-tls server
The one solution I've found was to use Bridged mode but then my Android phone cannot establish a connection since it doesn't support a TAP device.

Any ideas?