13
2
The Windows "ipconfig" command can only show me the parameters from the Ethernet interfaces from my machine (even with the ipconfig /all
argument). It can show detailed information about the interface, but it will never show me my external IP address over a NAT network.
However, there are several websites, such as "What is my IP address" that can get and show my external IP address. So I'm wondering, whether it is possible to get this value externally? Should I expect that there is some way to get this information from a command line at my local machine...
I need to get this value to log on an application that I'm doing with VBScript. Is there a way to do this, from a cmd
on Windows?
possible duplicate of Windows command that returns external IP; see also How can I get my public IP address from the command line, if I am behind a router?
– G-Man Says 'Reinstate Monica' – 2015-05-12T15:53:04.123Note that HTTP based what-is-my-IP services may give you the IP of a proxy server. (And before anyone points out that HTTPS proxies exist, you can't transparently proxy HTTPS. If you've got one, you'll know it.) – billpg – 2012-03-26T20:04:17.563