I also really miss the NUT plugin (network ups tools) from pfSense and there is a few other things like the ClamAV engine that was not as easy as 1-2-3 to figure out, does it require a proxy or not??!
First impression installer:Like others have pointed out here I do get the error 19 issue during installing. I used the i386 image on several usb memsticks, but it fails with error 19 when it tries to mount the root filesystem before installing. As far as I am able to understand it seems like FreeBSD shuts off the USB ports and therefore will not see the memstick anymore.The way I solved this was to download the OPNsense nano image on my existing pfsense box that luckily have two disks , I dd'ed the image over to one of the disks , rebooted and voila!
First impression (and rants) on the webgui.What I don't like is that the webgui have animations that can't be turned off (at least I have not found a way yet) and I especially don't like that the webgui do not have a compact version. The webgui follows the modern sickness of having tons of padding and unused space take up lots of valuable screen space. Luckily most browsers today allow you to zoom down the webpage (and remembers it) so I am able to bypass most of the annoyance this way.
I also dislike very much that the traffic graph widget starts over every time I visit the lobby page.
At times the webgui is awfully slow as well , and because some drop down boxes are expanded when you first load the page it is easy to "miss" a GUI element when you are clicking around.
It would have been nice if you could (like pfSense) add separators or group stuff like aliases, firewall rules etc, and some dropdown boxes does not allow you to see all of the content (the subnet mask selector) on the browser that I use at least (SeaMonkey).
I would also like to disable OpenDNS and remove it from the webgui , but that does not seem possible yet.
Hi there,Thanks for your feedback and welcome. Let's see...
Quote from: waxhead on March 03, 2018, 11:02:26 amFirst impression installer:Like others have pointed out here I do get the error 19 issue during installing. I used the i386 image on several usb memsticks, but it fails with error 19 when it tries to mount the root filesystem before installing. As far as I am able to understand it seems like FreeBSD shuts off the USB ports and therefore will not see the memstick anymore.The way I solved this was to download the OPNsense nano image on my existing pfsense box that luckily have two disks , I dd'ed the image over to one of the disks , rebooted and voila!It seems that FreeBSD is getting more and more hostile towards embedded and legacy hardware. We try to be as close to their stock settings as we can, but that has been increasingly difficult with boot panics and mount error. If anyone has an idea how to change that that would be great, because we neither have the time nor experience to start working in FreeBSD hardware support to avoid such problems in the future.
Quote from: waxhead on March 03, 2018, 11:02:26 amFirst impression (and rants) on the webgui.What I don't like is that the webgui have animations that can't be turned off (at least I have not found a way yet) and I especially don't like that the webgui do not have a compact version. The webgui follows the modern sickness of having tons of padding and unused space take up lots of valuable screen space. Luckily most browsers today allow you to zoom down the webpage (and remembers it) so I am able to bypass most of the annoyance this way.It used to be a lot worse with padding, but I understand what you mean. The animations to my knowledge are menu, tab fade in/out and the modal dialogs. They could be removed, or a theme without animations could be crafted? Are these the animations you talk about?
Quote from: waxhead on March 03, 2018, 11:02:26 amI also dislike very much that the traffic graph widget starts over every time I visit the lobby page.I don't think that changed. Maybe the fact that it builds up until it has all the data in its window to slide forward is what gives you that impression?
Quote from: waxhead on March 03, 2018, 11:02:26 amAt times the webgui is awfully slow as well , and because some drop down boxes are expanded when you first load the page it is easy to "miss" a GUI element when you are clicking around.You said i386 so it could be a slow hardware issue. I've seen this with MVC pages that load its data via API, the devices can be slow to answer / fill the screen.
Quote from: waxhead on March 03, 2018, 11:02:26 amIt would have been nice if you could (like pfSense) add separators or group stuff like aliases, firewall rules etc, and some dropdown boxes does not allow you to see all of the content (the subnet mask selector) on the browser that I use at least (SeaMonkey).Separators are skeumorphic as they don't follow data modelling. Instead, we do have categories for firewall rules and starting with 18.1.3 these will be a bit more prominent with the selector in the top right corner.https://github.com/opnsense/core/issues/2182
Quote from: waxhead on March 03, 2018, 11:02:26 amI also really miss the NUT plugin (network ups tools) from pfSense and there is a few other things like the ClamAV engine that was not as easy as 1-2-3 to figure out, does it require a proxy or not??!You can help Michael with NUT plugin testing so it can finally be released.
Quote from: waxhead on March 03, 2018, 11:02:26 amI would also like to disable OpenDNS and remove it from the webgui , but that does not seem possible yet.We could make it a plugin, but it's just a tiny page with no software dependencies. Maybe it can go the same route as Dynamic DNS -- move to plugins, but keep in the default install?
Quote from: waxhead on March 03, 2018, 11:02:26 amI also really miss the NUT plugin (network ups tools) from pfSense and there is a few other things like the ClamAV engine that was not as easy as 1-2-3 to figure out, does it require a proxy or not??!I already set up a NUT plugin but I need testers, best would be an experienced user with some CLI foo .. you can install via CLI with pkg install os-nut-devel.