Bug 75505

Summary: network scripts don't give ip address to eth1
Product: [Retired] Red Hat Linux Reporter: survietamine <survietamine>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WORKSFORME QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-30 23:19:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description survietamine 2002-10-09 09:09:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
/etc/sysconfig/network-scripts/ifcfg-eth1
is ok, but when i type : service network restart.
No ip address has been set to my eth1, when i rebooted, it's the same.
I've tried to deleted the file and use netconfig --device=eth1.
No result. When I type : ifconfig eth1 inet 192.168.8.1 netmask 255.255.255.0 : 
that's ok

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


How reproducible:
Always

Steps to Reproduce:
1.delete all ifcfg-eth1 files (3 files in /etc...)
2.netconfig --device=eth1 and setting all params
3.service network stop/start
4.rebooting
	

Actual Results:  no ip set when restarting the network script even at rebooting 
time

Expected Results:  an ip set

Additional info:

i've add a line to my rc.local : 'ifconfig eth1 inet 192.168.8.1 netmask 
255.255.255.0' to get it work at boot time.

Comment 1 Bill Nottingham 2002-11-12 06:22:56 UTC
Can you attach *all* your /etc/sysconfig/network-scripts/ifcfg-* files,
and /etc/sysconfig/network?

Comment 2 Bill Nottingham 2003-07-30 23:19:54 UTC
Closed, no response