Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Finding IP Address

Finding IP Address

Scheduled Pinned Locked Moved Visual Basic
sysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dotnetminer
    wrote on last edited by
    #1

    I want to know IP Addresses of all machines on a peer to peer network. How can i do this ? The network consists of Win 9x machines and there is no DNS server.

    D 1 Reply Last reply
    0
    • D dotnetminer

      I want to know IP Addresses of all machines on a peer to peer network. How can i do this ? The network consists of Win 9x machines and there is no DNS server.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      There a couple of methods you could use to do this, but nothing easy... First, you could ping a range of IP addresses to get a list of machines that respond, then you would have to port scan each of those responding addresses to figure out what kind of machine is at that address... Second, you could write a client that you deploy to all of your machines that reports back to a central server and reports the address in use... But why go through all that trouble when you could download a good IP/Port scanning tool to do that for you or... If your network is using DHCP to assign addresses, look at the logs/database for the DHCP server to see what addresses have been handed out... RageInTheMachine9532

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups