app that can record ip address

Page 1 of 3 123 LastLast

  1. Posts : 60
    1909 (w/e is most recent)
       #1

    app that can record ip address


    app that can record ip address?

    site/software/app that can tell you what your ip address is every hour or something so you can know when it changes
      My Computer


  2. Posts : 5,330
    Windows 11 Pro 64-bit
       #2

    A public IP address is an IP address that can be accessed over the Internet. Private IP address on the other hand is used to assign computers within your private space without letting them directly expose to the Internet. For example, if you have multiple computers within your home you may want to use private IP addresses to address each computer within your home. In this scenario, your router get the public IP address, and each of the computers, tablets and smartphones connected to your router (via wired or wifi) get a private IP address from your router via DHCP protocol.

    There are few ways to find out private ip address assigned to your computer network adapter and public ip address assigned to your router. In this tutorial i will explain easiest way to find out both private and public ip addresses assigned to your computer and router.


    What is my Private IP Address
    Follow below steps to find out private ip address assign to your computer network adapter.


    1. Open the Command Prompt by clicking Start Menu --> All Programs --> Accessories, right-click on Command Prompt, and open it as an administrator. In Windows 8, 8.1 and Windows 10 simply hold down the + X keys and select the option “Command Prompt (Admin)” from the menu.



    2. Enter following command within Command Prompt:

    Code:
    ipconfig


    Above commands will reveal your private ip address that is assigned to your computer network adapter.
    The ipconfig command by default displays only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP. My private ip address displayed as 192.168.1.21, which is assigned to my wireless network adapter named "WIFI 2".

    Private networks can use IP addresses anywhere in the following ranges:


    • 192.168.0.0 - 192.168.255.255 (65,536 IP addresses)
    • 172.16.0.0 - 172.31.255.255 (1,048,576 IP addresses)
    • 10.0.0.0 - 10.255.255.255 (16,777,216 IP addresses)





    What is my Public IP Address
    Follow below steps to find out public ip address assign to your router.

    1. Open the Command Prompt by clicking Start Menu --> All Programs --> Accessories, right-click on Command Prompt, and open it as an administrator. In Windows 8, 8.1 and Windows 10 simply hold down the + X keys and select the option “Command Prompt (Admin)” from the menu.



    2. Type following command and press Enter key:

    Code:
    powershell
    3. Type following powershell commands one at time and for each command press Enter key.

    Code:
    $wc = new-object System.Net.WebClient
    Code:
    $wc.DownloadString("http://myexternalip.com/raw")



    Above commands will display your public ip address assigned to your router. My public ip address assigned to my home router is 82.222.135.228.

    The "Nslookup" command-line can also be use to display your router public ip address. Follow bellow steps to find out public ip address assigned to your router.

    1. Open the Command Prompt by clicking Start Menu --> All Programs --> Accessories, right-click on Command Prompt, and open it as an administrator. In Windows 8, 8.1 and Windows 10 simply hold down the + X keys and select the option “Command Prompt (Admin)” from the menu.



    2. Type following command and press Enter key:

    Code:
    nslookup myip.opendns.com  resolver1.opendns.com


    The public ip address will be displayed after the "Non-authoritative answer:" entire.
      My Computer


  3. Posts : 920
    Windows 10 Pro
       #3

    Also most if not all of that info can be gained from Settings/Network&internet/Status/View Network Properties, it also has a copy button so you can easily copy and paste into a .txt file. Another brief way is to open Task Manager, Performance tab, right-click the Network graph, copy, then paste into a .txt file.
    However using FreeBooters method you could use a batch file set as a task to run every hour and record the info to a file.
      My Computer


  4. Posts : 5,330
    Windows 11 Pro 64-bit
       #4

    Pejole2165 said:
    Also most if not all of that info can be gained from Settings/Network&internet/Status/View Network Properties, it also has a copy button so you can easily copy and paste into a .txt file. Another brief way is to open Task Manager, Performance tab, right-click the Network graph, copy, then paste into a .txt file.
    Do they display public ip address?
      My Computer


  5. Posts : 920
    Windows 10 Pro
       #5

    Pretty sure that's what is being shown, yes.
    app that can record ip address-net01.png
    app that can record ip address-net02.png
      My Computer


  6. Posts : 5,330
    Windows 11 Pro 64-bit
       #6

    If you are using router then the IP address shown is private ip address.
      My Computer


  7. Posts : 920
    Windows 10 Pro
       #7

    Ah, yes, just used your Powershell commands and address shown there is not reported by the methods I used at all. Must admit i'm not to "up" on network stuff. Still a lot of useful info can be shown easily which was a lot harder to see under older versions of Windows.
      My Computer


  8. Posts : 5,330
    Windows 11 Pro 64-bit
       #8

    Pejole2165 said:
    Ah, yes, just used your Powershell commands and address shown there is not reported by the methods I used at all. Must admit i'm not to "up" on network stuff. Still a lot of useful info can be shown easily which was a lot harder to see under older versions of Windows.
    I understand we are all here to learn.
      My Computer


  9. Posts : 11,247
    Windows / Linux : Arch Linux
       #9

    Hi there

    opendns has a logging feature as do some routers -- (by this I mean of course the IP addresses of web sites visited etc not your ISP's address).

    I'm not sure though if opendns logs ipv6 addresses though or any addresses accessed via an access point created by a mobile phone. -- In some areas speeds and data limits are better on a phone with the new 5G networks than traditional plans --depends on region / country of course.

    scroll down a bit for info on opendns

    Some info here : How to Use Router to Monitor Which Websites are Visited
    Cheers
    jimbo
      My Computer


  10. Posts : 920
    Windows 10 Pro
       #10

    just found a utility on MS store that monitors/ shows IP address as a live tile, IP Address by Jujuba Software, it's free. Havent used it myself so can't say if it's any good or not, mixed reviews on the store.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:06.
Find Us




Windows 10 Forums