Thank for your support SAM.
Yes, it's solved. My issue was with NAT rule.
I changed the static route to 0.0.0.0/0 next-hop 94.97.241.x (ISP gateway) then the internet is working fine but the subnet 192.168.34.0 can't access the internal servers ( the old route was 0.0.0.0/0 next-hop 10.110.4.1)
How can I solve it, I want to go through two routes
If the subnet 192.168.34.0 requests internet will go through route 94.97.241.x
if the subnet 192.168.34.0 requests the internal servers go through route 10.110.4.1
Thanks.