Author Topic: Where is the firewall log located..  (Read 7424 times)

kuttyjack

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Where is the firewall log located..
« 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.

jquintao

  • Board Moderator
  • Zen Hero
  • *****
  • Posts: 648
  • Karma: +14/-0
  • jquintao
    • View Profile
    • NetSol
Re: Where is the firewall log located..
« Reply #1 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

zzeroo

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
  • I don't like IT, but IT likes me.
    • View Profile
    • zzeroos blog
Re: Where is the firewall log located..
« Reply #2 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
I don't like IT, but IT likes me.