[SOLVED] Alias Changes

Started by neo243, March 26, 2016, 03:24:38 PM

Previous topic - Next topic
March 26, 2016, 03:24:38 PM Last Edit: March 28, 2016, 10:05:56 AM by franco
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) 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


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.