How to know the IP Address of a device addressed with an URL?
FAQ #101064
The use of DNS (Domain Name Service) is very convenient for remembering the address of a host (e.g. a PCD3 connected to the internet with a DSL router). However, in some cases it is necessary to know the IP address of this host rather than the domain name.
How to translate the URL of a host to its IP address?
This task can be done by the tool "nslookup" which is installed on every Windows system:
- Open the DOS console (from the "Windows Start menu" select "Run..." and type in "cmd")
- Type in the the instruction
nslookup myname.dyndns.com.
(don't forget the point after the URL)
As response you will receive the IP address of the requested name. In the screenshot above the IP address of the host "durrer.dyndns.tv" is 83.222.146.209.
Categories
Communication / Ether-S-Bus
S-Web Technology / ADSL
Tips for SBC internals / http-direct
Last update: 01.06.2015 01:43
First release: 03.11.2008 15:58
Views: 7470