Windows Routing & Remote Access related programming

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hello,

http://www.devel.ws/untitled.jpg here's a screenshot of the data I need to get-- I have no idea what namespace I need to use in order to get this information but I was guessing using System.Net.NetworkInformation.

I'm writing a service called ident-proxy which if you haven't guessed by the name why it's because the ident service is queried by clients "what user is using this source port"... clients such as irc servers. Because the ident server I am running is behind symmetric nat, I need to run an ident server on the router which will translate the external source port to the internal source port and re-query the real ident server-- hence why I need that data. I've tried a million ways to describe this while searching google, the closet I could come was netstat+c# which was pretty close, but not close enough. Any help would be appreciated.


More...

View All Our Microsoft Related Feeds
 
Back
Top