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. C#
  4. Which method is used to get IP's of nodes on LAN?

Which method is used to get IP's of nodes on LAN?

Scheduled Pinned Locked Moved C#
csharpsysadminquestion
3 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.
  • A Offline
    A Offline
    amber hussain
    wrote on last edited by
    #1

    How We can get information about the nodes attached on LAN programatically ven v r on server?Is there any method already present in C#? thanks in advance

    D 1 Reply Last reply
    0
    • A amber hussain

      How We can get information about the nodes attached on LAN programatically ven v r on server?Is there any method already present in C#? thanks in advance

      D Offline
      D Offline
      Darren_
      wrote on last edited by
      #2

      Maybe you can read the ARP Table? If not why not read your own ip (the server) then ping the subnet to see who is alive. i.e. ping 192.168.1.2 -> 192.168.1.255 this might help on the ARP although its in C++ http://www.codeguru.com/cpp/i-n/internet/internetprotocolip/article.php/c6153/[^]

      D 1 Reply Last reply
      0
      • D Darren_

        Maybe you can read the ARP Table? If not why not read your own ip (the server) then ping the subnet to see who is alive. i.e. ping 192.168.1.2 -> 192.168.1.255 this might help on the ARP although its in C++ http://www.codeguru.com/cpp/i-n/internet/internetprotocolip/article.php/c6153/[^]

        D Offline
        D Offline
        Darren_
        wrote on last edited by
        #3

        The ARP table might only hold ip addresses of computers it had reason to communicate with though, not sure on that.

        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