Version 3 (modified by yuna, 10 years ago) (diff) |
---|
CentOS7 ¶
CentOS7のメモです。
ネットワーク ¶
ネットワークの設定 ¶
# nmtui
コマンド比較
CentOS6 | CentOS7 |
ifup xxx | nmcli c up xxx |
ifdown xxx | nmcli c down xxx |
NetworkManager?の無効化 ¶
# systemctl stop NetworkManager.service # systemctl start network.service