From 0194aaa72bd70d8b3dbf40022b21595eecb5dd39 Mon Sep 17 00:00:00 2001 From: da_667 Date: Tue, 8 Nov 2016 16:42:35 -0500 Subject: [PATCH] yup mispelled multicast here too. --- Autosnort - Ubuntu/AVATAR/snortd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autosnort - Ubuntu/AVATAR/snortd b/Autosnort - Ubuntu/AVATAR/snortd index 55a8417..7fe5267 100644 --- a/Autosnort - Ubuntu/AVATAR/snortd +++ b/Autosnort - Ubuntu/AVATAR/snortd @@ -18,7 +18,7 @@ do_start() { echo "Starting Snort" /sbin/ifconfig snort_iface1 up -arp -multicast promisc - /sbin/ifconfig snort_iface2 up -arp -multicase promisc + /sbin/ifconfig snort_iface2 up -arp -multicast promisc $SNORTD $OPTIONS if [ $? -eq 0 ]; then echo "Snort successfully started."