Hello,
Can I ask how to add acomplete range to Vyos firewall instead of one single IP address
for example,
set firewall group address-group XXXXXX address " IP range "
if the range is 192.168.72.0/24
Best regards,
Hello,
Can I ask how to add acomplete range to Vyos firewall instead of one single IP address
for example,
set firewall group address-group XXXXXX address " IP range "
if the range is 192.168.72.0/24
Best regards,
The command you want is:
set firewall group network-group XYZ network 192.168.72.0/24
From there, you’ll need to reference the network-group
rather than an address-group
in your firewall rules.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.