From 576f4a5b59313b673272d42a02556769dda105dc Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Fri, 8 Mar 2024 14:19:15 +0000 Subject: [PATCH] Add IPv6 --- servers/main.bu | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/servers/main.bu b/servers/main.bu index 7de5cb43..2f9b75ef 100644 --- a/servers/main.bu +++ b/servers/main.bu @@ -102,6 +102,29 @@ storage: inline: | # This config file enables a /dev/zram0 device with the default settings [zram0] + - path: /etc/NetworkManager/system-connections/Wired connection 1.nmconnection + mode: 0600 + contents: + inline: | + [connection] + id=Wired connection 1 + uuid=e8a777c2-85a8-3edc-8895-cd9c9f9c06bc + type=ethernet + autoconnect-priority=-999 + interface-name=ens3 + timestamp=1709836038 + + [ethernet] + + [ipv4] + method=auto + + [ipv6] + addr-gen-mode=default + address1=2a00:1098:318::1/64 + method=auto + + [proxy] # - path: /etc/yum.repos.d/fedora-cisco-openh264.repo # contents: # inline: |