Hi Guys,
did something change with aliases?
i can't modify old alias rules with port ranges like 1000-2000 error: not valid.
The wiki says port ranges are set by an : but there i also got the error: not valid.
Also New Rules won't work with - or :.
What I'm doing wrong?
Greetings Neo
Hi Neo,
We added some validations (https://github.com/opnsense/core/issues/810 (https://github.com/opnsense/core/issues/810)) and seem to have forgotten the range specification here (from:to), a fix is on github now.
If you want to try it out, simply run this from your shell:
curl -o /usr/local/www/firewall_aliases_edit.php https://raw.githubusercontent.com/opnsense/core/master/src/www/firewall_aliases_edit.php
Regards,
Ad
thanks it works :)
Quote from: AdSchellevis on March 26, 2016, 06:35:32 PM
If you want to try it out, simply run this from your shell:
curl -o /usr/local/www/firewall_aliases_edit.php https://raw.githubusercontent.com/opnsense/core/master/src/www/firewall_aliases_edit.php
I needed this with OPNsense 16.1.8-amd64.
Thanks!
Indeed, this will be part of 16.1.9 on Wednesday.