logo elektroda
logo elektroda
X
logo elektroda

CMD Command - Showing IP and hostname of computers in the subnet

kukiz1986 36744 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 14193257
    kukiz1986
    Level 27  
    Welcome. There was once a command that entered the CMD command line and you could see what computers and ip are logged on to the subnet. I think the hostname was also displayed. Does anyone remember this? I can't remember anything in the world.
  • ADVERTISEMENT
  • #2 14193326
    hehehehuhuhu
    Level 19  
    Hello.
    Maybe I'm wrong, but in CMD you won't see all computers connected to the network. You can only ping one by one.
    I recommend Advanced IP Scanner and LAN Scanner.
  • ADVERTISEMENT
  • #4 14193494
    m.jastrzebski
    Network and Internet specialist
    hehehehuhuhu wrote:
    Hello.
    Maybe I'm wrong, but in CMD you won't see all computers connected to the network. You can only ping one by one.
    I recommend Advanced IP Scanner and LAN Scanner.

    You don't have to ping in turn. It is enough to do one ping to ... the broadcast address of the given subnetwork. Each knot will not respond, because how, but will enter it in the arp table. So we clean the arp tables. We ping, display the arp tables

    for example
    arp -d *
    ping 192.168.1.255
    arp -a
ADVERTISEMENT