From 2d765fe6537a9c83bbda3793c450de3e79b444a9 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Fri, 20 Nov 2015 12:05:32 +0100
Subject: [PATCH] fixed local node problem.

https://github.com/ffnord/site-nord/pull/7#issuecomment-158359786
---
 site.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index 63e139c..586e4ba 100644
--- a/site.conf
+++ b/site.conf
@@ -49,7 +49,7 @@
 	},	
 
 	next_node = {
-		ip4 = '10.187.0.1',
+		ip4 = '10.187.254.254',
 		ip6 = '2a03:2267:4e6f:7264::ffff',
 
 		mac = '36:f4:54:fc:e5:22'
-- 
GitLab