Results 1 to 4 of 4

Thread: Firewall logger not Firestarter nor sudo privileged

  1. #1
    Join Date
    Sep 2009
    Beans
    167

    Firewall logger not Firestarter nor sudo privileged


  2. #2
    Join Date
    Sep 2009
    Beans
    167

    Re: Firewall logger not Firestarter nor sudo privileged

    In fact i have checked that Firestarter makes an exact output of messages file log

  3. #3
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Firewall logger not Firestarter nor sudo privileged

    Quote Originally Posted by sopadeajo View Post
    In fact i have checked that Firestarter makes an exact output of messages file log
    Firestarter needs root priviledges to change iptables rules and to display the status of established connections, but not for displaying blocked connection logs.

    You can get the same logs in real-time with this:

    Code:
    tail -f /var/log/messages | grep eth0
    Just replace eth0 with your network card.

  4. #4
    Join Date
    Sep 2009
    Beans
    167

    Re: Firewall logger not Firestarter nor sudo privileged

    Yes, OK.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •