answersLogoWhite

0

How do you find hostname of another PC by ip?

Updated: 9/17/2019
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you find hostname of another PC by ip?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Command to find ipaddress if you have hostname?

ping hostname or nslookup hostname For more details: http://www.zilckh.com/how-to-find-ip-address-from-hostname-in-a-windows-system-using-command-line/


How do you block people on Hotmail?

on the very right hand side of your hotmail account you will see a button "options" this will give you a menu, at the bottom of this menu there is an option " more options" This will lead you to a page an there you will find a section called "Junk Email" in this section there is a subsection called "safe and blocked Senders" if you go into this section you will see a small section called "blocked Senders" in here you can add the address of anyone you want to block


How can you check the hostname in Linux?

The hostname (the name of the computer) can be found in most Linux distributions by issuing the hostname command without arguments. Alternatively, you can view the contents of /etc/hosts. The hostname will be listed next to the IP address 127.0.1.1.


How do you ping with your telephone?

We can ping to only IP telephonic network devices like IP phones through destination IP or by hostname of the device.


How hard is it to find your IP address on your PC?

The IP address for a PC is not difficult to find. Usually it can be found through the service of internet on the PC. Otherwise it can be found on the hard drive on the computer.


What is named.conf in CentOS?

This file is a dns configuration file for Linux CentOS


How you use ping in Linux?

ping [hostname] or ping [IP address]For example:ping wiki.answers.comorping 127.0.0.1


How can an IP address for a network device be assigned to a particular network?

Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/1Admin(config-if)#ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/1Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248


How would you find all the current IP sessions on a PC?

NETSTAT


How can you find ip or hostname of another PC?

There are a few ways.Look through any emails you received from the PC you are trying to trace. If they used an email client such as Outlook, you will see their PCs IP address in the header.This will not work if they use a webmail client such as Gmail, YahooMail or others.You can use a legal hacking method, such as sending them an email with a link or iframe in it which will then log their IP address.A more advance method would be to have your own webserver which can record the IP addresses of visitors to your site down to the image level. Then include an image in your email. Your server statistics can record the server which downloaded the image. If this image was ONLY sent to the person you are attempting to trace, you will have their IP address.The easiest way?Ask them!If they do not know, simply tell them to visit a site which displays their IP Address - there are a lot of them, like: www.howtofindipaddress.com/


How do you display the host name and ip address using Servlets?

The host name and the ip address is present in the HttpRequest object. Usually it is passed as an argument to the doXXX methods. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { // Get client's IP address String ipAddress = req.getRemoteAddr(); // Get client's hostname String hostname = req.getRemoteHost(); }


The what command test connectivity by sending an echo request to a remote computer?

ping hostnameyou can ping different ways, by hostname or IPexample by ip to Google's dns server.ping 8.8.8.8example by hostname to google.comping google.com