|
Bugzilla – Full Text Bug Listing |
| Summary: | Yast2 network will not assign a static ip properly to eth0 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | James Rome <jamesrome> |
| Component: | Network | Assignee: | Martin Vidner <mvidner> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | bwiedemann, engineering, forgotten_RXJHfymTBF, mfilka |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
James Rome
2011-11-21 16:26:26 UTC
This has something to do with the fact that there is now a device br0. I am thinking this is related to xen. But there are no instructions I can find on how to configure br0 + eth0. I changed something by configuring br0, and networking started again. But as soon as I tried to set a static address, it died again and would not come back. I just file a bug 732696, may be related, found it by setting a static address. After you change to your static settings and finish yast, run sudo /sbin/ifup eth0 and see if eth0 comes up (steve@linux-vlkq:~> /sbin/ifconfig) Having similar situation when changing from DHCP to static IP Using NetworkManager. NM asks for authentication first, then after I enter the required IP information and click "Save", the authentication screen pops up for a second and then NM settings window closes without saving the static IP, and connection drops. The Network Manager static IP error has been fixed with the latest (30th Nov 2011) update. So, if you install Xen, what is the proper procedure for setting up a static address for the OpenDSUSE desktop, given just one card? When you install xen, it will automatically setup br0 as bridge that contains eth0. This means that eth0 MUST NOT have an IP-Address other than 0.0.0.0/32 in order for networking to work. To setup a static IP-Address, you edit the bridge's configuration instead. /etc/sysconfig/network/ifcfg-br0 is the raw config, if you don't want to use yast2 lan same as bnc#732696 workaround which works for me: reboot with statically assigned IP. *** This bug has been marked as a duplicate of bug 732696 *** |