Bug 1057978
| Summary: | Simple bridge setup fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Jones <tim> | ||||
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | awilliam, chkr, dcbw, jklimes, matthew.hirsch, sven, tim | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-24 17:31:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Tim Jones
2014-01-26 10:21:15 UTC
Created attachment 855651 [details]
NetworkManager debug output
I've attached the output from running:
/usr/sbin/NetworkManager --no-daemon -d --log-level=DEBUG > ~/nm.log 2>&1
Did you activate the bridge profiles? You can do it via GUI or nmcli. It should be sufficient to call: $ nmcli con up "br0em1" You have ONBOOT=no in ifcfg-br0em1, so it is not automatically started after boot. Hi, yes, they were all activated at the time I entered this report. But, I've recently retried (after using old style networking scripts) and it's looking like it's working with the current versions of network manager, etc., even over reboots although this wasn't the issue originally. These are my current config files: /etc/sysconfig/network-scripts # cat ifcfg-br0 DEVICE=br0 STP=yes BRIDGING_OPTS=priority=128 TYPE=Bridge BOOTPROTO=dhcp DNS1=127.0.0.1 DEFROUTE=yes PEERDNS=no PEERROUTES=yes DHCP_CLIENT_ID=dog.mr-dog.net IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes DNS2=::1 DOMAIN=dog.mr-dog.net IPV6_DEFROUTE=yes IPV6_PEERDNS=no IPV6_PEERROUTES=yes IPV6_FAILURE_FATAL=no NAME=br0 UUID=4bec9d65-834b-46e3-a76c-ff4cd49ef5b0 ONBOOT=yes ZONE=dmz /etc/sysconfig/network-scripts # cat ifcfg-br0em1 HWADDR=00:1A:A0:B3:9A:FD TYPE=Ethernet NAME=br0em1 UUID=26fa6fa1-d1a9-4af6-9610-9b528813783b ONBOOT=yes ZONE=dmz BRIDGE=4bec9d65-834b-46e3-a76c-ff4cd49ef5b0 I guess this can be considered fix now :) since the OP can't reproduce, let's close this, I don't think it's helping anyone staying open. |