Tech Support Guy banner

Ip adress history?

563 Views 9 Replies 6 Participants Last post by  DaveA
I was wondering, is it is possible to view previously connected ip addresses that my computer had connected with?
Status
Not open for further replies.
1 - 10 of 10 Posts
Hi and welcome to TSG.

You can see websites that the computer was connected to in the Browser History. Would that be enough ?
Hi and welcome to TSG.

You can see websites that the computer was connected to in the Browser History. Would that be enough ?
Is it possible to see actually ip info stored there?
Is it possible to see actually ip info stored there?
No but you could open a command prompt and type in Ping followed by the website name and that will show the IP address, as below :-

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\allan>ping google.com

Pinging google.com [216.58.213.14] with 32 bytes of data:
Reply from 216.58.213.14: bytes=32 time=14ms TTL=119
Reply from 216.58.213.14: bytes=32 time=14ms TTL=119
Reply from 216.58.213.14: bytes=32 time=14ms TTL=119
Reply from 216.58.213.14: bytes=32 time=13ms TTL=119

Ping statistics for 216.58.213.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 13ms, Maximum = 14ms, Average = 13ms

C:\Users\allan>

The IP address for google.com is 216.58.213.14 as shown in the square brackets.

Why do you want the IP addresses ?
See less See more
ping is probably the easiest to use.
You can also go here https://tools.wordtothewise.com/dns
type in the domain in the blank in front of A and it will give you the IP.
I suggest using nslookup.

Same command prompt steps as Allan posted up but use nslookup instead:

nslookup google.com

This command will query your configured DNS server and provide all the IP addresses that are aliased to the domain name.

This is what I get when I do a nslookup on yahoo.com:

Name: new-fp-shed.wg1.b.yahoo.com
Addresses: 2001:4998:124:1507::f001
2001:4998:124:1507::f000
74.6.143.25
74.6.143.26
74.6.231.20
74.6.231.21
Aliases: www.yahoo.com

Not all websites on the Internet will have multiple IP addresses that will resolve to the single domain but as you can see some still do.
See less See more
Windows default settings keep a local cache of DNS look ups for the past 24 hours (unless cleared with a ipconfig /flushdns command or software). You can open up a Command prompt screen and enter ipconfig /displaydns to see the contents. This will show you the IP address used by your computer for a given hostname.
  • Like
Reactions: 1
Chuck,
Tried this and it quickly displays the results and closes the Command Windows?

How do I see the list?
2
Tried this and it quickly displays the results and closes the Command Windows?
It sounds like you may be entering the command in the Windows Run dialog box rather than the command screen.

Azure Rectangle Font Screenshot Parallel


If that is the case, first enter cmd in the Run dialog box. That should open up the command screen that looks like and old MS-DOS screen with a blinking cursor.

Blue Azure Screenshot Rectangle Font


You can then enter the ipconfig /displaydns command. That will display the results and keep the command screen open
See less See more
YES, you are so correct
1 - 10 of 10 Posts
Status
Not open for further replies.
Top