Projet

Général

Profil

SrvSTG2 » Historique » Version 1

Ludovic Pouzenc, 07/12/2014 14:34

1 1 Ludovic Pouzenc
h1. Serveur stg2.tetaneutral.net
2 1 Ludovic Pouzenc
3 1 Ludovic Pouzenc
h2. Caractéristiques
4 1 Ludovic Pouzenc
5 1 Ludovic Pouzenc
* Gigabyte Brix
6 1 Ludovic Pouzenc
* CPU Celeron, 4GB RAM
7 1 Ludovic Pouzenc
* SSD Intel 40GB
8 1 Ludovic Pouzenc
* Debian 7 amd64
9 1 Ludovic Pouzenc
10 1 Ludovic Pouzenc
h2. Traces Install
11 1 Ludovic Pouzenc
12 1 Ludovic Pouzenc
A partir d'un clone (rsync) de stg.tetaneutral.net
13 1 Ludovic Pouzenc
14 1 Ludovic Pouzenc
h3. Config réseau
15 1 Ludovic Pouzenc
16 1 Ludovic Pouzenc
* Le NUC n'a qu'une interface réseau, donc tout part sur la base de VLANs
17 1 Ludovic Pouzenc
(confère /etc/network/interfaces)
18 1 Ludovic Pouzenc
* Changer le /etc/hostname : stg2
19 1 Ludovic Pouzenc
* Utiliser /etc/debian_chroot pour éviter les confusions des machines
20 1 Ludovic Pouzenc
21 1 Ludovic Pouzenc
<pre>
22 1 Ludovic Pouzenc
echo NUC > /etc/debian_chroot
23 1 Ludovic Pouzenc
source ~/.bashrc
24 1 Ludovic Pouzenc
</pre>
25 1 Ludovic Pouzenc
26 1 Ludovic Pouzenc
* Mettre l'IP publique dans /etc/hosts (car sinon résolution de stg pourrie chez les adhérents)
27 1 Ludovic Pouzenc
28 1 Ludovic Pouzenc
<pre>
29 1 Ludovic Pouzenc
91.224.148.6    stg2.tetaneutral.net     stg2
30 1 Ludovic Pouzenc
</pre>
31 1 Ludovic Pouzenc
32 1 Ludovic Pouzenc
* Vérifier que le FQDN fonctionne
33 1 Ludovic Pouzenc
34 1 Ludovic Pouzenc
<pre>
35 1 Ludovic Pouzenc
(NUC)root@stg2:~# hostname
36 1 Ludovic Pouzenc
stg
37 1 Ludovic Pouzenc
(NUC)root@stg:~# hostname --fqdn
38 1 Ludovic Pouzenc
stg.tetaneutral.net
39 1 Ludovic Pouzenc
</pre>