Results 11 to 13 of 13
Originally Posted by atreyu
Well, I'd still recommend going to the wireless router itself and looking for logs on it for information regarding DHCP and/or connection attempts.
If you're lucky, ...
- 09-30-2011 #11
This one worked for me.
Would it be possible to check on each machine re their websites and activities?jun@jun@ldme ~ $ nmap -n -sP 192.168.1.0/24
Starting Nmap 5.21 ( Nmap - Free Security Scanner For Network Exploration & Security Audits. ) at 2011-09-30 15:28 PHT
Nmap scan report for 192.168.1.1
Host is up (0.0033s latency).
Nmap scan report for 192.168.1.4
Host is up (0.00014s latency).
Nmap scan report for 192.168.1.7
Host is up (0.065s latency).
Nmap done: 256 IP addresses (3 hosts up) scanned in 2.61 seconds
jun@jun@ldme ~ $
nujinini
Linux User #489667
- 09-30-2011 #12Linux Guru
- Join Date
- May 2011
- Posts
- 1,855
Not directly, there's no magic Linux command to do that. You need to set up some sort of DNS proxy inb/t the clients and your router to do that. You could do that w/your Ubuntu box - make it a kind of dedicated internet proxy. There are specific tools and even full-on Linux distros for this, but I'm no pro at it, I hope others will chime in to help you.
For comprehensive-oriented solutions, I can tell you that I've heard good things about Untangle and Dans Guardian for this kind of thing, though.
- 09-30-2011 #13
Read this page for a detailed list of network monitoring tools. Also investigate tcpdump.


3Likes
Reply With Quote