Hide Forgot
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.
Can you attach *all* your /etc/sysconfig/network-scripts/ifcfg-* files, and /etc/sysconfig/network?
Closed, no response