I want ping lan client 192.168.1.x from server
server openvpn ubuntu
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.8.0.1 netmask 255.255.255.0 destination 10.8.0.1
inet6 fe80::988f:e9bb:da28:66aa prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
RX packets 1318 bytes 167256 (167.2 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 366 bytes 29736 (29.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I create a route with:
route add -net 192.168.1.0 netmask 255.255.255.0 gw 10.8.0.2
my client mkt attched images
where is my error?

