I'm somewhat stuck in a problem that seems easy at first, just that I don't know how to solve it and everything I'm googling only gets me examples I don't need.
I have a VPN server. I know the public address, I know how to connect to it with a client.
Said client accesses everything on the VPN server lan.
But from the lan, you can't access anything on the client.
Every example on the internet just pushes the client subnet to the server. Which is fine when you know your subnet beforehand.
And my problem is that I want to set it up so it works even when IPs and subnets are not known beforehand, like clients connecting through a 3G/LTE or whatever mobile data-plan they have.
Summary:
How can I modify clients/server config files so that the VPN tunnel is truly bi-directional, whatever the IP/subnet the clients get.
Thanks a lot for any help.