centos 7 中 ifconfig 被ip add 命令取代
wget 未默认安装
安装wget命令
yum install wget
centos 7 中菜单配置网卡 是 nmtui命令 (系统自带)
配置完成后别忘了重启 网络服务
systemctl restart network
手动配置网卡
顺便问一下 你的centos 联网了吗
开启网卡并自动得到ip
ifcfg-ethx ethx代表你电脑的网卡
下面2项
ONBOOT=yes
BOOTPROTO=dhcp
示例
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
UUID=a6a24d24-2df7-461f-9871-f69e91d0e8ae
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
#vi /etc/sysconfig/network
NETWORKING=yes #网络是否可用
HOSTNAME=localhost.localdomainin