My raspberry is connected to my lan network 192.168.1.0/24 and it has a static ip. From the outside I can reach it by opening some ports on the ISP router. I have installed an openvpn client on it which creates a tun0 network on 10.8.8.0/24. When the raspberry is connected to the vpn of course I cannot reach it anymore from the outside. How can I reroute the traffic on the local network, so that even if the VPN is connected I can still reach it from the outside?
Thanks a lot in advance