I recently upgraded from CentOS 7 to AlmaLinux 8.9. This has been working for a few weeks but this morning suddenly 2 of 3 IP's on my VPS stopped working.
ip a shows the following
DirectAdmin has all the IP's added (also re-added them, without succes).
I'm missing the IP addresses 37.X.X.15 and 37.X.X.16. Any clue how to resolve this?
Disabling firewall without succes, even internal pinging on the server issues no response. There is no ifcfg-eth0 or ifcfg-ens3 (or something similar) in the /etc/sysconfig/network-scripts/ folder. Only for my loopback.
[edit]
Could the issue be that my whole /etc/sysconfig/network-scripts/ifcfg-ens3 is missing (or should it be called enp0s3)?
[edit2
Fixed it by making my own "ifcfg-ens3" in /etc/sysconfig/network-scripts.
ip a shows the following
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:ac:aa:45 brd ff:ff:ff:ff:ff:ff
altname enp0s3
inet 37.X.X.234/24 brd 37.X.X.255 scope global dynamic noprefixroute ens3
valid_lft 86189sec preferred_lft 86189sec
inet6 2a01:X:X:49:adbc:9723:9bfb:853f/64 scope global dynamic noprefixroute
valid_lft 2591971sec preferred_lft 604771sec
inet6 2a01:X:X:49:5054:ff:feac:aa45/64 scope global dynamic mngtmpaddr
valid_lft 2591970sec preferred_lft 604770sec
inet6 fe80::ab64:5c11:eaaf:8ac2/64 scope link noprefixroute
valid_lft forever preferred_lft forever
DirectAdmin has all the IP's added (also re-added them, without succes).
I'm missing the IP addresses 37.X.X.15 and 37.X.X.16. Any clue how to resolve this?
Code:
[root@vps network-scripts]# cat /usr/local/directadmin/conf/directadmin.conf |grep ethernet_dev
ethernet_dev=eth0
Disabling firewall without succes, even internal pinging on the server issues no response. There is no ifcfg-eth0 or ifcfg-ens3 (or something similar) in the /etc/sysconfig/network-scripts/ folder. Only for my loopback.
[edit]
Could the issue be that my whole /etc/sysconfig/network-scripts/ifcfg-ens3 is missing (or should it be called enp0s3)?
Code:
[root@vps admin]# NetworkManager --print-config
# NetworkManager configuration: /etc/NetworkManager/NetworkManager.conf (lib: 10-dhcp-dhclient.conf)
[main]
# plugins=ifcfg-rh
# rc-manager=symlink
# auth-polkit=true
# iwd-config-path=
dhcp=dhclient
configure-and-quit=no
[logging]
# backend=journal
# audit=false
[device]
# wifi.backend=wpa_supplicant
# no-auto-default file "/var/lib/NetworkManager/no-auto-default.state"
[edit2
Fixed it by making my own "ifcfg-ens3" in /etc/sysconfig/network-scripts.
Last edited: