i need to develop a web based system for tracking an IP address for all of PC in local network. As i know, to discover the IP address for all of PC
that still on by using commang ping -b (broadcast address)...it can show an arp table...
2 replies to this topic
#1
Posted 25 July 2011 - 11:13 PM
|
|
|
#2
Posted 27 July 2011 - 06:23 PM
Can you be more specific on what exactly it is that you want? What would the interface look like? Would it actively seek out other computers on the network?
sudo rm -rf /
#3
Posted 29 July 2011 - 03:28 PM
Mmmmm... To do this without installing software on the client (on windows/mac much of that is there, but may not be enabled) you would have to directly interface with your router (most likely writing your own firmware, if it is a popular brand there might be a basic framework already there to help you) unless it provided these things- some enterprise routers have things like sending out information on users. Also some home ones list the connected computers.
Then its just a matter of fetching the list of IPs with PHP and pinging each then displaying the information.
Why exactly do you want to do this??
Then its just a matter of fetching the list of IPs with PHP and pinging each then displaying the information.
Why exactly do you want to do this??
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









