Version 4 (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
net-toolsとiproute2
net-tools | iproute2 |
ifconfig | ip addr, ip link |
route | ip route |
netstat | ss |
netstat -i | ip -s link |
arp | ip neighbor |