I have a strange azure vpn routing issue.
Creating and connecting the site to site VPN from onprem rras to azure is done an working.
I have client with following ip config
ip 10.10.10.10
gw 10.10.10.1
i have a 2012r2 rras server with following config
ip 10.10.10.100
gw 10.10.10.1
in rras i have created a route to 192.168.0.0 via VPN
Yes RRAS is behind NAT and i know it isnt supported but this cant be the issue
In azure i have created 192.168.0.0 subnet
On client I did route add 192.168.0.0 via 10.10.10.100 (rras server) and I can successfully ping 192.168.0.0
Now i want to route traffic from client to ip 132.245.55.2 via the azure site to site vpn
On the client i did a route add 132.245.55.2 mask 255.255.255.255 10.10.10.100 (rras server)
Then ping is OK and reply but tracert is going via 10.10.10.100 (rras) then to 10.10.10.1 (gw of the rras and not the VPN)
So in rras i add static route 132.245.55.2 mask 255.255.255.255 via VPN but then no ping reply and no tracert
What am i missing?