Is it possible to manually configure a route end to end from one IP to another on a Windows machine? I'm somewhat familiar with routing and IP networking.
For example, say I do a traceroute from my IP "1.1.1.1" to some other IP "5.5.5.5" on the internet and get the following hops:
1.) 1.1.1.1
2.) 2.2.2.2
3.) 3.3.3.3
4.) 4.4.4.4
5.) 5.5.5.5
And say I do not have any control over the routers listed above. Is it possible to configure a route on my Windows machine to use a different path only to that IP? Or is it entirely up to the routers only? I want to configure one route to one IP address, and specify each hop in that route, something like this:
1.) 1.1.1.1
2.) 8.8.8.8
3.) 9.9.9.9
4.) 7.7.7.7
5.) 5.5.5.5
Possible?