Re: [CentOS] Weird behaviour of ifcfg scripts

2012-10-02 Thread Markus Falb
On 2.10.2012 15:00, Timo Schoeler wrote: > Hi, > > I accidentally found that the existence of a file e.g. named > ifcfg-eth1:1 put in /etc/sysconfig/network-scripts/ leads to the > appropriate interface being created even with the option 'ONBOOT' set to > 'no': > > DEVICE="eth1:1" > BOOTPROTO=

Re: [CentOS] Weird behaviour of ifcfg scripts

2012-10-02 Thread Timo Schoeler
On 10/02/2012 03:03 PM, thus Reindl Harald spake: > > Am 02.10.2012 15:00, schrieb Timo Schoeler: >> Hi, >> >> I accidentally found that the existence of a file e.g. named >> ifcfg-eth1:1 put in /etc/sysconfig/network-scripts/ leads to the >> appropriate interface being created even with the option

[CentOS] Weird behaviour of ifcfg scripts

2012-10-02 Thread Timo Schoeler
Hi, I accidentally found that the existence of a file e.g. named ifcfg-eth1:1 put in /etc/sysconfig/network-scripts/ leads to the appropriate interface being created even with the option 'ONBOOT' set to 'no': DEVICE="eth1:1" BOOTPROTO="static" NM_CONTROLLED="no" ONBOOT="no" TYPE="Ethernet" IPA