Skip to content
Snippets Groups Projects
Verified Commit b71541f2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Configure network correctly for Kape servers

Previously we configured our network conf to all interfaces, which
shouldn't be done as not all our routed to the internet and this causes
systemd-network-online target to fail.
parent 7c272590
No related branches found
No related tags found
1 merge request!320Configure network correctly for Kape servers
Pipeline #5450 passed
......@@ -8,7 +8,7 @@ ipv6_address: "2a02:6ea0:cc0e::2"
ipv6_netmask: "/128"
ipv6_gateway: "2a02:6ea0:cc0e::1337"
filesystem: "btrfs"
network_interface: "en*"
network_interface: "enp1s0f1"
system_disks:
- /dev/sda
- /dev/sdb
......
......@@ -8,7 +8,7 @@ ipv6_address: "2a02:6ea0:d605::2"
ipv6_netmask: "/128"
ipv6_gateway: "2a02:6ea0:d605::1337"
filesystem: "btrfs"
network_interface: "en*"
network_interface: "enp1s0f0"
system_disks:
- /dev/sda
- /dev/sdb
......
......@@ -8,7 +8,7 @@ ipv6_netmask: "/128"
ipv6_gateway: "2a02:6ea0:c238::1337"
filesystem: "btrfs"
network_interface: "en*"
network_interface: "enp65s0f0"
system_disks:
- /dev/sda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment