Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sudzee

#1
Hardware and Performance / [SOLVED] DEC690
September 29, 2021, 06:28:19 PM
I think I got the perfect hardware for my OPNsense upgrade.  ;)

#2
General Discussion / Re: Traffic Stats
June 20, 2018, 07:45:35 PM
Quote from: marjohn56 on June 20, 2018, 12:25:00 PM
Have a look at the first few lines of index.php in your vnstat folder.
....

    require_once("/usr/local/www/guiconfig.inc");
....

works like a charm.  Cheers!

#3
Firewall: Settings: Advanced -> Automatic outbound NAT for Reflection

reference https://github.com/opnsense/core/issues/1417

I was just working on the exact same issue   :)
#4
General Discussion / Re: Traffic Stats
June 20, 2018, 09:00:27 AM
+1

Just moved from pfsense to opnsense.  Been lurking the project since the fork.  Its been an impressive amount of work.  Good job and thanks to all those involved.

I have installed vnstat with a gui on my setup - its pretty much duct taped on.

I installed the vnstat package from the official repo, configured/restored dbs from pfsense backup.
Grabbed a copy of https://github.com/bjd/vnstat-php-frontend  named it vnstat and put it in /usr/local/www/

https://192.168.x.1/vnstat



This bypasses authentication!


Id imagine this puts a nice big gaping security risk on the web server as unauthenticated php is running on the otherwise carefully secured opnsense webserver.  I would definitely not use this if I was accessing the front end:443 from WAN.

I find the risk bearable for myself on this network but would love to see an official plugin.

I might poke around os-helloworld plugin but thats a very a big might right now and Im not sure I've got the chops.