Log in

Bekijk de volledige versie : Active user monitor



yeager
09-11-2005, 07:46
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

yeager
08-12-2005, 09:37
No idea. I am surprised.

oleo
09-12-2005, 08:05
Active IPs (not exact)

cat /proc/net/arp

Source an destination:

cat /proc/net/ip_conntrack

for names eg.
nslookup 221.113.233.164

from optware/netutils

yeager
12-12-2005, 07:32
thx, that is what i need