Hi,
We are running 4.0D.
We can use "grep options /usr/sys/conf/HOSTNAME". But this does not
necessarily mean these have been built into a vmunix file.
Is there a way to examine what modules are built in a vmunix file?
My task at hand is too see whether the packetfilter has been
configured. Would this be a good test?
what /vmunix | grep -i bpf_filter
$RCSfile: bpf_filter.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1995/08/21 23:57:30 $
or
strings /vmunix | grep bpf
_at_(#)$RCSfile: bpf_filter.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1995/08/21 23:57:30 $
_at_(#)$RCSfile: pfilt_bpf.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1996/08/15 21:58:59 $
What I think is the most definite test is to run some command against
the running kernel, like "dbx -k /vmunix /dev/mem".
Here is where I need a pointer.
What command to enter at the (dbx) prompt.
Thanks in advance!
Mingzuo
Received on Mon Feb 01 1999 - 19:55:27 NZDT