I have heard there is some software out there that can be used to specify
alternate routes to hosts. Networking experts I have spoken to have used
the software but cannot remember what it was called. Can anyone tell me
what this is and what it does?
Also, I would like to know HOW such software accomplishes what it does.
What protocols are involved in specifying alternate routes, for example?
Any help greatly appreciated.
The only thing I can think of is that they make use of one of the Source
Routing options in the IP header, which allows the sender to specify a
certain set of routers that the packet should go through. However, it's
generally up to the application to set this option, and very few
applications do; most Unix traceroute implementations have it, maybe some
pings, and I think I've seen it in some telnets. I haven't heard of doing
it with software separate from the application itself, although if you have
cooperation from a remote site that can access the problem destinations you
might be able to do it with tunneling.
Source routing is not very effective, as many sites have their routers
configured to block packets with this option, for security reasons.
--
Barry Margolin, bar...@bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Don't bother cc'ing followups to me.