Create an alias:
Substitute for your subnets.
Create one allow rule on each (vlan) interface:
Create one allow rule for TCP/UDP 53 (DNS) with destination the interface IP (just select it from the dropdown), on each interface
Create one allow rule for UDP 123 (NTP) with destination the interface IP, on each interface.
Solved, You are welcome ;D
Advanced version: Create an alias with the used ports (if you want to limit outgoing traffic based on specific ports). When creating the allow rule (the local subnets one) on the interfaces, select the port alias as well.
You are double welcome ;D
Code Select
Local subnets
192.168.0.0/16
Substitute for your subnets.
Create one allow rule on each (vlan) interface:
Code Select
protocol IPv4
source blah blah
destination (important!) tick the box (so destination = NOT)
select the Local subnets alias you created above
Create one allow rule for TCP/UDP 53 (DNS) with destination the interface IP (just select it from the dropdown), on each interface
Create one allow rule for UDP 123 (NTP) with destination the interface IP, on each interface.
Solved, You are welcome ;D
Advanced version: Create an alias with the used ports (if you want to limit outgoing traffic based on specific ports). When creating the allow rule (the local subnets one) on the interfaces, select the port alias as well.
You are double welcome ;D