I'm trying to create a Silverlight application that gathers network information, similar to that of running the command 'ipconfig /all' from the command line. I simply want to display the client's IP address, default gateway, and the DNS server(s). If the DNS server is pointed to their router, then I need a way to get the DNS server being used by the router. Any suggestions? I've looked a little into WMI but with no success. Silverlight is simply too compressed.
I have not done a lot in Java, but am wondering if perhaps a java applet would not be as restricted? I have a feeling I'll be running into the same sandbox issues.
Any suggestions are greatly appreciated.
