Displaying 1 result from an estimated 1 matches for "msnvfllawls1v".
2006 Oct 20
4
tcpsnoop problem
...output to a file. like this:
tcpsnoop > /tmp/tcp.snoop out &
Then I started a regular snoop.
snoop port 1521
and waited till I saw a packet pass. eg:
[root at msnvflcs1]# snoop -n hosts port 1521
Loading name file hosts
Using device /dev/ipge (promiscuous mode)
AAADBT.********. -> msnvfllawls1v.******* TCP D=44947 S=1521 Push
Ack=2428689568 Seq=2807055520 Len=10 Win=49640
msnvfllawls1v.******* -> AAADBT.******** TCP D=1521 S=44947
Ack=2807055530 Seq=2428689568 Len=0 Win=49640
As you can see, there _is_ traffic between something on my machine and
the AAADBT server on port 1521.
WHen I...