相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

dnsmasq mint 19 systemd-resolveとport53が競合する

Dnsmasq

Ubuntu 18.04にはsystemd-resolveが付属しており、Dnsmasqポートと競合するポート53 にバインドするため、無効にする必要があり ます。

次のコマンドを実行して、解決されたサービスを無効にします。

sudo systemctl disable systemd-resolve

sudo systemctl stop systemd-resolved

また、シンボリックリンクされたresolv.confファイルを削除します

ls -lh /etc/resolv.conf

sudo rm /etc/resolv.conf

次に、新しいresolv.conf ファイルを作成します

echo “nameserver 8.8.8.8” > /etc/resolv.conf

Dnsmasq
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク
なんでもDIY

コメント