Projet

Général

Profil

Révision 24a5a2a7

ID24a5a2a7885caff92435663acfce34ae52ea9947
Parent 72aad4a2
Enfant e3c56ff6

Ajouté par tr il y a plus de 4 ans

Enable conntrack in FORWARD

Voir les différences:

manifests/init.pp
59 59
#   Adds INPUT and OUTPUT rules to allow traffic that's part of an
60 60
#   established connection and also to drop invalid packets.
61 61
#
62
# @param fwd_conntrack
63
#   Adds FORWARD rules to allow traffic that's part of an
64
#   established connection and also to drop invalid packets.
65
#
62 66
# @param firewalld_enable
63 67
#   Configures how the firewalld systemd service unit is enabled. It might be
64 68
#   useful to set this to false if you're externaly removing firewalld from
......
74 78
  Boolean $out_icmp              = true,
75 79
  Boolean $out_all               = false,
76 80
  Boolean $in_out_conntrack      = true,
81
  Boolean $fwd_conntrack         = false,
77 82
  Boolean $nat                   = true,
78 83
  Hash $rules                    = {},
79 84
  Hash $sets                     = {},

Formats disponibles : Unified diff