Flux rss
Search : in
By : Keywords Username
Unanswered messages

Finding computer name using IP

ali, on Saturday June 28, 2008 06:23:21 AM 
 Report this message to moderators

I need to find the computer name of one PC connected in LAN (joined to domain).
I have the IP address of terminal. how i will find the computername?

kindly advice


Thanks and Regards

1

rtr1900, on Monday June 30, 2008 11:56:53 AM
  • +12

Use
NSLOOKUP

Or

PING -A xxx.xxx.xxx.xxx

NSLOOKUP uses DNS and PING will try WINS and DNS

Reply to rtr1900

8

div, on Thursday November 20, 2008 07:47:46 AM

Coollllllllll answer yaar its works,Hey can u email me some command stuff of dos plz Thanks in advance

Reply to div

9

Shashi, on Friday November 21, 2008 10:43:32 AM
  • +5

Thanks it helped...

Reply to Shashi

37

SHAILENDRA, on Thursday January 22, 2009 11:00:50 AM

Thanks
it's working

Reply to SHAILENDRA

44

Aman, on Sunday March 29, 2009 08:50:40 AM

Try this tracert xxx.xxx.xxx.xxx on command prompt.
regards Aman

Reply to Aman

43

bsuboyy, on Sunday March 29, 2009 03:39:45 AM
  • +6

Okay hey i wanna pull a funny prank at school using shutdown -i and that will let me just down anyones computer but...theres a catch i need to find the computer names on my computer how could i do that we all share the same internet.

Reply to bsuboyy

46

Chuck, on Thursday April 2, 2009 05:46:15 PM

If your computers are numbered like the ones I had, find the IP of your machine.

So if you are machine 26 and your ip ends with 60, you can make the calculations if you know whos sitting at what computer.

If you want to shut down the guy at computer 20, you can find the ip IF AND ONLY IF THE IP IS STATIC ( which in a school setting they should be, unless their admins are poor).

So to shut down the guy at 20, subtract your machine from his machine which gives you a difference of 6.

Subtract 6 from the last number in your ip and if they set it up right, his ip is exactly the same except the last number, which would hopefully be 54. You know what I mean?

Reply to Chuck

47

Paul, on Monday April 6, 2009 04:16:58 PM
  • +1

"Unless their admins are poor..." LMAO

Or they want an easily administrated, sophisticated DHCP network with active directory. I opine so having WORKED in IT at a "school setting." Doesn't it occur to you that maybe we wouldn't want static IPs for the very reason you just gave (among others).

Of course, you could reference the PC by name once you're in the domain.

Of course, we just don't give people those kinds of permissions on Lab machines. Which we name statically on our secure domain and to which we apply liberal amounts of DHCP because it's efficient...

Reply to Paul

51

john47v, on Wednesday May 6, 2009 01:36:48 AM
  • +1

K, so how do u find your own ip?

-thanks

Reply to john47v

52

 GREEN TEXT MAN, on Sunday June 14, 2009 12:04:01 AM

Or, if your admins are as retarded as mine are, it's (Building number, should be the same for all computers in the building)-(Room number)-1(computer number)

Needless to say, their servers were "Randomly" shutting down for the last week of school

Reply to GREEN TEXT MAN

2

kn, on Monday September 22, 2008 07:11:44 PM

Thanks for the post!

Reply to kn

3

sanjeet, on Friday September 26, 2008 12:16:20 PM
  • +1

Dear sir,
send me detail description of my question.
Thanks a lot!
sanjeet

Reply to sanjeet

4

kishore, on Monday October 13, 2008 05:43:54 AM
  • +3

Hi try using nbtstat -ano ip of the terminal

Reply to kishore

5

jaga, on Wednesday October 29, 2008 08:49:44 AM

How to find name server name using cmd prompt
example i want arra.org.in
this name servers
i want use cmd ho what is the command

Reply to jaga

40

jitu, on Thursday February 26, 2009 03:47:37 PM
  • +4

1> command prompt
2> type ping www.any site name and entre.....
e.g ping www.google.com
in a last give google ip adresss....











thanks...........

Reply to jitu

6

kishore, on Wednesday October 29, 2008 09:20:29 AM
  • +5

Use nslookup

Reply to kishore

7

