X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/36549b8b973f43892f1316919440a94b358a981b..8bd7e0fe312a7b0c18f2d03eb41edd3a7ca9003c:/local.m4 diff --git a/local.m4 b/local.m4 index 7cda718..aeda659 100644 --- a/local.m4 +++ b/local.m4 @@ -190,7 +190,7 @@ defhost groove defhost gibson hosttype client - iface eth0 unsafe + iface eth0.5 unsafe ## Colocated networks. defnet jump trusted @@ -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.