diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
commit | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (patch) | |
tree | 54b901757b088d54d33e70f28a6203383b4dc844 /nms/pg_hba.conf | |
parent | 0a230ac5481b9518abc64181dbbb4509d83c0b89 (diff) | |
parent | 96a9bb4c42f4b53020302fea2a46e734c61c0319 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'nms/pg_hba.conf')
-rw-r--r-- | nms/pg_hba.conf | 16 |
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 |