Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: kuttyjack on August 17, 2010, 04:45:53 pm

Title: Where is the firewall log located..
Post by: kuttyjack on August 17, 2010, 04:45:53 pm
Hi,

I have installed the ebox 1.5 and i have enabled the firewall log. but i am unable to find the firewall log in /var/log/.. also i want to enable the firewall log for HTTP, please guide me how do i enable the HTTP log, i mean incoming request from internal network to internet.

Thank you,
Regards,
Sathish S.
Title: Re: Where is the firewall log located..
Post by: jquintao on August 18, 2010, 03:11:47 pm
Hi Sathish S.,

In eBox web console, you can see the firewall logs inside "Core -> Logs -> View Logs -> Firewall" option...

In the command line shell, try run this command:

cat /var/log/syslog | grep ebox-firewall

Thanks,
Jorge Quintao
Title: Re: Where is the firewall log located..
Post by: zzeroo on December 17, 2013, 09:31:19 am
Update for newer zentyal versions the commands are

Code: [Select]
cat /var/log/syslog | grep zentyal-firewall
or for a live view

Code: [Select]
tail -f /var/log/syslog | grep zentyal-firewall