diff options
author | makefu <github@syntax-fehler.de> | 2016-07-26 15:18:59 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-07-26 15:18:59 +0200 |
commit | b308c77e7af47bd4994ef23b59a7e40975485f9b (patch) | |
tree | 61782be0c314776818c7ec0e281c7023baf7ea5d /krebs/3modules | |
parent | 2f45394b52b8c738be80a0498c29a36362126961 (diff) |
k 3 m: siem.ip4.prefix
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/makefu/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix index 235ae84ff..a878f50ee 100644 --- a/krebs/3modules/makefu/default.nix +++ b/krebs/3modules/makefu/default.nix @@ -49,7 +49,8 @@ with config.krebs.lib; ''; }; siem = { - ip4.addr = "10.8.10.2"; + ip4.addr = "10.8.10.2"; + ip4.prefix = "10.8.10.0/24"; aliases = [ "darth.siem" ]; @@ -71,6 +72,7 @@ with config.krebs.lib; nets = { siem = { ip4.addr = "10.8.10.6"; + ip4.prefix = "10.8.10.0/24"; aliases = [ "ossim.siem" ]; @@ -147,6 +149,7 @@ with config.krebs.lib; }; siem = { ip4.addr = "10.8.10.4"; + ip4.prefix = "10.8.10.0/24"; aliases = [ "makefu.siem" ]; @@ -357,6 +360,7 @@ with config.krebs.lib; nets = { siem = { ip4.addr = "10.8.10.7"; + ip4.prefix = "10.8.10.0/24"; aliases = [ "display.siem" ]; tinc.pubkey = '' -----BEGIN RSA PUBLIC KEY----- @@ -440,6 +444,7 @@ TNs2RYfwDy/r6H/hDeB/BSngPouedEVcPwIDAQAB nets = { siem = { ip4.addr = "10.8.10.1"; + ip4.prefix = "10.8.10.0/24"; aliases = [ "shoney.siem" "graphs.siem" |