X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=test%2Ftest-group1%2F200.fw;h=77b308bfc20ce067bef296f13eaf2a2083822bca;hp=b83456a16a048b51b89b2c5a39f735e9a9f35d98;hb=40af93c4067341115877fc082a900be215122f0a;hpb=97db66b2dea7a1184daf83655b7821276aa892cd diff --git a/test/test-group1/200.fw b/test/test-group1/200.fw index b83456a..77b308b 100644 --- a/test/test-group1/200.fw +++ b/test/test-group1/200.fw @@ -1,7 +1,11 @@ +[OPTIONS] + +enable: 1 + [RULES] -IN ACCEPT - 192.168.2.1 - tcp 22 -IN ACCEPT - 192.168.2.1 - tcp 80 -IN ACCEPT - 127.0.0.1 - tcp 80 +IN ACCEPT -source 192.168.2.1 -p tcp -dport 22 +IN ACCEPT -source 192.168.2.1 -p tcp -dport 80 +IN ACCEPT -source 127.0.0.1 -p tcp -dport 80 -GROUP group3 venet \ No newline at end of file +GROUP group3 -i net0 \ No newline at end of file