Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

snoop on Tru64?

0 views
Skip to first unread message

Cynthia Ritchie

unread,
Nov 21, 2000, 3:00:00 AM11/21/00
to
Is there anything similar to snoop on Tru64?


Barry Margolin

unread,
Nov 21, 2000, 3:00:00 AM11/21/00
to
In article <3A1AC20D...@noaa.gov>,

Cynthia Ritchie <Cynthia...@noaa.gov> wrote:
>Is there anything similar to snoop on Tru64?

Tcpdump runs on just about every Unix variant there is, so I would expect
it to have been ported to Tru64 as well.

--
Barry Margolin, bar...@genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

Andrew Moar

unread,
Nov 21, 2000, 3:00:00 AM11/21/00
to
In article <3A1AC20D...@noaa.gov>,

Cynthia Ritchie <Cynthia...@noaa.gov> writes:
> Is there anything similar to snoop on Tru64?
>


There's tcpdump which comes as part of the Additional Networking Services
subset. It's a little tricky to set up for the first time. You need the
packetfilter option compiled into the kernel (see man packetfilter)
and then need to use:

ifconfig [interface] promisc - to set your NIC to promiscous
pfconfig +p [interface] - to set the packetfilter to promiscous and
pfconfig +c [interface] - to set it to copyall mode.

Regards,

Andrew
--
Andrew Moar : Ph +61 3 9479 1505 email A.M...@latrobe.edu.au
Unix Environment Specialist, Information Technology Services
La Trobe University, Bundoora

Rev. Don Kool

unread,
Dec 12, 2000, 11:22:01 PM12/12/00
to

Andrew Moar wrote:
> Cynthia Ritchie <Cynthia...@noaa.gov> writes:

> > Is there anything similar to snoop on Tru64?

> There's tcpdump which comes as part of the Additional Networking Services
> subset. It's a little tricky to set up for the first time. You need the
> packetfilter option compiled into the kernel (see man packetfilter)

There is little reason to select anything save "all of the above"
when compiling the kernel on an ALPHA. If an admin neglected to do
that at boot time, it is a simple matter to run "doconfig" (after
booting the generic kernel) and do it at any time after. Compiling
everything into the kernel at install time (or during some scheduled
downtime) eliminates the need for reboots and downtime when later
installing options that involve kernel support.

Hope this helps,
Don


--
********************** You a bounty hunter?
* Rev. Don McDonald * Man's gotta earn a living.
* Baltimore, MD * Dying ain't much of a living, boy.
********************** "Outlaw Josey Wales"
http://members.home.net/oldno7

0 new messages