OpenVPN NetworkManager passthrough internet data

Greeting,
I have a openvpn server that I don 't push all my trafic through the server. In windows, android (coonecting through Openvpn Client), and when I am connecting from opensuse terminal with the command

sudo openvpn --config /path/to/file.ovpn 

it works as expected. The internet data dont passthrough the vpn server.
When i connect from NetworkManager (kde system tray) all my Internet Data pass through th vpn server. I post and the properties of the vpn connection.
https://ibin.co/3dkzrLdbnWSe.png
https://ibin.co/3dl03DDvHaQL.png

https://ibin.co/3dl0O8B3X6oT.png
https://ibin.co/3dl0gEuh3lww.png
Any help would be apreciated.

Click on the Routes button under IPv4 and choose “Use this connection only for resources on its network”.

This coming from memory.

Edit:
Naturally also for IPv6, if you use that protocol

i don’t understand what you are trying to do.

You describe manual ways of initiating an OpenVPN connection to your server.

But, you don’t really describe well what you mean by “internet data,” are you saying that you don’t want your Internet connections to go through your OpenVPN connection?
Are you asking about setting up a Split Tunnel where your LAN traffic can be routed through the VPN but when you connect to Internet sites, you instead route through your regular Default Gateway?

I doubt that using Network Manager makes any difference except that you typically set up your VPN automatically when your machine first sets up networking but that may not be what you want.

TSU

He wanted a split tunnel.

That was it. Problem solved.
Thank you.