habe unter Debian 8.2 x64 die IP manuell vergeben in der /etc/network/interfaces
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.150.100
netmask 255.255.255.0
broadcast 192.168.150.255
gateway 192.168.150.250
Habe jetzt aber zufällig gemerkt dass wenn ich das LAN-Kabel rausziehe und wieder reinstecke sich die IP auf 192.168.150.17 ändert. (vom DHCP server so vergeben nehme ich an)
Starte ich den PC neu ist wieder die richtige IP (192.168.150.100) eingestellt.
Weiß jemand wie ich die IP IMMER statisch einstellen kann?