Hi everyone,
I want to acccept traffic received from IP Phones bound for my phone providers network.
For some reason, using a destination network-group doesn't match the traffic. This is rule 30.
If I specify the destination address /24 it does match. This is rule 40.
Bizarrely, rule 20 does match and work... which is also using a destination network group.
I want to remove rule 40 and use destination network group as there are potentially other networks I will need to add or modify later.
Have deleted and readded via CLI and via Web interface.
Relevant rules as follows:
set firewall group network-group 2TALK-NETWORKS network 27.114.14.0/24 set firewall name VOIP-IN default-action drop set firewall name VOIP-IN enable-default-log set firewall name VOIP-IN rule 20 action drop set firewall name VOIP-IN rule 20 description 'Drop all other traffic to internal subnets' set firewall name VOIP-IN rule 20 destination group network-group ALL-INTERNAL-NETWORKS set firewall name VOIP-IN rule 20 log disable set firewall name VOIP-IN rule 20 protocol all set firewall name VOIP-IN rule 30 action accept set firewall name VOIP-IN rule 30 description 'Accept traffic to 2Talk Networks' set firewall name VOIP-IN rule 30 destination group network-group 2TALK-NETWORKS set firewall name VOIP-IN rule 30 log disable set firewall name VOIP-IN rule 30 protocol all set firewall name VOIP-IN rule 40 action accept set firewall name VOIP-IN rule 40 description 2talk set firewall name VOIP-IN rule 40 destination address 27.111.14.0/24 set firewall name VOIP-IN rule 40 log disable set firewall name VOIP-IN rule 40 protocol all
Any suggestions most welcome, thank you.