Roadwarriors with dynamic + static nets: topology net30 vs subnet

Hi all,

maybe someone can give me a hint howto configure ipfire (means: ccd-file for client)?

What is running successful:
in (standard) mode topology=net30, my roadwarriors can connect either using an IP from the dynamic pool or from one of the defined static subnets. So far, so good.

Now, when changed to mode topology=subnet, the clients with dynamic pool associated have still no problems connecting.

But clients with a static subnet have…it seems to me, that I “forgot” some “ifconfig” or “ifconfig-push” - commands in the client specific ccd-file?
First, I have changed the line (works with net30)
ifconfig-push 10.1.44.2 10.1.44.1
to
ifconfig-push 10.1.44.2 255.255.255.0
(requirement for “topology subnet”, I think, otherwise an error with “offset is outside of --inconfig subnet” occurs)

Now, when the client tries to connect, the last message in the client log says:
Set TAP-Windows TUN subnet mode network/local/netmask = 10.1.44.0/10.1.44.2/255.255.255.0 [SUCCEEDED]

But after that, no routes seem to be set:
TEST ROUTES: 0/2 succeeded len=2 ret=0 a=0 u/d=up
Thu Apr 15 22:00:24 2021 Route: Waiting for TUN/TAP interface to come up…
After 18 retries, a warning occurs:
Warning: route gateway is not reachable on any active network adapters: 10.1.34.1
This is an ip from the dynamic pool…*

Any ideas?