Bug 444990
| Summary: | wrong network settings | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thorsten Scherf <tscherf> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | berrange, lex.lists, markmc, notting, rvokal, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-04 08:30:58 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: | |||
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Hmm, looks like DHCP is getting run on the iface somehow What's the output of: chkconfig --list network chkconfig --list NetworkManager ? Can the reporter please confirm if this bug is still current? Can the reporter please answer Bill's question. haven't seen this again. will close this bug. |
Description of problem: no sure if libvirt is the right product here, but anyway, it'll give it a try. I use static networking for a kvm host, configured in ifcfg-eth0: [root@rawhide ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 # Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.122.255 HWADDR=00:16:3e:68:4a:fe IPADDR=192.168.122.130 NETMASK=255.255.255.0 NETWORK=192.168.122.0 ONBOOT=yes [root@rawhide ~]# when I check the ip settings, a wrong address has been assigned to the host: [root@rawhide ~]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:16:3E:68:4A:FE inet addr:192.168.122.132 Bcast:192.168.122.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe68:4afe/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:238169 errors:0 dropped:0 overruns:0 frame:0 TX packets:136215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:324199411 (309.1 MiB) TX bytes:10555465 (10.0 MiB) Interrupt:11 Base address:0xa000 [root@rawhide ~]# this happens directly after a fresh restart of the machine. no dhcp involved. Version-Release number of selected component (if applicable): libvirt-0.4.2-1.fc9.i386 How reproducible: reboot the machine, check ip settings Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: