Hi all, could someone tell me if there is a tool or a method to track the IPs that are alive or not? I mean, I'm using DNS manager in ispconfig to add IPs to the DNS server..now i think that during the years, some IPs went lost with their PC. I'm trying to identify them to delete and eventually reassign them to other new and working PCs. Thanks Andrea
that depends on how you define an IP to be alive. If you define replying to a ping as alive then do this, otherweise you have to e.g. check other ports to be open.
Hi, I mean if it does traffic or not...If someone has the firewall active and so not respond to ping requests, it does not mean it's a dead IP. Something that could track the packets? I don't have any idea on howto do it.. Thanks Andrea
Hi, I'm on the DNS server, not on the gateway and I can't access the gateway. Could you please point me out to some tools usefull for me (under linux). Thanks Andrea
well if you are on the dns server, then just run tcpdump dst port 53 -w /tmp/yourdump.dmp and view that with wireshark. It will track all incoming DNS-Request packets. So you could say every machine communicating to the internet will ask you server. but you won't be able to know which amount of traffic which IP produced.