No idea. I am surprised.
How can i monitor my active users, find source ip, destination ip and desrination name. I know, that is possible but dont know the way
No idea. I am surprised.
Active IPs (not exact)
Source an destination:Code:cat /proc/net/arp
for names eg.Code:cat /proc/net/ip_conntrack
nslookup 221.113.233.164
from optware/netutils
Last edited by oleo; 09-12-2005 at 08:07.
thx, that is what i need