guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: bayfront: Update IP addresses.


From: Andreas Enge
Subject: 01/01: hydra: bayfront: Update IP addresses.
Date: Tue, 20 Feb 2018 16:07:49 -0500 (EST)

andreas pushed a commit to branch master
in repository maintenance.

commit 74df37841f58abf11f532293ea96e3f0f5252c5d
Author: Andreas Enge <address@hidden>
Date:   Tue Feb 20 22:06:57 2018 +0100

    hydra: bayfront: Update IP addresses.
    
    * hydra/bayfront.scm: Change IP addresses, following the subnet change at
    Aquilenet.
---
 hydra/bayfront.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index ce42dd0..6a6a5d0 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -98,14 +98,14 @@ Happy hacking!\n"))
                    ;;   ip a add dev ens10 2a01:474:0::56/48
                    ;;   ip -6 route add default via 2a01:474:0::126
                    (static-networking-service
-                    "ens10" "141.255.128.56"
+                    "ens10" "185.233.100.56"
                     #:netmask "255.255.255.128"
-                    #:gateway "141.255.128.126"
-                    #:name-servers '("141.255.128.100" "141.255.129.101"))
+                    #:gateway "185.233.100.126"
+                    #:name-servers '("185.233.100.100" "185.233.100.101"))
 
                    ;; Alternate interface.
                    (static-networking-service
-                    "ens9" "141.255.128.57"
+                    "ens9" "185.233.100.57"
                     #:netmask "255.255.255.128"
                     ;; Don't repeat #:gateway and #:name-servers.
                     )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]