OPNsense Forum

English Forums => General Discussion => Topic started by: neo243 on March 26, 2016, 03:24:38 pm

Title: [SOLVED] Alias Changes
Post by: neo243 on March 26, 2016, 03:24:38 pm
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
Title: Re: Alias Changes
Post by: AdSchellevis on March 26, 2016, 06:35:32 pm
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:

Code: [Select]
curl -o /usr/local/www/firewall_aliases_edit.php https://raw.githubusercontent.com/opnsense/core/master/src/www/firewall_aliases_edit.php
Regards,

Ad
Title: Re: Alias Changes
Post by: neo243 on March 27, 2016, 11:23:09 am
thanks it works :)
Title: Re: Alias Changes
Post by: epoch on April 04, 2016, 11:05:29 am
If you want to try it out, simply run this from your shell:

Code: [Select]
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!
Title: Re: [SOLVED] Alias Changes
Post by: franco on April 04, 2016, 06:25:27 pm
Indeed, this will be part of 16.1.9 on Wednesday.