Server openvpn en openwrt

good afternoon,
I have created a vpn interface, I have created the zones in the firewall, I have installed openvpn, once I have configured and uploaded the certificates, I activate the openvpn service, from a computer with windows 7 and the openvpn software, I connect to the public ip of the router , and it generates the ip 10.0.100.6, I ping 10.0.100.1 and I enter the router with openwrt with the ip 10.0.100.1 but I cannot ping the local ip of the openwrt 192.168.1.1 nor access a server of files whose ip is 192.168.1.2.
what would I be doing wrong

Does the client route all traffic or has a route for 192.168.1.0/24 via the tunnel interface?

I will review that, of course that may be because when I use openvpn server on a windows machine I had to publish the lan network in the configuration file, and here I have not published anything, as it would be done from openwrt. I review it and tell you. I will try to add the route manually on the client

If it is configured to do so of course.

I have added in the client with route add 192.168.1.0 mask 255.255.255.0 10.0.100.1 (which would be the ip address of the openvpn server in openwrt) it doesn't work,
I have done the same with the route add 192.168.1.0 mask 255.255.255.0 10.0.100.6 (which is the address assigned to me by the openvpn client when connecting to the openvpn of the openwrt) and it doesn't work either. disabled firewall on client computer. I do a tracert 192.168.1.1 (which is the local ip of the openwrt router) and it does not redirect it through the vpn it leaves through the client's internet gateway.

could you tell me i should check thanks,from the client I access the openwrt router with 10.0.100.1, it will be routing problems

thanks for everything in the client configuration file i have added route 192.168.1.0 255.255.255.0 and ping 192.168.1.1 and 192.168.1.2

I didn't understand, is it working now after you added the route?