X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/15e9eeffacf76820fe2ba0176030ac2b5b6560ea..2b5ca0033749741dbbe22eed9bc12b4f64199b0d:/local.m4 diff --git a/local.m4 b/local.m4 index 45bdfac..aeda659 100644 --- a/local.m4 +++ b/local.m4 @@ -360,7 +360,8 @@ run iptables -A inbound -j ACCEPT \ -p udp --source-port $port_bootpc --destination-port $port_bootps ## Allow incoming ping. This is the only ICMP left. -run ip46tables -A inbound -j ACCEPT -p icmp +run iptables -A inbound -j ACCEPT -p icmp +run ip6tables -A inbound -j ACCEPT -p icmpv6 m4_divert(88)m4_dnl ## Allow unusual things.