rhelメモ(自分用)
NW設定
動作環境:CentOS7.8
- 設定ファイル編集
条件:DHCP→静的IP
【設定】
✕bootproto=non
〇bootproto=static
【再読み込み】
✕nmcli connection reload
nmcli connection up connection_name
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_ifcg_files
〇systemctl restart network
https://sourceexample.com/article/jp/9cdb3fd4b013c92f2d171fb167009377/
【確認】
ip a (IP addr)
【参考】