My first day of using Ubuntu 22.04 caused my manager asked me to. After configuring the network to static IP, I'm struggling to find out why it could not ping servers using their hostnames, but IP is fine.
root@lnxuserver:/etc/netplan# cat 01-network-manager-all.yaml#This is the network config written by 'subiquity'network: version: 2 renderer: networkd ethernets: ens192: dhcp4: no dhcp6: no addresses: - 10.xx.xx.50/24 routes: - to: default via: 10.xx.xx.1 nameservers: addresses: [10.xx.xx.xx, 10.xx.xx.11]