Dear readers of SoftMaker.kz blog. Today I would like to represent a program that helps me to get IP address of my router KEENETIC, in russian without using pay or any other services. A code of the program is based on what described in the post How to get external IP address using Delphi software. Another post of this series describes, how to get computer IP address in a local network using Delphi.
First start of GetExternalIP
Program GetExternalIP is only one file GetExternalIP.exe. In order to get your external IP address you need to have connection to the Internet and just start GetExternalIP.exe. Your external IP address will be shown on the screen in the form of a dialogue.

If you look at the workflow, you may see that we perform only the first and the second points. The second point is half performed since information is not saved in ip.txt file, but there appears a dialogue form with IP address.
At the first start program GetExternalIP works with the default settings. If you want to install your preferred settings and expand the opportunities of the program, you may want to read the following subheading.
Description of the file for setting of GetExternalIP
Read more
Recent Comments