Dr. Mark Humphrys

School of Computing. Dublin City University.

Online coding site: Ancient Brain

coders   JavaScript worlds

Search:

Free AI exercises


How to find your IP address


  1. On Windows:
    $ ipconfig
    
    and:
    $ ipconfig /all
    


  2. On Linux:
    $ ip addr list 
    $ ip addr list em1
    $ ip addr list eth0
    
    Output may be confusing. So do this to see what IP a remote site sees:
     wget -q -O - https://humphryscomputing.com/remote_addr.php 


  3. On some other UNIX / Linux:
    $ ifconfig -a
    

  4. Click a remote site (my page):

  5. Click a remote site (other pages):

  6. VPN? (DCU IP different to remote IP)
    • If you are on the DCU VPN, your IP as seen by DCU machines will be a private IP address (10.*.*.*)
    • Other sites on the Internet will see your real (public) IP address.

  7. Proxy? (remote IP different to local IP)
    • You may discover that your remotely-visible IP is different to your locally-visible (inside DCU) IP.
    • Explanation: Some machines in DCU are set up to go through a proxy.

  8. whatismyip.com




ancientbrain.com      w2mind.org      humphrysfamilytree.com

On the Internet since 1987.      New 250 G VPS server.

Note: Links on this site to user-generated content like Wikipedia are highlighted in red as possibly unreliable. My view is that such links are highly useful but flawed.