From: "Gary Pupurs" <[EMAIL PROTECTED]> > If I had to guess, something in the IP*Works toolkit might do the trick. > http://www.nsoftware.com/portal/dotnet/
It does't "appear" to have routing components. It has a GREAT many other things but not that. > Of course, you could also call the DOS route.exe command directly using > Process.Start(). Here's the first example I found of calling external > processes with .NET: > http://www.codebetter.com/blogs/brendan.tompkins/archive/2004/05/13/13484.aspx Yeah, I could do this. But then I'm descending into text processing hell trying to extract the existing data. If there's an API for it'd the process would be a lot smoother. Part of the reason for this is some traffic is "better off" going through a VPN route while others are not. Being able to discover what routes are present and what metrics are being used is important for discovering what routes should or shouldn't be used. As in, don't connect over the locally available WiFi link because it's unencryped and thus not secure; use the encrypted VPN tunnel instead. For example, don't connect to my POP3 mailbox that uses plain text authentication from the starbucks; dial the VPN first and use that instead. But allow any other insecure traffic to use the faster local route. Granted, this sort of application layer routing isn't something most existing tools have the ability to do out of the box. But a local proxy might... -Bill Kearney ------------------------ Yahoo! Groups Sponsor --------------------~--> What would our lives be like without music, dance, and theater? Donate or volunteer in the arts today at Network for Good! http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/X1EolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetMetroArea/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
