1CDIST-TYPE__UFW(7) cdist CDIST-TYPE__UFW(7)
2
3
4
6 cdist-type__ufw - Install the Uncomplicated FireWall
7
9 Installs the Uncomplicated FireWall. Most modern distributions carry
10 UFW in their main repositories, but on CentOS this type will automatiā
11 cally enable the EPEL repository.
12
13 Some global configuration can also be set with this type.
14
16 state Either "enabled", "running", "present", or "absent". Defaults to
17 "enabled", which registers UFW to start on boot.
18
19 logging
20 Either "off", "low", "medium", "high", or "full". Will be passed
21 to ufw logging. If not specified, logging level is not modified.
22
23 default_incoming
24 Either "allow", "deny", or "reject". The default policy for
25 dealing with ingress packets.
26
27 default_outgoing
28 Either "allow", "deny", or "reject". The default policy for
29 dealing with egress packets.
30
31 default_routed
32 Either "allow", "deny", or "reject". The default policy for
33 dealing with routed packets (passing through this machine).
34
36 # Install UFW
37 __ufw
38 # Setup UFW with maximum logging and no restrictions on routed packets.
39 __ufw --logging full --default_routed allow
40
42 ufw(8)
43
45 Mark Polyakov <mark@markasoftware.com>
46
48 Copyright (C) 2019 Mark Polyakov. You can redistribute it and/or modify
49 it under the terms of the GNU General Public License as published by
50 the Free Software Foundation, either version 3 of the License, or (at
51 your option) any later version.
52
54 ungleich GmbH 2020
55
56
57
58
596.9.6 Apr 20, 2021 CDIST-TYPE__UFW(7)