Projet

Général

Profil

OperationMutualisationIpv4 » Historique » Version 1

Mehdi Abaakouk, 01/12/2013 20:07

1 1 Mehdi Abaakouk
h1. Projet de mutualisation ipv4 chez tetaneutral:
2 1 Mehdi Abaakouk
3 1 Mehdi Abaakouk
h2. chiliproject:
4 1 Mehdi Abaakouk
5 1 Mehdi Abaakouk
* suppresion ipv4 
6 1 Mehdi Abaakouk
* changement ipv6 pour 2a01:6600:8081:ce02::1/64
7 1 Mehdi Abaakouk
* Ajout virtualhost sur www:
8 1 Mehdi Abaakouk
9 1 Mehdi Abaakouk
<pre>
10 1 Mehdi Abaakouk
<VirtualHost *:80>
11 1 Mehdi Abaakouk
        ServerAdmin webmaster@localhost
12 1 Mehdi Abaakouk
        ServerName chiliproject.tetaneutral.net
13 1 Mehdi Abaakouk
        ProxyPreserveHost On
14 1 Mehdi Abaakouk
        ProxyRequests off
15 1 Mehdi Abaakouk
        ProxyPass / http://[2a01:6600:8081:ce02::1]/
16 1 Mehdi Abaakouk
        ProxyPassReverse / http://[2a01:6600:8081:ce02::1]/
17 1 Mehdi Abaakouk
        CustomLog /var/log/apache2/chiliproject.tetaneutral.net-access.log combined
18 1 Mehdi Abaakouk
</VirtualHost>
19 1 Mehdi Abaakouk
</pre>
20 1 Mehdi Abaakouk
21 1 Mehdi Abaakouk
* Ajout relay domain sur lists:
22 1 Mehdi Abaakouk
23 1 Mehdi Abaakouk
Sur lists, dans /etc/postfix/main.cf
24 1 Mehdi Abaakouk
<pre>
25 1 Mehdi Abaakouk
relay_domains = lists.tetaneutral.net, chiliproject.tetaneutral.net
26 1 Mehdi Abaakouk
</pre>
27 1 Mehdi Abaakouk
28 1 Mehdi Abaakouk
Sur lists dans /etc/postfix/transport
29 1 Mehdi Abaakouk
<pre>
30 1 Mehdi Abaakouk
chiliproject.tetaneutral.net smtp:[2a01:6600:8081:ce02::1]:25
31 1 Mehdi Abaakouk
</pre>
32 1 Mehdi Abaakouk
Puis sur lists:
33 1 Mehdi Abaakouk
<pre>
34 1 Mehdi Abaakouk
postmap /etc/postfix/transport ; /etc/init.d/postfix reload
35 1 Mehdi Abaakouk
</pre>