]> git.proxmox.com Git - pve-docs.git/blame - pve-firewall-vm-opts.adoc
add and use wiki and forum macros
[pve-docs.git] / pve-firewall-vm-opts.adoc
CommitLineData
78ef35dc
DM
1`dhcp`: `boolean` ::
2
3Enable DHCP.
4
5`enable`: `boolean` ::
6
7Enable/disable firewall rules.
8
9`ipfilter`: `boolean` ::
10
11Enable default IP filters. This is equivalent to adding an empty
12ipfilter-net<id> ipset for every interface. Such ipsets implicitly contain
13sane default restrictions such as restricting IPv6 link local addresses to
14the one derived from the interface's MAC address. For containers the
15configured IP addresses will be implicitly added.
16
17`log_level_in`: `(alert | crit | debug | emerg | err | info | nolog | notice | warning)` ::
18
19Log level for incoming traffic.
20
21`log_level_out`: `(alert | crit | debug | emerg | err | info | nolog | notice | warning)` ::
22
23Log level for outgoing traffic.
24
25`macfilter`: `boolean` ::
26
27Enable/disable MAC address filter.
28
29`ndp`: `boolean` ::
30
31Enable NDP.
32
33`policy_in`: `(ACCEPT | DROP | REJECT)` ::
34
35Input policy.
36
37`policy_out`: `(ACCEPT | DROP | REJECT)` ::
38
39Output policy.
40
41`radv`: `boolean` ::
42
43Allow sending Router Advertisement.
44