On 8 Nov 2006 15:35:31 -0800, NicolasG <[EMAIL PROTECTED]> wrote: > How can I use python to get the real IP address of my DSL router (when > my PC is part of the local home LAN) ?
The router will the PC's default gateway IP address, if you are on a windows platform, you can view it by typing IPCONFIG (enter) from a command prompt. A quick google, gave me this, look at the comments at the end for an example of finding the Default Gateway IP address using Python http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/162994 HTH :) -- http://mail.python.org/mailman/listinfo/python-list