CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2005
    Posts
    47

    Question Getting addresses

    Is it possible to get ip addresses of all computers on local network?
    I don't know how to do that ...Can you post something to help me out?

    Thanks,


  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Getting addresses

    There are sniffers and pingers that can return these.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Feb 2005
    Posts
    6

    Re: Getting addresses

    Or if you have access to the dhcp server...use the netsh or dhcpcmd tools to get a list of all IPs leased out on a subnet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured