How to get current site's IP
-
I've been looking in the devtools, but found nothing. Does someone know how to get IP address of the site I'm on?
-
I think I am being too much simplist. But who knows?
I did ask Google: "Ip Address: how to obtain at Manjaro Linux"
I have obtained as a response: "You can determine the IP address or addresses of your Linux system by using the hostname , ifconfig , or ip commands. To display the IP addresses using the hostname command, use the -I option. In this example the IP address is 192.168.122.236".
They go further, including to: "Determine Your Private and Public IP Addresses from the Command ..."
The page of google with responses is:
https://www.google.com/search?q=Ip Adress%3A how to obtain at Manjaro Linux obtain
No much hopes, pero...
-
@potmeklecbohdan
Hi, regular I use ping command from shell but there is an app for everything I got https://chrome.google.com/webstore/detail/ip-address-and-domain-inf/lhgkegeccnckoiliokondpaaalbhafoa?hl=en-GB
Looks nice may I leave it installed as I need this sometimes, too.Cheers, mib
-
In devtools, right-click the column header and choose "Remote Address"
Usually I just use
ping
or (even better)nslookup
ordig
from cmd. But that will just get you the web server IP obviously, and resources are often hosted on many different hosts these days. -
@potmeklecbohdan said in How to get current site's IP:
how to get IP address of the site I'm on?
Open the terminal and issue the following command
$ ping -c 5 www.siteIP.com
The
Oswitch -c specifiesspecifythe number of packets sent -
-
Thanks all for the responses.
@lamarca Please tag this as [resolved].
-
@potmeklecbohdan I got it.
-
-
Ppafflick unlocked this topic on
-
Ppafflick moved this topic from Desktop on