1、cd  /etc/sysconfig/network-scripts

2、ls

centos最小化安装配置网络问题

3、使用vi ./ifcfg-en33进入编辑页面,将ONBOOT的值修改为yes,默认为no

centos最小化安装配置网络问题

4、wq保存退出

使用 systemctl restart network 重启网卡即可

5、使用 ip addr 查看ip

6、安装网络工具后可使用ifconfig查看ip: yum install net-tools

可以使用ssh工具连接了

7、安装wget  yum -y install wget

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-01-07
  • 2021-10-02
相关资源
相似解决方案