OpenVPN - no DNS

Here the excerpt of the settings:

openvpn@host-to-net=service
    AuthMode=password
    BridgeEndIP=
    BridgeName=br0
    BridgeStartIP=
    ClientToClient=disabled
    Compression=enabled
    Mode=routed
    Netmask=255.255.255.0
    Network=192.168.3.0
    Remote=jagerbox.neuching.com
    RouteToVPN=disabled
    TapInterface=tap0
    UDPPort=1194
    access=green,red
    status=enabled
[root@jagerbox ~]# 

As said from the outside everything was good, but from the internal network - unfortunately negative.

Hey, I have a colleague trying to setup the OpenVPN who appears to have a smilar problem. Can get in, can ping the domain controller (server set up as DC, not LDAP) but cannot access network resources in the internal (green) network including DNS resolution or internet. Clients joining the domain from the internal network have no problem access internet. Here is an excerpt of our settings:

openvpn@host-to-net=service
AuthMode=certificate
BridgeEndIP=192.168.2.180
BridgeName=br0
BridgeStartIP=192.168.2.100
ClientToClient=disabled
Compression=enabled
Mode=routed
Netmask=255.255.255.0
Network=10.10.0.0
Remote=
RouteToVPN=enabled
TapInterface=tap0
UDPPort=1194
access=green,red
status=enabled

Okay, We can actually resolve the DNS but…the client connecting to the OpenVPN cannot get any internet access although DNS is working perfectly. Should we be looking in the conf files or something else (Templates make me hesitate).