chandrabhan, on Wednesday November 5, 2008 04:10:22 AM

Thanx dude, it worked well...

Reply to chandrabhan

10

yogi, on Wednesday November 26, 2008 01:48:47 PM
  • +2

Which is the command used to display the list of IP address of the computers in LAN..
I used "net view" command but it displays only d network name...

Reply to yogi

11

kishore, on Thursday November 27, 2008 03:20:25 AM
  • +1

I dont think v can. only option is to ping the host name and find out the IP.. if not se the DHCP Adresses list in the DHCP sever

Reply to kishore

12

yogi, on Thursday November 27, 2008 01:09:05 PM

Thx kishore, any way if u get any such trick pls let me knw...
and pls assist me wid sme commands wch can b used on network..
not the basic ones, some rare ones.......

Reply to yogi

13

GiantLeap, on Tuesday December 2, 2008 08:28:04 AM
  • +7

Broadcast net view command and then do the nbtstat -a -n

Reply to GiantLeap

35

shakti, on Wednesday December 17, 2008 02:18:59 PM

Thanx bro its working

Reply to shakti

14

Mahen, on Tuesday December 2, 2008 11:27:23 AM
  • +3

Just use below command

NBTSTAT -A IPADDRS

Reply to Mahen

15

GiantLeap, on Tuesday December 2, 2008 02:22:42 PM
  • +16

Use "/?" parameter to get the help on "dos" commands, like:
nbtstat /?
ipconfig /?
route /?
tracert /?
netsh /?
arp /?
and etc

Reply to GiantLeap

16

yogi, on Tuesday December 2, 2008 02:43:22 PM

I hv a software which is to be installed in 100 systems which r in LAN
i can not use any third party software becoz they r restricted...
how can i do this using cmd prompt?

i am nt using the servrer here.

Reply to yogi

17

GiantLeap, on Tuesday December 2, 2008 03:19:07 PM

The bad thing is that you are not using domain server to control all 100 workstations. so you will need to do it manually.. depending on your software it might have command prompt arguments, so you can make a silent install script (like msi), write the script to your USB stick as autorun and plug it to each pc.. or you can check if the workstations have "Remote assistance" enabled.. you can also dedicate one workstation as a file server, so your script will call another script at this file server from autorun like "\\workstation25\install\script.cmd"

Reply to GiantLeap

18

yogi, on Tuesday December 2, 2008 03:24:29 PM

I do have domain server..
but i just want to know how to install it using cmd prompt..
wid out logging into d server..

Reply to yogi

19

GiantLeap, on Tuesday December 2, 2008 06:32:07 PM

If you can access files and folders of these 100 workstations, you can write a script to run through all the workstations and place your software "setup" script at the startup folder of the workstations..

Reply to GiantLeap

20

yogi, on Wednesday December 3, 2008 07:52:12 AM

How can i write tht script?

can u pls help me wid sme example?
wt type of script it is?

Reply to yogi

22

GiantLeap, on Wednesday December 3, 2008 05:14:23 PM

The script is an usual batch file like "install.cmd" or whatever placed to each PC's c:\path to userprofile\start menu\Startup folder

Example of install.cmd:
rem Mapping your remote folder as local hard drive
net use x: \\WorkstationToBeUsedAsFileServer\PathToYourSoftware

rem Changing path to the mapped folder
x:

rem Running your software setup (for .MSI software)
msiexec /i software.msi /quit /norestart /AnyOtherOptionYouWant (check msiexec /? for more options)

rem Running your software setup (for .EXE software)
AnyThingYouWantToRun.exe

rem Disconnecting the mapped folder
net use x: /d

rem Shutting down PC
shutdown /s

Reply to GiantLeap

50

wan, on Sunday April 26, 2009 05:19:10 AM

Thanks, it help...

Reply to wan

21

xx-hacker, on Wednesday December 3, 2008 08:17:28 AM

You could always type in

net user into cmd
and this will give u the computer name and the people that use the network you are on

you don't really need the ip address of the computer to find out it's name

hope this helped.

Reply to xx-hacker

24

GiantLeap, on Thursday December 4, 2008 05:04:27 AM
  • +1

:)

Reply to GiantLeap

25

micheal, on Thursday December 4, 2008 09:08:09 AM
  • +1

