Guten morgen,
gestattet mir jemand einen Blick in seine Netzwerkkonfiguration. Hintergrund meiner Frage ist, nachdem ich das Interface ens33 und eht0 geändert habe, Probleme mit dem ntpd Service habe. Ich erhalte beim booten folgenden Fehler:
18 Aug 09:51:13 ntpd(502): bind(20) AF-INET 127.0.0.1#123 flags 0x5 failed: Address already in use
18 Aug 09:51:13 ntpd(502): unable to create socket on lo (2) for 127.0.0.1#123
Laut @sinn3r deutet dies auf einen Fehler in der Netzwerkkonfiguration hin.
Hier ein Blick in meine /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more Informations, see interfaces(5)
source /etc/network/interfaces.d/*
# The loopback network interface
auto eth0
iface lo inet loopback
# The primary network interface
allow-hotplug ens3
face eth0 inet static
address 192.168.178.11
netmask 255.255.255.0
gateway 192.168.178.1
- This reply was modified 5 years, 1 month ago by Ich.
- This reply was modified 5 years, 1 month ago by Ich.