X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/08926d25f80fecabb4ef2b3f1e63b3a361ecdb59..961148a5388760756ab37b897576eec33edbd3a9:/gibson.m4 diff --git a/gibson.m4 b/gibson.m4 index d363b2b..1676153 100644 --- a/gibson.m4 +++ b/gibson.m4 @@ -48,7 +48,16 @@ m4_divert(-1) m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ - ssh + ssh \ + ident \ + h323 +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 --------------------------------------------------