Hi, i want to able to view my camera connected to my computer from another computer using ip. any specif command

Reply to micheal

26

GiantLeap, on Thursday December 4, 2008 09:57:00 AM
  • +2

Microsoft NetMeeting (XP), Microsoft Meeting Space (Vista, Windows7)

Reply to GiantLeap

27

micheal, on Thursday December 4, 2008 10:06:20 AM
  • +1

Microsoft Meeting Space (Vista, Windows7)

Reply to micheal

28

GiantLeap, on Thursday December 4, 2008 11:01:24 AM
  • +2

Refer to Windows Meeting Space Manual to make a connection between your camera PC and remote PC

Reply to GiantLeap

29

micheal, on Thursday December 4, 2008 11:19:07 AM
  • +1

Yes, using cmd to call for the live camera

Reply to micheal

30

GiantLeap, on Thursday December 4, 2008 11:42:49 AM
Reply to GiantLeap

31

yogi, on Thursday December 4, 2008 01:39:13 PM
  • +1

@ GiantLeap

tht was great , thx a lot, it worked..:)

but i am still crazy abt commands..
i dnt want to use GUI mode atall..

Reply to yogi

32

GiantLeap, on Thursday December 4, 2008 02:03:35 PM
  • +1

Check for each program's parameters running the program and "/?" switch and type "help" in cmd, some switches are not documented so you need to search for them in the internet

Reply to GiantLeap

36

yogi, on Friday December 19, 2008 12:47:48 PM

Hi, can u tell me how to install a software in a limited user account(with out admin rights) using cmd.exe?

Reply to yogi

38

vinnie, on Wednesday February 4, 2009 03:42:12 PM
  • +1

Please help I actually want to be able to search the name of a computer with having an IP address. THe computer is connected to the domain but when the computers where set up to the domain no one wrote down the computer name with its IP so I was wondering is there a way to display all the computer names with the IP address or do a search on the server by the IP address that I have to be able to get the computer name or more info about that computer or user.
Thanks so much

Reply to vinnie

39

NIKODA, on Friday February 20, 2009 03:01:23 AM

I need to know all the commands which I can use to find out host names using ip addresses. Its quite important in a LAN environment. Today I just fing someone is using my ip address and I need to know which computer is using my ip address!!
Thanks in advance

Reply to NIKODA

41

Kleinbaas, on Wednesday March 18, 2009 12:03:00 PM

FIXED: How to get a Computer-Name on a domain/network using the IP Address or Username a the user logged in on it.

1) Find the IP address of the computer if you do not already have it
1 a) Go to Computer Management (right click on My Computer and click on Manage)
1 b) Go to System Tools, Shared Folders, Sessions (in the left hand pane) and find the IP Address of the PC that the user is logged onto (this sometimes shows the computer name instead of the IP Address).

2) Find the Computer Name using the IP Address
2 a) Go to DHCP (in Control Panel, Administrative Tools)
2 b) Go to Scope, Address Leases in the left hand Pane and find the IP Address listed, this will then also give you the Computer Name

3) Go to www.brightvisions.co.uk and let us know how you got on.

Al – IT Support Technician for BrightVisions Ltd.

Reply to Kleinbaas

42

mabel, on Tuesday March 24, 2009 11:47:27 AM

Thanks for the tip, it works great, except that it appears to list all of the names that were ever associated with an IP address. I have multiple entries for the same IP.

Is there a way to refresh DNS so that it only contains valid connected names?

Reply to mabel

34

63.68.54.99, on Wednesday December 10, 2008 08:59:03 PM

Beware of this guy he is a virus.

Reply to 63.68.54.99

45

bsuboyy, on Monday March 30, 2009 12:49:28 AM

OKay he guys i got another question i want to learn step by step in a less complex way how to accese my baynet router from school? Only my home computer has vista the schools computers dont have vista.
thanks

Reply to bsuboyy

49

rdude3005, on Friday April 24, 2009 12:19:47 PM

Very good info i found it useful

