「CentOS Stream 8」DHCPの自動割り当てを設定する方法

OSバージョンを確認
# cat /etc/redhat-release
CentOS Stream release 8

1.ネットワークを設定
# nmcli connection modify ens33 ipv4.method auto

2.デバイスの自動起動を設定
# nmcli connection modify ens33 connection.autoconnect yes

3.自動割り当てを確認
# nmcli connection show ens33 | grep connection.autoconnect
connection.autoconnect: はい
connection.autoconnect-priority: 0
connection.autoconnect-retries: -1 (default)
connection.autoconnect-slaves: -1 (default)

4.デバイスを確認
# nmcli device show ens33

GENERAL.STATE: 100 (接続済み)
GENERAL.CONNECTION: プロファイル 1
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnecti>
WIRED-PROPERTIES.CARRIER: オン
IP4.ADDRESS[1]: 192.168.229.129/24
IP4.GATEWAY: 192.168.229.2

CentOS

Posted by arkgame