25 Haziran 2018 Pazartesi

systemd-resolve komutu

Giriş
Açıklaması şöyle. Bu komut yerine sanırım kullandığımız desktop tarafından sağlanan NetworkManager'ı kullanmak daha kolay.
systemd-resolved is a service that provides DNS name resolution to local services and applications and it can be configured with Netplan, the default network management tool on Ubuntu 18.04.

Netplan configuration files are stored in the /etc/netplan directory. You’ll probably find one or two YAML files in this directory. The file name may differ from setup to setup. Usually, the file is named either 01-netcfg.yaml or 50-cloud-init.yaml but in your system, it may be different.

These files allow you to configure the network interface, including the IP address, gateway, DNS nameservers, and so on.
--status seçeneği
Bu komutun çıktısı çok uzun. İstenilen kısımı görmek için grep'lemek gerekiyor.
Örnek
Şöyle yaparız. Bu komut sadece tek DNS sunucusu gösterir.
sudo systemd-resolve --status | grep "DNS Server"
Tüm DNS sunucularını görmek için şöyle yaparız
systemd-resolve --status | grep 'DNS Servers' -A2

Hiç yorum yok:

Yorum Gönder