OpenVPN no connectivity after connecting

My goal with the OpenSuSE machine I have set up is to be an OpenVPN server. So far so good, I have started the server and I am able to connect a Mac client (running TunnelBlick) to the server. However the client doesn’t have any connectivity, I can’t ping any addresses for example.

The server is set up for bridging instead of routing as I want the remote client to get an IP address in the same range as the rest of the LAN. The client is getting an IP address from the range specified in my server.conf file, so that’s a start, but the client can’t talk to anyone.

Where do I start to troubleshoot this?

BTW, one thing that hasn’t been clear to me is what address I should be putting in the “server-bridge” line for the bridge interface. I have it right now set to an IP address one higher than my OpenSuSE machine, like this:
server-bridge 10.38.25.84 255.255.255.0 10.38.25.150 10.38.25.159
(the ip address of the OpenSuSE machine is 10.38.25.83)

I tried setting this line to have the SAME ip address as the server but that didn’t change the client lack of connectivity.

Thank you.