Is it possible to encode the route a packet should take to a destination? Say I know the computer I am trying to get to on a local network. I presume can use its router as a "gateway" to that subnet, but what if the computer I am trying to get to is on a sub-subnet? Then I have to specify: gateway1-->gateway2-->destination.
My router can only get me to gateway1, and gateway1 can only get me to gateway2, which in turn can get me to my destination.
Is there a way to encode a route in the packet?