Skip to content

Instantly share code, notes, and snippets.

@kazusato
Last active February 20, 2018 22:09
Show Gist options
  • Save kazusato/19b710648ab763c242ca9d713a68e257 to your computer and use it in GitHub Desktop.
Save kazusato/19b710648ab763c242ca9d713a68e257 to your computer and use it in GitHub Desktop.
CentOS7でのIPアドレスの変更

# nmcli connection modify enp0s3 192.168.11.81/24

これで、/etc/sysconfig/network-scripts/ifcfg-enp0s3に反映される。

その他、このページ参照。 ただし、ここの記載だと、上記nmcliコマンドを実行した直後にip addrで新しいIPアドレスが表示されるように読めるが、手元の環境では

# systemctl restart network

して初めて反映された。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment