• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

List IP Addresses on LAN

LuckyTaxi

Diamond Member
I came across TCPNetview, and it's exactly what I want, but it shows me every IP address on the WAN!
I just want my immediate network (192.168.37.? LAN), and not the whole enterprise.

TCPNetview takes forever cuz it will show me every IP Address, and that's over 1500 PCs!
 
how do you use nmap with win 2k?



<< Most operating systems are supported, including Linux, Open/Free/Net BSD, Solaris, IRIX, Mac OS X, HP-UX, Sun OS, and more. Windows support is in beta and we are not distributing binaries yet >>



from nmap
 
i doubt u can. they are planning to port it to NT.
I found languard network scanner. it is very fast and does what i want!

now i have to figure out why my firewall is not working. damn linksys.
says port 80 is open when it isnt!
 
Hrmm... Ok, maybe I was wrong. I really thought they had ported it to nt. Well kudos for Fyodor! Keep the kids where they belong 😉
 
ummm....

to list all adresses on your LAN, you do the following magic:

subnet length = FFFFFFFF - netmask
broadcast = network + subnet length

and all available IP's you can use are between 'network' and 'broadcast'. Your box's IP shoud be among them.
 
From a Linux box (probably any unix) ping the broadcast address and save all the replies.

There is a version of nmap for NT, but I had problems getting it to work on Win2K, maybe it'll work better on NT4.
 
Back
Top