diff options
| author | alex <alex@pdp7.net> | 2026-07-28 21:03:21 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-07-28 21:03:21 +0000 |
| commit | 29f7418c624b3bd2124afdb4cfe270d1dd77fc58 (patch) | |
| tree | ac29fab73691ebd26ecb6afbbcba97d371a91914 /personal_infra | |
| parent | 3f5fe77c99ee0d55821bd9c935ab01ece01f2906 (diff) | |
More network updates
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/site/dixie.bcn.int.pdp7.net.pp | 2 | ||||
| -rw-r--r-- | personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp | 2 | ||||
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/personal_infra/puppet/site/dixie.bcn.int.pdp7.net.pp b/personal_infra/puppet/site/dixie.bcn.int.pdp7.net.pp index 940b5acd..9bf43317 100644 --- a/personal_infra/puppet/site/dixie.bcn.int.pdp7.net.pp +++ b/personal_infra/puppet/site/dixie.bcn.int.pdp7.net.pp @@ -91,7 +91,7 @@ dhcp-option=tag:!noroutes,option:classless-static-route,10.34.10.0/24,10.76.78.2 # # insecure for Kodi - /srv/filer 192.168.76.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check,insecure) 10.34.10.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check,insecure) + /srv/filer 10.76.78.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check,insecure) 10.34.10.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check,insecure) /srv/filer LibreELEC.bcn.int.pdp7.net(rw,sync,fsid=0,crossmnt,no_subtree_check,no_root_squash) | EOT , diff --git a/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp b/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp index f69a137f..c5dc3b62 100644 --- a/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp +++ b/personal_infra/puppet/site/maelcum.mad.int.pdp7.net.pp @@ -7,7 +7,7 @@ node 'maelcum.mad.int.pdp7.net' { dhcp-host=d8:8c:79:1a:11:59,chromecast,10.34.10.3 host-record=maelcum.mad.int.pdp7.net,maelcum,10.34.10.2 - dhcp-option=tag:!noroutes,option:classless-static-route,192.168.76.0/24,10.34.10.2,10.43.43.0/24,10.34.10.2,10.17.19.0/24,10.34.10.2,0.0.0.0/0,10.34.10.1 + dhcp-option=tag:!noroutes,option:classless-static-route,10.76.78.0/24,10.34.10.2,10.43.43.0/24,10.34.10.2,10.17.19.0/24,10.34.10.2,0.0.0.0/0,10.34.10.1 # Kobo dhcp-host=a4:3c:d7:39:c6:29,set:noroutes | EOT diff --git a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp index 15eb743d..23d4e29e 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -23,7 +23,7 @@ node 'nagios.h1.int.pdp7.net' { contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], - address => "192.168.76.6", + address => "10.76.78.6", } nagios_host {"router4g.bcn.int.pdp7.net": @@ -33,7 +33,7 @@ node 'nagios.h1.int.pdp7.net' { contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], - address => "192.168.76.3", + address => "10.76.78.3", } nagios_host {"xn--ix-yja.es": |
