# APIPA Ausschalten # (Automatic Private IP Addressing) # CentOS, redhat-EL <28.02.2006> # RFC3927, RFC3330 address space 169.254/16 declaration: 169.254.0.0/16 - This is the "link local" block. It is allocated for communication between hosts on a single link. Hosts obtain these addresses by auto-configuration, such as when a DHCP server may not be found. vi /etc/sysconfig/network NOZEROCONF=YES service network restart