Estou usando o Fedora Server 23 e não consigo fazer com que minha conexão ethernet funcione. Funciona bem no Ubunutu, OS X e Windows 7 na mesma máquina.
[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
com as configurações de rota padrão, pings para qualquer coisa fora da minha LAN falham.
O que posso fazer para testar isso ainda mais?
lspci -nnk
saídas:
...
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
...