X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=debian%2Fexample%2F100.fw;h=78f300a1b9ce15769d643fd960901e087985a570;hp=b1f65c3bc0efa0f542baed15120d9f3a32839e37;hb=92e1209bfb984c18735dbc73ac929fb0a9832b52;hpb=bce209cf6ad43f656a90c395ae07659625781026 diff --git a/debian/example/100.fw b/debian/example/100.fw index b1f65c3..78f300a 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