OpenVPN client can not access the internet

I got one
Routerboard rb951ui-2hnd routeros 6.23 with 3g internet acess working in rj45 cable and wifi
Vps with this openvpn configuration

port 53
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key  # This file should be kept secret
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 208.67.220.220"
keepalive 10 120
persist-key
persist-tun
push "redirect-gateway def1"
client-cert-not-required
plugin /usr/lib/openvpn/openvpn-auth-pam.so login
status openvpn-status.log
verb 3

working fine in windows cliente with this config file

client
dev tun
proto tcp
remote myip port
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ca ca1.crt
auth-user-pass
reneg-sec 0
verb 3

But, in mikrotik dont work, Before connecting the openvpn I have regular access to internet at 3g, when attempting to connect to OpenVPN server it connects normally but if I try to access the internet through the browser realize I’m no internet, and as I said in windows to client works normally, I can access the internet and stay with the ip vps

what’s wrong?

in windows config file try to add:

redirect-geteway def1

PS. but i’m not mikrotik guru :slight_smile: