Is there any way to bond sniffer interfaces? I've read a little on netgraph and it seems like i maybe able to use that but i'm not sure how to go about that. Basicly the end result is to have snort listen on a virtual interface, which will have data sent to it from say fxp0 and fxp1. I also want to make sure that data from fxp0, fxp1 or $VIRTUAL doesn't get sent out fxp1 or fxp0 for some reason.
Upon executing make installworld I get...
make installworld
mkdir -p /tmp/install.17216
for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep
ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc
zic; do cp `which $prog` /tmp/install.17216; done which: not found
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
*** Error code 64
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Any one have any ideas?
Well it is fixed... had to do a make installmost first and then do a make installworld... On Mon, 15 Dec 2003 23:05:29 -0600 Vulpes Velox <kitbsdlists@HotPOP.com> wrote:> Upon executing make installworld I get... > > make installworld > mkdir -p /tmp/install.17216 > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep > ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname > wc zic; do cp `which $prog` /tmp/install.17216; done which: not found > usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory > *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src.