GL-AR300M Open VPN Client connection to Netgear MR60 VPN Service, no internet

I have a GL-AR300M set up with an OpenVPN client connection to the VPN Service running on my Netgear MR60. Hosts on the GL-AR300M network, can access other hosts on the MR60’s network when the VPN client service is connected, but do not have external internet connection (unable to pring 8.8.8.8)
What am I missing?

client.conf:
client
dev tap
proto udp
remote xxxxxx 12974
route-gateway 10.0.0.1
ifconfig 10.0.0.201 255.255.255.0
resolv-retry infinite
redirect-gateway
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5

GL Network: 192.168.8.1/24
Netgear Network: 10.0.0.1/24

Could you change Netgear to “dev tun” mode? I’m not sure if ar300m 3.x firmware is working with Netgear.

Also check on your Netgear vpn setup, if there is options like Site2Site or Site2Internet.