28 Mar
2008
28 Mar
'08
9:44 a.m.
L.M.J a écrit :
I will check it out, maybe by using tcpdump or so. Sound like a mess since they are production servers with heavy network load. Anyway, gonna investigate deeper
snoop is the default network monitoring tool on sunos. you can also use tcpdump from sunfreeware and filter directly when you capture what the box sends to port 1984.
snoop -i qfeX -o mycapture.cap port 1984
then open the mycapture.cap with your favourite wireshark/ethereal.
CU