Running Apache2 / Nextcloud and VPN service provider - Accessing issue

Hi all,

The newbie has strike again and I have tried to figure this out while googling until 4am and still no viable solution. I hope this is allowed in this forum seeing it is more than Nextcloud related.

I have Zorin 12 16.04 and Nextcloud 12 and apart from the https warning message about number of 155220000 secs under admin page (separate post). I could access my nextcloud server inside and outside my network.

Now the next step is I have access to TigerVPN (not advertising for them at all!) and I used openvpn --config GB London.ovpn for that matter - script below

client
remote lon.tigervpn.com 1194 udp
remote lon.tigervpn.com 443 tcp-client
pull
auth-user-pass auth.txt
comp-lzo adaptive
ca ca.crt
dev tun
tls-client
script-security 2
cipher AES-256-CBC
mute 10

route-delay 5
redirect-gateway def1
resolv-retry infinite
#dhcp-renew
#dhcp-release
persist-key
persist-tun
remote-cert-tls server
mssfix

Since I activated OPENVPN as client, I can no longer access nextcloud inside and outside the network once cron update the IP address via FREEDNS (free domain). And Webserver / nextcloud and OpenVPN are all running on one machine (purpose for VPN is to run torrent on the same machine)

So let me try and draw a picture here below -

Nexcloud Server (Internal 1.0.0.3) --> Router (Gateway 1.0.0.1) --> External DYN IP by ISP (111.222.111.222) --> TigerVPN London Server (185.20.99.139) --> IP by TigerVPN (185.20.99.199) --> FREEDNS IP (Without VPN 111.222.111.222 and with VPN activated 185.20.99.199)

while rest of the PC on the same network would use External IP set by ISP 111.222.111.222 to access the internet and so on. And I understand it makes perfect sense if VPN is deactivated and all the network will run as the traffic all go through router gateway 1.0.0.1. The question is… what can I do to change the routing or forwarding with VPN up and running so it can direct the traffic and understood by my Apache2 / nextcloud?

Thanks for your help in advance.

Brad