Spoilers pour VM
This commit is contained in:
parent
9aeb21349a
commit
1421c78eb8
|
@ -25,6 +25,7 @@ Adresse ipv6 publique : xxx
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -32,6 +33,7 @@ Adresse ipv6 publique : xxx
|
|||
iface enp1s0 inet6 static
|
||||
address 2001:910:1360::xxx/128
|
||||
gateway 2001:910:1360::
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ Adresse ipv6 publique : 2001:910:1360::11c
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -33,6 +34,7 @@ Adresse ipv6 publique : 2001:910:1360::11c
|
|||
iface enp1s0 inet6 static
|
||||
address 2001:910:1360::11c/128
|
||||
gateway 2001:910:1360::
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ Adresse ipv6 publique : 2001:910:1360::1ab
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -33,6 +34,7 @@ Adresse ipv6 publique : 2001:910:1360::1ab
|
|||
iface enp1s0 inet6 static
|
||||
address 2001:910:1360::1ab/128
|
||||
gateway 2001:910:1360::
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
|
@ -55,6 +57,7 @@ Adresse ipv6 publique : 2001:910:1360::1ab
|
|||
@gestion.a-lec.org admin@a-lec.org
|
||||
|
||||
### Configuration serveur web (nginx)
|
||||
<details>
|
||||
|
||||
server {
|
||||
server_name coffre.a-lec.org;
|
||||
|
@ -144,3 +147,4 @@ Adresse ipv6 publique : 2001:910:1360::1ab
|
|||
server_name gestion.a-lec.org;
|
||||
return 404; # managed by Certbot
|
||||
}
|
||||
</details>
|
||||
|
|
|
@ -26,6 +26,7 @@ Adresse ipv6 publique : 2001:910:1360::42
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -34,6 +35,8 @@ Adresse ipv6 publique : 2001:910:1360::42
|
|||
address 2001:910:1360::42/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
@ -55,6 +58,7 @@ Adresse ipv6 publique : 2001:910:1360::42
|
|||
@git.a-lec.org admin@a-lec.org
|
||||
|
||||
### Configuration serveur web (nginx)
|
||||
<details>
|
||||
|
||||
# GITLAB
|
||||
|
||||
|
@ -122,3 +126,5 @@ Adresse ipv6 publique : 2001:910:1360::42
|
|||
proxy_pass http://gitlab-workhorse;
|
||||
}
|
||||
}
|
||||
|
||||
</details>
|
||||
|
|
|
@ -28,6 +28,7 @@ Adresse ipv6 publique : 2001:910:1360::148
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -36,6 +37,8 @@ Adresse ipv6 publique : 2001:910:1360::148
|
|||
address 2001:910:1360::148/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
@ -49,6 +52,7 @@ Adresse ipv6 publique : 2001:910:1360::148
|
|||
*(à compléter)*
|
||||
|
||||
### Configuration serveur web (nginx)
|
||||
<details>
|
||||
|
||||
server {
|
||||
set_real_ip_from 192.169.1.1;
|
||||
|
@ -95,3 +99,5 @@ Adresse ipv6 publique : 2001:910:1360::148
|
|||
deny all;
|
||||
}
|
||||
}
|
||||
|
||||
</details>
|
|
@ -37,6 +37,7 @@ Instance publique
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The loopback network interface
|
||||
auto lo
|
||||
|
@ -49,6 +50,8 @@ Instance publique
|
|||
address 2001:910:1360::16a/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
@ -70,6 +73,7 @@ Instance publique
|
|||
@toot.a-lec.org admin@a-lec.org
|
||||
|
||||
### Configuration serveur web (nginx)
|
||||
<details>
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
|
@ -161,3 +165,4 @@ Instance publique
|
|||
|
||||
error_page 500 501 502 503 504 /500.html;
|
||||
}
|
||||
</details>
|
|
@ -37,6 +37,7 @@ Instance publique
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The loopback network interface
|
||||
auto lo
|
||||
|
@ -49,6 +50,8 @@ Instance publique
|
|||
address 2001:910:1360::232/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
|
|
@ -27,6 +27,7 @@ Adresse ipv6 publique : 2001:910:1360::1ca
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The loopback network interface
|
||||
auto lo
|
||||
|
@ -39,6 +40,8 @@ Adresse ipv6 publique : 2001:910:1360::1ca
|
|||
address 2001:910:1360::1ca/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/host.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
@ -60,6 +63,7 @@ Adresse ipv6 publique : 2001:910:1360::1ca
|
|||
@www.a-lec.org admin@a-lec.org
|
||||
|
||||
### Configuration du serveur web (nginx)
|
||||
<details>
|
||||
|
||||
server {
|
||||
set_real_ip_from 192.169.1.1;
|
||||
|
@ -147,3 +151,5 @@ Adresse ipv6 publique : 2001:910:1360::1ca
|
|||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
|
||||
}
|
||||
|
||||
</details>
|
|
@ -26,6 +26,7 @@ Adresse ipv6 publique : 2001:910:1360::142
|
|||
#### Configuration réseau
|
||||
|
||||
##### /etc/network/interfaces
|
||||
<details>
|
||||
|
||||
# The primary network interface
|
||||
allow-hotplug enp1s0
|
||||
|
@ -34,6 +35,8 @@ Adresse ipv6 publique : 2001:910:1360::142
|
|||
address 2001:910:1360::142/128
|
||||
gateway 2001:910:1360::
|
||||
|
||||
</details>
|
||||
|
||||
##### /etc/hosts.allow
|
||||
|
||||
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
||||
|
|
Loading…
Reference in New Issue