JA Magallón <[email protected]> writes: > Network starts and stops ok, but on reboot, some process inists on creating > a ifcfg-eth0 file, with this setup: > > DEVICE=eth0 > BOOTPROTO=dhcp > ONBOOT=yes > > which breaks networking on systems that have a fixed IP, and works by chance > if you use DHCP. > > Who creates that ?
This is created by udev rules. > How can I kill it ? You can just set NM_CONTROLLED=yes in the generated ifcfg files. -- Olivier Blin - blino
