如何在全新安装的 Fedora Server 23 上设置以太网?

如何在全新安装的 Fedora Server 23 上设置以太网?

我正在使用 Fedora Server 23,但无法使以太网连接正常工作。在同一台计算机上的 Ubunutu、OS X 和 Windows 7 上,它运行良好。

[root@localhost etc]# ifconfig
ens5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.15  netmask 255.255.255.0  broadcast 192.168.1.255

ETC...

[root@localhost etc]# route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.1 ens5
SIOCADDRT: Network is unreachable
[root@localhost etc]# route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.254 ens5
SIOCADDRT: Network is unreachable

使用默认路由设置,对 LAN 之外的任何设备的 ping 操作均会失败。

我该怎么做才能进一步测试这一点?


lspci -nnk

输出:

...
0c:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller [11ab:436a] (rev 13)
Subsystem: Marvell Technology Group Ltd. Imac 8,1 Wired Ethernet Adapter [11ab:00ba]
Kernel driver in use: sky2
Kernel modules: sky2
...

相关内容