Explorar o código

Fix ferm default config (ACCEPT all packets from lo with IPv6)

Emmanuel Bouthenot %!s(int64=10) %!d(string=hai) anos
pai
achega
4e23e65cdd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      roles/common/templates/ferm/ferm.conf.j2

+ 3 - 0
roles/common/templates/ferm/ferm.conf.j2

@@ -59,6 +59,9 @@ domain ip6 table filter {
         mod state state INVALID DROP;
         mod state state (ESTABLISHED RELATED) ACCEPT;
 
+        # allow local packet
+        interface lo ACCEPT;
+
         # allow ICMP (for neighbor solicitation, like ARP for IPv4)
         proto ipv6-icmp ACCEPT;