|
|||||||||||
|
RE: [Snort-users] Running snort in daemon mode disables network c onnection
From: Sadanapalli, Pradeep Kumar (MED, TCS) <Pradeep.Sadanapalli(at)med.ge.com>
Date: Fri Feb 28 2003 - 18:52:33 EST
Here is part of my snotd script I am running.
"
RETVAL=0 start() {
echo -n $"Starting snort: "
daemon $SNORTBINARY -p -A fast -b -l /var/log/snort -d -D -i
$INTERFACE -c $CONFIGFILE
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/snortd
echo
echo -n $"(log to " $LOGDIR " with configfile " $CONFIGFILE ")"
echo
} " What else may be going wrong? Appreciate your help. Thanks in advance for all your help Pradeep
-----Original Message-----
On Fri, 28 Feb 2003, Sadanapalli, Pradeep Kumar (MED, TCS) wrote: > I am running snort-1.9.0 on my redhat linux 8.0 laptop. I am using my
Easy enough. > I am not using other network interface,eth0. It is just left
No problem. Forget about it. > When I am running snort in daemon mode, I am losing my network
It's not Daemon mode that is giving you grief--It's promiscuous mode
that
> What is this promiscuous mode?
To sort of quote "The Red Book" [0]....
'Ethernet is sort of like a "polite" dinner party. If you want to talk
to
Promiscuous mode is different. You _read_ all the bits of paper no
matter
Since you just want to look for scans and attacks that are headed to
you,
Simply start Snort with the "-p" flag and it should work fine. Cheers! Erek Adams "When things get weird, the weird turn pro." H.S. Thompson
[0]
(URL may wrap) This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users Received on Fri Feb 28 19:23:28 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:11:46 EDT |
||||||||||
|
|||||||||||