X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/86c975b5410e71dd9ba9faf4cca909e70adea3a0..5df19e1fc98497f17ba189dc40339146832e86c3:/gibson.m4 diff --git a/gibson.m4 b/gibson.m4 index 7ccc260..1676153 100644 --- a/gibson.m4 +++ b/gibson.m4 @@ -54,5 +54,10 @@ allowservices inbound tcp \ allowservices inbound udp \ siplo:siphi +## IMPI client hacking. +run ip46tables -A inbound -j ACCEPT \ + -m state --state ESTABLISHED \ + -p udp --source-port $port_ipmi + m4_divert(-1) ###----- That's all, folks --------------------------------------------------