aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2016-03-26 14:39:22 +0100
committerKristian Lyngstol <kly@kly.no>2016-03-26 14:39:22 +0100
commitb8f28a570e9d37c9b5e445c85a50640022184fe9 (patch)
treeff584e6d540ce0b6077e7c529d2f465ef7870670
parent5b50f16d2e80e2fbff06a02866ade044781315c0 (diff)
ACL on das database.
-rw-r--r--nms/pg_hba.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/nms/pg_hba.conf b/nms/pg_hba.conf
index d026e1a..9b23a31 100644
--- a/nms/pg_hba.conf
+++ b/nms/pg_hba.conf
@@ -95,6 +95,22 @@ host all all ::1/128 md5
host nms nms 172.17.0.0/16 md5
+# NOC-nett
+host nms nms 185.110.150.0/25 md5
+host nms nms 2a06:5841:150a::0/64 md5
+
+host nms fap 185.110.150.0/25 md5
+host nms fap 2a06:5841:150a::0/64 md5
+
+# Server-nett
+host nms nms 185.110.148.0/26 md5
+host nms nms 2a06:5841:1337::0/64 md5
+
+host nms fap 185.110.148.0/26 md5
+host nms fap 2a06:5841:1337::0/64 md5
+# r2-d2 med mer
+host nms nms 185.110.149.0/26 md5
+
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local replication postgres peer