diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-08 23:26:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-08 23:26:49 +0300 |
| commit | 61315b40a35c1ebe54619194507ab00657b91a57 (patch) | |
| tree | c71f8ac5e37863c3491d55fe50810d7e83170bba /frontends | |
| parent | 30b6b5584dddce6adc4469584287558c8a3571a9 (diff) | |
Add rocky WireGuard IP to hosts append and Rexfile wg0_ips
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 1 | ||||
| -rw-r--r-- | frontends/etc/hosts.wg.append | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 2510dd0..9327402 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -108,6 +108,7 @@ our %wg0_ips = ( 'r0' => { '4' => '192.168.2.120', '6' => 'fd42:beef:cafe:2::120' }, 'r1' => { '4' => '192.168.2.121', '6' => 'fd42:beef:cafe:2::121' }, 'r2' => { '4' => '192.168.2.122', '6' => 'fd42:beef:cafe:2::122' }, + 'rocky' => { '4' => '192.168.2.123', '6' => 'fd42:beef:cafe:2::123' }, 'pi0' => { '4' => '192.168.2.203', '6' => 'fd42:beef:cafe:2::203' }, 'pi1' => { '4' => '192.168.2.204', '6' => 'fd42:beef:cafe:2::204' }, ); diff --git a/frontends/etc/hosts.wg.append b/frontends/etc/hosts.wg.append index 3da6a50..bfda7cd 100644 --- a/frontends/etc/hosts.wg.append +++ b/frontends/etc/hosts.wg.append @@ -4,6 +4,7 @@ 192.168.2.120 r0.wg0.wan.buetow.org r0.wg0 192.168.2.121 r1.wg0.wan.buetow.org r1.wg0 192.168.2.122 r2.wg0.wan.buetow.org r2.wg0 +192.168.2.123 rocky.wg0.wan.buetow.org rocky.wg0 192.168.2.130 f0.wg0.wan.buetow.org f0.wg0 192.168.2.131 f1.wg0.wan.buetow.org f1.wg0 192.168.2.132 f2.wg0.wan.buetow.org f2.wg0 @@ -17,6 +18,7 @@ fd42:beef:cafe:2::111 fishfinger.wg0.wan.buetow.org fishfinger.wg0 fd42:beef:cafe:2::120 r0.wg0.wan.buetow.org r0.wg0 fd42:beef:cafe:2::121 r1.wg0.wan.buetow.org r1.wg0 fd42:beef:cafe:2::122 r2.wg0.wan.buetow.org r2.wg0 +fd42:beef:cafe:2::123 rocky.wg0.wan.buetow.org rocky.wg0 fd42:beef:cafe:2::130 f0.wg0.wan.buetow.org f0.wg0 fd42:beef:cafe:2::131 f1.wg0.wan.buetow.org f1.wg0 fd42:beef:cafe:2::132 f2.wg0.wan.buetow.org f2.wg0 |
