jaguar.m4, numbers.m4: Allow Munin from HSTG.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2015 17:15:21 +0000 (17:15 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2015 17:15:21 +0000 (17:15 +0000)
jaguar.m4
numbers.m4

index 0a06ccb..6400676 100644 (file)
--- a/jaguar.m4
+++ b/jaguar.m4
@@ -31,6 +31,11 @@ allowservices inbound tcp \
        ident \
        http https althttp0 althttp1
 
+## Allow Munin queries from HSTG.
+iptables -A inbound -j ACCEPT \
+       -s 217.150.97.26 \
+       -p tcp --dport $port_munin
+
 ## Other interesting things.
 dnsresolver inbound
 
index 547dce1..a719f41 100644 (file)
@@ -54,6 +54,7 @@ defport ssquid 3127
 defport squid 3128
 defport icp 3130
 defport tripe 4070
+defport munin 4949
 defport siplo 5000
 defport siphi 5100
 defport iodine 5353