Subversion Repositories configs

Rev

Rev 203 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# firewalld config file
2
 
3
# default zone
4
# The default zone used if an empty zone string is used.
5
# Default: public
6
DefaultZone=public
7
 
8
# Clean up on exit
9
# If set to no or false the firewall configuration will not get cleaned up
10
# on exit or stop of firewalld
11
# Default: yes
12
CleanupOnExit=yes
13
 
14
# Lockdown
15
# If set to enabled, firewall changes with the D-Bus interface will be limited
16
# to applications that are listed in the lockdown whitelist.
17
# The lockdown whitelist file is lockdown-whitelist.xml
18
# Default: no
19
Lockdown=no
20
 
21
# IPv6_rpfilter
22
# Performs a reverse path filter test on a packet for IPv6. If a reply to the
23
# packet would be sent via the same interface that the packet arrived on, the
24
# packet will match and be accepted, otherwise dropped.
25
# The rp_filter for IPv4 is controlled using sysctl.
26
# Default: yes
27
IPv6_rpfilter=yes
28
 
29
# IndividualCalls
30
# Do not use combined -restore calls, but individual calls. This increases the
31
# time that is needed to apply changes and to start the daemon, but is good for
32
# debugging.
33
# Default: no
34
IndividualCalls=no
35
 
36
# LogDenied
37
# Add logging rules right before reject and drop rules in the INPUT, FORWARD
38
# and OUTPUT chains for the default rules and also final reject and drop rules
39
# in zones. Possible values are: all, unicast, broadcast, multicast and off.
40
# Default: off
41
LogDenied=off
42
 
43
# FirewallBackend
44
# Selects the firewall backend implementation.
45
# Choices are:
46
#	- nftables (default)
47
#	- iptables (iptables, ip6tables, ebtables and ipset)
48
FirewallBackend=nftables
49
 
50
# FlushAllOnReload
51
# Flush all runtime rules on a reload. In previous releases some runtime
52
# configuration was retained during a reload, namely; interface to zone
53
# assignment, and direct rules. This was confusing to users. To get the old
54
# behavior set this to "no".
55
# Default: yes
56
FlushAllOnReload=yes
57
 
58
# RFC3964_IPv4
59
# As per RFC 3964, filter IPv6 traffic with 6to4 destination addresses that
60
# correspond to IPv4 addresses that should not be routed over the public
61
# internet.
62
# Defaults to "yes".
63
RFC3964_IPv4=yes
64
 
65
# AllowZoneDrifting
66
# Older versions of firewalld had undocumented behavior known as "zone
67
# drifting". This allowed packets to ingress multiple zones - this is a
68
# violation of zone based firewalls. However, some users rely on this behavior
69
# to have a "catch-all" zone, e.g. the default zone. You can enable this if you
70
# desire such behavior. It's disabled by default for security reasons.
71
# Note: If "yes" packets will only drift from source based zones to interface
72
# based zones (including the default zone). Packets never drift from interface
73
# based zones to other interfaces based zones (including the default zone).
74
# Possible values; "yes", "no". Defaults to "yes".
75
AllowZoneDrifting=yes