I am sorry I did not realize what you wrote…
ip route add -net 127.0.0.1/32 gw 10.10.10.0
This very wrong. You are telling all your devices that their localhost has to go through your VPN server. It will not work. (cf. this post)
I am sorry I did not realize what you wrote…
ip route add -net 127.0.0.1/32 gw 10.10.10.0
This very wrong. You are telling all your devices that their localhost has to go through your VPN server. It will not work. (cf. this post)