X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=debian%2Fexample%2F100.fw;h=5ccdcaed40b0eef61b32c25bd523eb75e23a26e8;hp=b1f65c3bc0efa0f542baed15120d9f3a32839e37;hb=fb8f4a70bb759ffdf9dce4a1210b2b17b54ab3f5;hpb=bce209cf6ad43f656a90c395ae07659625781026 diff --git a/debian/example/100.fw b/debian/example/100.fw index b1f65c3..5ccdcae 100644 --- a/debian/example/100.fw +++ b/debian/example/100.fw @@ -40,6 +40,7 @@ IN SSH(ACCEPT) net0 192.168.2.192 # only allow SSH from 192.168.2.192 IN SSH(ACCEPT) net0 10.0.0.1-10.0.0.10 #accept SSH for ip in range 10.0.0.1 to 10.0.0.10 IN SSH(ACCEPT) net0 10.0.0.1,10.0.0.2,10.0.0.3 #accept ssh for 10.0.0.1 or 10.0.0.2 or 10.0.0.3 IN SSH(ACCEPT) net0 +mynetgroup #accept ssh for netgroup mynetgroup +IN SSH(ACCEPT) net0 myserveralias #accept ssh for alias myserveralias |IN SSH(ACCEPT) net0 # disabled rule