Soner Tari
Soner Tari
SSH and WUI were supposed to be accessible. Can you compare your installation with [this sample installation](https://github.com/sonertari/UTMFW/wiki/Sample-Installation) and tell me the differences?
I have developed the SSLproxy preprocessor for Snort, so that UTMFW uses Snort in active inline mode. This is not possible with Suricata yet, but there is [a feature request...
Since you say that you have installed UTMFW on a VM, and you are testing http/s using an XP on another VM on the same physical machine, I would first...
Did you verify the iso file using its SHA256 checksum you can find on the README? If it verifies, the iso file should be fine. I use VMware Player to...
Yes, as I mention in README, the iso file is a CD image, so you are expected to burn it on a CD or use it directly to install on...
I can confirm that the instructions on [this OpenBSD journal article](https://undeadly.org/cgi?action=article;sid=20140225072408) work fine. I was able to convert the iso file for UTMFW 6.8 into a bootable USB image, write...
Hi, yes, you are right, it's a bug on the E2g Groups>General config page. The backend of the page is supposed to reject blank user names being added to groups,...
The correct patch is the reverse: ``` --- /var/www/htdocs/utmfw/Model/validate.php.orig Fri Mar 4 22:37:38 2022 +++ /var/www/htdocs/utmfw/Model/validate.php Fri Mar 4 22:37:42 2022 @@ -23,7 +23,7 @@ */ define('RE_BOOL', '^[01]$'); -define('RE_NAME', '^[\w_.-]{0,50}$');...
You can enable the DEBUG_CERTIFICATE feature switch in Mk/main.mk to debug certificate issues (DEBUG_OPTS may help too, but I guess you have already turned it on). I'd also recommend to...
It's always good to hear from users. I don't actively use OpenVPN, but your descriptions make me think: - You never mention any OpenVPN server. Do you start openvpn with...