Results 11 to 15 of 15
Well, first.. that works if all the boxes accept pings
Also, what IPs are you using in your LAN?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-21-2005 #11Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Well, first.. that works if all the boxes accept pings

Also, what IPs are you using in your LAN?serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 12-21-2005 #12
Just some possible ideas to get you started:
TCP scan, assuming network 192.168.1.0/255.255.255.0.Code:nmap -T Aggressive -sT 192.168.1.*
ICMP echo request scan.Code:nmap -T Aggressive -sP 192.168.1.*
UDP scan.Code:nmap -T Aggressive -sU 192.168.1.*
These scans may take awhile so be patient. Also, you will need to actually read the man pages for nmap if you intend to use it.
Good luck.
P.S. Pipe the output from each of these to a file you can review later. If it starts finding hosts on your network there may be a lot of output.
- 12-22-2005 #13Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
based on your idea i can only check for a particular user?
Originally Posted by anomie Proper Planing is a way of success
- 12-22-2005 #14
If you want to view AND manage your LAN machines, then get a network app like Samba or something. (Google Linux Netoworking and see what comes up, or go here and check under "applications" and "networking"
- 12-22-2005 #15Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
thanks for ur suggestion, but do u think these software can be install in a dummy machine?
Originally Posted by Varean Proper Planing is a way of success


Reply With Quote
