Bug 149860 - Interface up because of "onboot=no"
Summary: Interface up because of "onboot=no"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: initscripts
Version: 3.0
Hardware: s390
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-28 14:24 UTC by Falko Pilz
Modified: 2007-11-30 22:07 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-30 21:26:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Falko Pilz 2005-02-28 14:24:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7)
Gecko/20040803 Firefox/0.9.3

Description of problem:
Hello,

we has rebooted the whole s390 LPAR on saturday, for that Linux (I
talking about) it should be the same as an "init 6".

After this server came up, he has the interface eth0:0 up, because of
that "onboot=no" was in /etc/sysconfig/network-scripts/ifcfg-eht0:0.
The matter is, that this interface only should be used when another
server wends down (manual failover). This causes a duplicate
IP-Address and there for a lot of trouble with false public ssh - keys
and so on.
At first I should think nobody was able to bring this interface up by
hand, because at the bootup I was alone and I never touched this
system directly. My application admin says that the trouble starts
directly after the boot.

Regards 

Falko

Version-Release number of selected component (if applicable):
1.60-20

How reproducible:
Always

Steps to Reproduce:
1. service network restart    

Actual Results:  eth0:0 is up and has an IP still exists

Expected Results:  eth0:0 should be waiting for activation

Additional info:

/etc/sysconfig/networking/profiles/default is empty

Comment 4 Radek Vokál 2005-03-30 12:59:52 UTC
Reproduced here, I've got virtual interface eth0:2, ifcfg-eth0:2 contains 

GATEWAY=192.168.1.1
TYPE=Ethernet
DEVICE=eth0:2
HWADDR=00:0f:1f:78:0d:18
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.1.99
IPV6INIT=no
ONBOOT=no
^^^^^^^^^
USERCTL=no
PEERDNS=yes

ifdown eth0:2 stops the interface, but after `service network restart` the
interface is up again. This looks to me like a wrong parsing of the
configuration file, assigning to initscripts.

Comment 6 Bill Nottingham 2005-03-30 21:26:05 UTC
For aliases, ONPARENT=(yes|no) is used.


Note You need to log in before you can comment on or make changes to this bug.