Issues with DNS configuration on Debian based release #901
Answered
by
mudler
massimogallina
asked this question in
Q&A
|
I am having issues using the DNS configuration option as per documentation with image kairos-debian-v1.5.1-k3sv1.26.1+k3s1. stages:
initramfs:
- files:
- path: /etc/systemd/network/10-config.network
permissions: 0644
content: |
[Match]
Name=enp1s0
[Network]
Address=192.168.11.55/24
Gateway=192.168.11.250
DNS=192.168.1.181 8.8.8.8stages:
boot:
- name: "Setup dns"
dns:
nameservers:
- 192.168.1.181
- 8.8.8.8
path: "/etc/resolv.conf"In both cases the file |
Answered by
mudler
Apr 3, 2023
Replies: 2 comments 5 replies
|
👋 this is due to the fact that systemd-based systems are using |
0 replies
|
Yes, this is what I think too. But |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
however, note that a new release is supposed to be out very soon, which should have the following fixed already