]> git.proxmox.com Git - pve-firewall.git/blob - test/test-basic1/tests
f70ca4a474f2ff32b705471b70facb678cedfa97
[pve-firewall.git] / test / test-basic1 / tests
1 # example test rules
2
3 { from => 'ct200', to => 'host', dport => 22, action => 'ACCEPT' }
4 { from => 'ct200', to => 'host', dport => 23, action => 'DROP' }
5
6 { from => 'vm100', to => 'host', dport => 22, action => 'ACCEPT' }
7
8 { from => 'host' , to => 'ct200', dport => 80, action => 'DROP' }
9 { from => 'host' , to => 'ct200', dport => 22, action => 'ACCEPT' }
10
11 { from => 'host' , to => 'vm100', dport => 80, action => 'DROP' }
12
13 { from => 'ct200' , to => 'vm100', dport => 80, action => 'DROP' }
14
15 { from => 'vm100' , to => 'ct200', dport => 22, action => 'ACCEPT' }
16