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 "" to some other IP "" on the internet and get the following hops:
1.)
2.)
3.)
4.)
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.)
2.)
3.)
4.)
5.)
Possible?