OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • [SOLVED] Lightsquid
« previous next »
  • Print
Pages: [1]

Author Topic: [SOLVED] Lightsquid  (Read 17388 times)

ZLoBNbIY

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
    • View Profile
[SOLVED] Lightsquid
« on: December 02, 2015, 12:39:42 pm »
Hey, when to wait for lightsquid or sarg. without them as it is inconvenient to analyze logs proxy
« Last Edit: January 13, 2016, 09:04:37 am by franco »
Logged

bluepr0

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Lightsquid
« Reply #1 on: December 16, 2015, 03:59:53 pm »
That would be great!
Logged

phoenix

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 58
    • View Profile
Re: Lightsquid
« Reply #2 on: December 16, 2015, 04:06:57 pm »
I would suggest that it's better to forward these logs to a central syslog server, you can do better historical analysis there rather than on the firewall.
Logged
Regards


Bill

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: Lightsquid
« Reply #3 on: January 09, 2016, 01:25:44 am »
I will try to see if lightsquid and sarg can make it into the package repository at least for manual install :)

https://github.com/opnsense/tools/issues/22
Logged

khanisense

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: Lightsquid
« Reply #4 on: January 12, 2016, 05:08:27 am »
Quote from: franco on January 09, 2016, 01:25:44 am
I will try to see if lightsquid and sarg can make it into the package repository at least for manual install :)

https://github.com/opnsense/tools/issues/22
Hello all and thank you in advance, franco. Keep up the great work.  :)
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: Lightsquid
« Reply #5 on: January 13, 2016, 09:04:28 am »
Added lightsquid and sarg to the packages for 15.7.25 and up. Note that these need to be installed from the command line and operated manually until someone steps up and helps to write a proper plugin for the GUI. Thanks guys!

# pkg install lightsquid
# pkg install sarg
Logged

tm.shyam

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #6 on: October 26, 2016, 05:01:57 am »
@franco,

Mate, I tried installing via shell and it says "no packages available to install matching lightsquid have been found in the repositories"
Logged

phoenix

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 58
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #7 on: October 26, 2016, 08:16:56 am »
Quote from: tm.shyam on October 26, 2016, 05:01:57 am
@franco,

Mate, I tried installing via shell and it says "no packages available to install matching lightsquid have been found in the repositories"
They both show up for me in the current release of OPNsense:

Code: [Select]
root@opnsense:~ # pkg search lightsquid
lightsquid-1.8_4               Light and fast web based squid proxy traffic analyser
root@opnsense:~ # pkg search sarg
sarg-2.3.10_2                  Squid log analyzer and HTML report generator
root@opnsense:~ #
Logged
Regards


Bill

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #8 on: October 26, 2016, 11:46:11 am »
Maybe you're still on a version < 15.7.25 ? 16.7.6 is recent...
Logged

tm.shyam

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #9 on: October 30, 2016, 11:06:21 am »
Thanks Franco,

Found the issue, it was a WAN interface which did not had access to internet causing the problem.

both packages are been installed via cli.

would you have an idea how to access the lisghtsquid page via gui? is there any specific settings/configs required for put it on gui?

thanks mate.
Logged

tm.shyam

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #10 on: October 30, 2016, 11:12:51 am »
@phoenix

mate, did you managed to get sarg or light-squid on gui? or do we have any other apps/pkg in opnsense to view proxy usage report with access report?

OPNSense is simply awesome, though it needs bit more features to inbuilt.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #11 on: October 30, 2016, 11:14:05 am »
There is no GUI support for FreeBSD packages for proxy visualisation.
Logged

tm.shyam

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #12 on: October 30, 2016, 11:33:31 am »
thank you franco, I wish there is one like pfsense does.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: [SOLVED] Lightsquid
« Reply #13 on: October 30, 2016, 05:32:18 pm »
I wish too. Our plugin framework is the perfect platform for contributors to step up and help make this a reality in the future. :)

https://github.com/opnsense/plugins


Cheers,
Franco
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: [SOLVED] Lightsquid
« Reply #14 on: October 30, 2016, 09:28:51 pm »
The problem is that both programs generate HTML reports which needs to be parsed and regenerated to fit in the design of the other pages. If those tools would generate machine readable files (csv, xml, json etc.), than it would be simple to create a plugin for them.
Logged

  • Print
Pages: [1]
« previous next »
  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • [SOLVED] Lightsquid
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2