From b9af159cae5788896d5251830fac12d78e89ce05 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 30 Dec 2022 10:35:03 +0000 Subject: [PATCH] Update pm/gardefou.md --- pm/gardefou.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/pm/gardefou.md b/pm/gardefou.md index 36a2427..48b5873 100644 --- a/pm/gardefou.md +++ b/pm/gardefou.md @@ -30,14 +30,30 @@ Adresse ipv6 publique : 2001:910:1021::??? #### /etc/network/interfaces
-TODO ? + + auto lo + iface lo inet loopback + + # The primary network interface + allow-hotplug eno0 + + iface eno0 inet6 static + address 2001:910:1021:0::5/128 + gateway 2001:910:1021::1 +
## Configuration SSH ### /etc/ssh/sshd_config
-TODO ? + + + +TODO? + + +
## Configuration MTA