Based on what i have learned, to discover the IP address for all of PCs on LAN network is by using command ping -b (broadcast address) on command prompt.....please help me..
|
Newbie Member
|
|
| 27Jul2011,12:46 | #1 |
|
hello guys....i need your idea on how to develop one web based system to discover all the PCs IP address...and by using the system, we can monitoring the PC remotely...
Based on what i have learned, to discover the IP address for all of PCs on LAN network is by using command ping -b (broadcast address) on command prompt.....please help me..
|
|
Ambitious contributor
|
|
| 28Jul2011,04:35 | #2 |
|
If they are all on the same network don't they all have the same IP? You could use a system call by using either
PHP Code:
PHP Code:
cik_nyamuk
like this
|