OpenVPN client network address

Hi

I am trying to get an openVPN client to work on a RB. - but it doesnt work [eg ping 8.8.8.8 has 100% loss]

I have downloaded certificates etc [I’m trying the site VPNME as a test].

If I set up an open VPN client on a Ubuntu computer I notice that the VPN client gets an address and the VPN gateway is at an address one lower than the client address eg:
Client 10.11.12.13 Gateway 10.11.12.12 subnetmask 255.255.255.255

However if I do the same on the Mikrotik (with add default route enabled) and I look in the address list I get
Address 10.11.12.13 Network 10.11.0.1 interface ovpn-out1

And in the routes list I getr
Dst address 10.11.0.1 ovpn-out1 reachable
0.0.0.0/0 10.11.0.1 reachable ovpn-out1

So looks like the Mikrotik openVPN client is not getting some of the info … or I have set something up wrong :frowning:

Any thoughts?

PS I need to have the Mikrotik OpenVPN client able to accept address(s) pushed from server - so I dont think I can put ay addresses into PPP profiles - as IP address is pushed by server I assume I need to leave Local Address and Remote Address blank in PPP Profile set up window in Winbox