Reply to rdude3005
Computer name and domain name are different Hello, The DHCP Server assigns a IP address to a computer on the domain. When I run LANsurvey it shows the computer name and the domain name of an old computer that was on the network. The old computer and the IP of the new computer are the same. Some... en.kioskea.net/forum/affich-18563-computer-name-and-domain-name-are-different
Find PC Name using IP Address when PC domain Hello, Please help I actually want to be able to search the name of a computer with having an IP address. THe computer is connected to the domain but when the computers where set up to the domain no one wrote down the computer name with its IP so I... en.kioskea.net/forum/affich-64454-find-pc-name-using-ip-address-when-pc-domain
Computer Name using IP address Hello, Please let me know the person, computer, geographic location, type of connection behind IP address 117.200.16.64.PLEASE HELP ME SINCE THE MATTER IS MOST URGENT. en.kioskea.net/forum/affich-63627-computer-name-using-ip-address
Command to detect your IP address!Command to detect your IP address! IP address (Internet Protocol) is a numerical identification to detect your computer on a network. It is used to communicate between nodes on a computer network. Find below the commands to execute and provide... en.kioskea.net/faq/sujet-553-command-to-detect-your-ip-address
MacOS X – Associating a name to an IP AddressMacOS X – Associating a name to an IP Address What you should know Use this step Example What you should know Please note: this is only valid until MacOSX 10.4, NOT for MacOSX 10.5 (Leopard) MacOSX is a BSD system, the first... en.kioskea.net/faq/sujet-2602-macos-x-associating-a-name-to-an-ip-address
How to display a visitor IP address?How to display a visitor’s IP address? Simple method Displaying IP in a graphic mode Show IP Display visitor's IP Address in a graphic with this simple php code. Consider that: Your... en.kioskea.net/faq/sujet-1965-how-to-display-a-visitor-ip-address
Who owns this IP Address? (Solved)Hello, I got a threatening comment on my website, bandew444.wordpress.com, and I have the IP address. I think I may know this person, because they knew my address, brother & girlfriend. The IP is 68.101.232.64 . I just want to find out the name on the... en.kioskea.net/forum/affich-86032-who-owns-this-ip-address
Computer name changes automaticallyHello, everybody and happy new year 2009 to all of u friend.......... i am facing a problem in my network. some computer automatically changes it name to sujoy. i don't know why becoz already symantec is installed and update and there is no risk.... en.kioskea.net/forum/affich-51131-computer-name-changes-automatically
Find out the IP Address and System NameHello, How do I find out the IP Address of a system that 'had' connected to my WLAN Router during the day? (Note that it is no longer on the network) And with this information how do I get to know the system name? I had someone access my "Unsecured"... en.kioskea.net/forum/affich-41969-find-out-the-ip-address-and-system-name
Download IP Traffic MonitorIP Traffic Monitor monitors all network connections on the computer where it is installed. The program shows you detailed information, such as the remote IP address, host name if available, details of inbound and outbound traffic. Advantage It... en.kioskea.net/telecharger/telecharger-2872-ip-traffic-monitor
Download Find MAC Address by LizardSystemsFind MAC address is a tool allowing you to know the MAC addresses of the computers on your network. A MAC address is a single number identifying a network peripheral. Unlike other similar software which only uses one or two methods, it can use ARP,... en.kioskea.net/telecharger/telecharger-3475-find-mac-address-by-lizardsystems
Download Visual IP LocatorThey do not always know good addresses on the net to have the information which they want (whois, Traceroute, etc).Do not you ever have wanted to prove the place where is exactly your interlocutor during debates? With Visual IP Locator, it will be a... en.kioskea.net/telecharger/telecharger-774-visual-ip-locator
DNS (Domain Name System)What is DNS? Each computer directly connected to the Internet has at least one specific IP address. However, users do not want to work with numerical addresses such as 194.153.205.26 but with a domain name or more specifically addresses (called... en.kioskea.net/contents/internet/dns.php3
Network tests and diagnosticsTesting the IP configuration Before doing anything else, you are advised to check the computer's IP configuration. Windows systems offer a command-line tool, called ipconfig, that lets you find out your computer's IP configuration. The output of... en.kioskea.net/contents/configuration-reseau/tests-diagnostics-reseau.php3
IP AddressWhat is an IP address? Computers communicate over the Internet using the IP protocol (Internet Protocol), which uses numerical addresses, called IP addresses, made up of four whole numbers (4 bytes) between 0 and 255 and written in the format... en.kioskea.net/contents/internet/ip.php3