我已经安装CentOS 7在我的系统上戴尔 Precision T7610。当我尝试连接到网络时。PFB 详细信息
[sigma@localhost ~]$ nmcli d
DEVICE TYPE STATE CONNECTION
virbr0 bridge connecting (getting IP configuration) virbr0
enp0s25 ethernet connecting (getting IP configuration) enp0s25
enp7s0 ethernet unavailable --
lo loopback unmanaged
此后
[sigma@localhost ~]$ lspci | grep Ether
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 06)
07:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
我是新手。如果您需要更多详细信息,请告诉我。
感谢并问候,Sreekanth
答案1
当我尝试使用其他以太网端口时,问题已修复(enp7s0 ethernet)
。我不确定为什么其他端口不起作用。
答案2
根据您提供的其他信息,网络接口已启动,但尚未配置。您可以尝试:
- 运行
dhclinet
以从 DHCP 服务器获取网络设置。它将一直有效直到下次重新启动 - 运行
ip address <your desired ip>/<network mask> add dev eth0
以分配静态 IP 地址直到下次重启(例如ip address add 192.168.0.50/24 dev eth0
) - 编辑接口配置文件
/etc/sysconfig/network-scripts/ifcfg-eth0
并这为您的界面设置永久设置的指南,即使在重启后也会保留