about summary refs log tree commit diff stats
path: root/core/conf
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-28 00:07:13 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-28 00:11:14 +0100
commit57fbc5160c9a48b288974e0bc09ea72df949a1b3 (patch)
tree6762980fec3c184d92edcae798965ddc68eb0ddb /core/conf
parentd859a055c1a9165274efb8c726575e2521221303 (diff)
downloaddoc-57fbc5160c9a48b288974e0bc09ea72df949a1b3.tar.gz
new core network configuration
Diffstat (limited to 'core/conf')
-rw-r--r--core/conf/hosts4
-rwxr-xr-xcore/conf/rc.d/net4
2 files changed, 4 insertions, 4 deletions
diff --git a/core/conf/hosts b/core/conf/hosts
index 2fb89fb..5c64924 100644
--- a/core/conf/hosts
+++ b/core/conf/hosts
@@ -3,10 +3,10 @@
 #
 
 # IPv4
-127.0.0.1	localhost c9
+127.0.0.1	localhost.localdomain localhost c9
 
 #<ip-address>	<hostname.domain.org>	<aliases>
-#192.168.1.9	c9.example.org
+10.0.0.1	core.privat-network.net c9.core
 
 # IPv6
 #::1		ip6-localhost	ip6-loopback
diff --git a/core/conf/rc.d/net b/core/conf/rc.d/net
index d111a25..117667b 100755
--- a/core/conf/rc.d/net
+++ b/core/conf/rc.d/net
@@ -9,9 +9,9 @@ TYPE="static"
 # For "static" connections, specify your settings here:
 # To see your available devices run "ip link".
 DEV=enp8s0
-ADDR=192.168.1.33
+ADDR=10.0.0.1
 MASK=24
-GW=192.168.1.1
+GW=10.0.0.1
 
 # Optional settings:
 DHCPOPTS="-h $(/bin/hostname) -C resolv.conf $DEV"