X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=test%2FREADME;h=ca976ac8609746d7635c065379cb6b180de73444;hp=71801d4c66644fa1f444cd0dccde68a785da4d96;hb=eb4ffe5404cce4e222dc3f591a15eb39b1045e14;hpb=bee67bf13217cdde79f36ffcdb8e4b84f9ed21c6 diff --git a/test/README b/test/README index 71801d4..ca976ac 100644 --- a/test/README +++ b/test/README @@ -30,14 +30,19 @@ the following syntax: The following definition exist currently: -* host: The host itself +* host: The host itself -* outside: The outside world (vmbr0 port eth0) +* outside: The outside world (alias for 'vmbr0/eth0') -* vm: A qemu virtual machine +* vm: A qemu virtual machine -* ct: An openvz container +* ct: An openvz container +* nfvm: Non firewalled VM (alias for 'vmbr0/tapXYZ') + +* vmbr<\d+>/: Unmanaged bridge port + + ==Test examples== { from => 'outside', to => 'ct200', dport => 22, action => 'ACCEPT' }