From 425532980a38789db915a2a69ba4d2f2c3788818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Sun, 15 Dec 2024 03:41:20 +0100 Subject: [PATCH] Aktualizovat ServerUbuntu.md --- ServerUbuntu.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ServerUbuntu.md b/ServerUbuntu.md index 2ced4f3..138d483 100644 --- a/ServerUbuntu.md +++ b/ServerUbuntu.md @@ -37,4 +37,17 @@ 1. Nastavit autostart (pokud není) ```shell sudo systemctl enable qemu-guest-agent + ``` +## DNS +Zatím nevím, proč nefunguje korektně. Nastavím `/etc/resolv.conf` ručně. +bylo: `resolv.conf -> ../run/systemd/resolve/stub-resolv.conf` + ```shell + sudo -i + rm -f /etc/resolv.conf + cat > /etc/resolv.conf << EOF + nameserver 192.168.88.101 + nameserver 192.168.88.1 + domain habad.eu + search habad.eu + EOF ``` \ No newline at end of file