虚拟机Linux下一直获取不到ip怎么办

Ifconfig -a 只显示了本地的ip127.0.0.1

和另一个eth1 但是找不到ip地址。

需要做的是:

申请ip
dhclient eth1

 

另外释放ip的命令是
dhclient eth0 -r

相关文章:

  • 2022-01-15
  • 2021-08-15
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-08-08
  • 2021-09-20
猜你喜欢
  • 2022-01-07
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-12-09
相关资源
相似解决方案