InfrastructureConstruction:RHEL8:NameResolution
6.名前解決
/etc/hostsの設定
vi /etc/hosts #必要に応じて追加する。 <ipaddress> <hostname>
/etc/NetworkManager/conf.d/90-dns-none.confの設定
/etc/resolv.confがNetworkManagerによって上書きされないようにする。
・社内DNSサーバを指定している際などで有効
・AWSのDNSサーバのみの場合は、最初の3つ目のIPアドレスがDNS サーバーの IP アドレスとなるのでAMIから別セグメントで展開したい場合は無効としなくて良い。
https://docs.aws.amazon.com/ja_jp/vpc/latest/userguide/VPC_Subnets.html
vi /etc/NetworkManager/conf.d/90-dns-none.conf #変更前(記載なし) #変更後 [main] dns=none
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/manually-configuring-the-etc-resolv-conf-file_configuring-and-managing-networking
InfrastructureConstruction/RHEL8/NameResolution.txt · 最終更新: 2021/01/01 by 127.0.0.1