|
Answer» i manage a home network and we got 4 WIRELESS laptops connecting to the network..is there away to see on my laptop who is connecting and sendings msgs to whoever connected to the network?open a DOS prompt and type 'net send \\computername "message here"'
that should do the trick. i KNOW about this "net send" command of cmd what i DONT know is how to get the computer IPsHey Lavender,
create a little DOS batch command:
echo --------------ARP -a-------- ARP -a pause echo --------end -ARP -a--------
This will give the Internal IP's and Mac's
In this EXAMPLE: the Interface is YOUR PC. the first Internet Address is the one PC that is currrently connected to yours. the second is the Router.
Interface: 192.168.123.100 --- 0x3 Internet Address Physical Address Type 192.168.123.101 00-04-e2-99-8e-c5 dynamic 192.168.123.254 00-c0-49-ed-f8-d0 dynamic thanks i guess this is one way to do it
|