diff options
author | Silvino Silva <silvino@bk.ru> | 2017-01-20 21:19:45 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-01-20 21:19:45 +0000 |
commit | 6d9701ecd628af60c64d1e0740a5bd5bd6a3a850 (patch) | |
tree | 7b44c34184bbf5eabce55dbbf37ab33ba8f64c0c /core/conf/hosts | |
parent | 6e6c7bee0bb353f225ed6fab8aa29e2131b9c5e9 (diff) | |
download | doc-6d9701ecd628af60c64d1e0740a5bd5bd6a3a850.tar.gz |
correct /etc/hosts
Diffstat (limited to 'core/conf/hosts')
-rw-r--r-- | core/conf/hosts | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/core/conf/hosts b/core/conf/hosts index ee776e2..449949b 100644 --- a/core/conf/hosts +++ b/core/conf/hosts @@ -1,13 +1,27 @@ # # /etc/hosts: static lookup table for host names # - -# IPv4 +# IPv4 LocalHosts 127.0.0.1 localhost.localdomain localhost -127.0.0.1 c9.localdomain c9 +127.0.0.1 c9.core c9 + +127.0.0.1 wiki.localhost +127.0.0.1 git.localhost +127.0.0.1 doc.localhost +127.0.0.1 ports.localhost + +# IPv4 Intranet +#<ip-address> <hostname.domain.org> <aliases> + +10.0.0.254 c9.core +10.0.0.254 wiki.c9.core +10.0.0.254 git.c9.core +10.0.0.254 doc.c9.core +10.0.0.254 ports.c9.core +# IPv4 Internet #<ip-address> <hostname.domain.org> <aliases> -192.168.1.9 core.privat-network.net c9.core +10.0.0.254 core.privat-network.net # IPv6 #::1 ip6-localhost ip6-loopback |