网络设置为了 bridged Adapter 后,通过 ip addr 查看ip 还是127.0.0.1问题

解决virtualBox 安装centos7网络问题
解决virtualBox 安装centos7网络问题
解决办法:
cd /etc/sysconfig/network-scripts/ls 查看下ifcfg-eno后面对应的数字是什么,下面以eno32为例vi ifcfg-enp0s3编辑下ONBOOT=“yes” 开启自动启用网络连接:wq 保存退出service network restart 重启网络应该就可以看到分配到局域网ip了
解决virtualBox 安装centos7网络问题
解决virtualBox 安装centos7网络问题

相关文章:

  • 2022-01-07
  • 2021-09-30
  • 2022-01-04
  • 2021-10-12
  • 2021-11-09
  • 2021-05-14
  • 2021-05-02
猜你喜欢
  • 2021-08-17
  • 2022-02-07
  • 2021-07-24
  • 2021-04-15
  • 2021-11-23
  • 2021-09-14
  • 2021-04-10
相关资源
相似解决方案