about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/conf/hosts2
-rw-r--r--core/configure.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/conf/hosts b/core/conf/hosts
index 7b73687..ee776e2 100644
--- a/core/conf/hosts
+++ b/core/conf/hosts
@@ -7,7 +7,7 @@
 127.0.0.1       c9.localdomain c9
 
 #<ip-address>	<hostname.domain.org>	<aliases>
-10.0.0.1	core.privat-network.net c9.core
+192.168.1.9	core.privat-network.net c9.core
 
 # IPv6
 #::1		ip6-localhost	ip6-loopback
diff --git a/core/configure.html b/core/configure.html
index 409de2e..d7bbc25 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -64,7 +64,7 @@
         127.0.0.1       c9.localdomain c9
 
         #&lt;ip-address&gt;	&lt;hostname.domain.org&gt;	&lt;aliases&gt;
-        10.0.0.1	core.privat-network.net c9.core
+        192.168.1.9	core.privat-network.net c9.core
 
         # IPv6
         #::1		ip6-localhost	ip6-loopback
'#n120'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165