1
19.1 Legacy Series / Re: Internet Out Vlans
« on: May 29, 2019, 10:27:58 pm »
Create an alias:
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
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
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
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