Richard G
Verified User
2 days ago, I removed the NetworkManager and installed network-scripts because NetworkManager messed up the resolv.conf file.
I restarted the startips service and all seemd to keep working fine.
Today suddenly server does not respond to pings anymore.
Nothing is working.
When placing server in rescue mode, the ethernet device does not come up.
I see this in the logs from when the system boots:
So I put this line in the /etc/sysconfig/network-scripts/enp2s0 file:
which made no difference at all. Network still does not come up.
I don't have a clue on to why suddenly the network stopped working, but since the rescue system works, network card must work too.
Does anybody have a clue on how I can fix this so the network will start at boot again?
I restarted the startips service and all seemd to keep working fine.
Today suddenly server does not respond to pings anymore.
Nothing is working.
When placing server in rescue mode, the ethernet device does not come up.
I see this in the logs from when the system boots:
Code:
Feb 10 19:35:24 server kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 10 19:35:24 server systemd-udevd[598]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 10 19:35:24 server systemd-udevd[597]: Using default interface naming scheme 'rhel-8.0'.
Feb 10 19:35:24 server systemd-udevd[597]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 10 19:35:24 server kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
So I put this line in the /etc/sysconfig/network-scripts/enp2s0 file:
Code:
ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
I don't have a clue on to why suddenly the network stopped working, but since the rescue system works, network card must work too.
Does anybody have a clue on how I can fix this so the network will start at boot again?