Question on Source Routing Option
Hello I am not sure if this is the right forum to seek answer but i still would like to try. I am graduate student in department of computer science at colorado state university. I am trying to source route my packets on the internet, I want my packets to take specified path from server to client and vice versa. I am aware that source routing option is disabled because of security risks. I want to know is there any tool which can help me in finding what routers that can support source routing. It will be so nice if you could help me as I am not finding appropriate information..It will help me allot in my research work. With Regards > Tarun _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
On Tue, 25 Sep 2001 15:56:56 -0000, tarun banka <t_banka@hotmail.com> said:
server to client and vice versa. I am aware that source routing option is disabled because of security risks. I want to know is there any tool which can help me in finding what routers that can support source routing. It
The problem you will find is that even if you can locate a router that supports source routing, the chances are high that there will be one or more routers that actively block source-routed packets. Depending on what you're trying to research, you *may* be able to get by with a setup as follows: B / \ A D \ / C and using pairs of VPN tunnels (A-B B-D) and (A-C C-D) to simulate source routing. Not only is source routing often a security issue, it also suffers from major workability problems: a) it doesn't scale well (tragedy of the commons) even if you find a better path, if everybody does it, the better path isnt better anymore. b) If you're source routing through someplace that becomes unreachable, the routing protocols know, but you dont. Much historical info on why source routing doesn't work can be found in old UUCP bang-paths - seismo!<something>!sandbox!clutx! was mine for a while, and of course mail didnt move if something-sandbox wasnt working.... -- Valdis Kletnieks Operating Systems Analyst Virginia Tech
participants (2)
-
tarun banka
-
Valdis.Kletnieks@vt.edu