Re: Can't access Apple's iCloud/iTunes, etc
Posted by Roadrunnere42 on Mar 09, 2016; 8:34pm
URL: https://itus.accessinnov.com/Can-t-access-Apple-s-iCloud-iTunes-etc-tp168p363.html
James Brown
Just a thought but you could changes the rules from drop to alert to see if it's the rules are causing the problem, in the fw_upgrade script you can just change the line from
sed -i 's/alert /drop /' /mnt/ramdisk/alert.list
to
sed -i 's/drop /alert /' /etc/snort/rules/snort.rules
then run sh/sbin/fw_upgrade
this will change drop to alert which should shown as alart in the log and not stop any traffic, this way you can test if it's snort causing the problem, hope this helps.
roadrunnere42