-----Original Message----- From: test-bounces@lists.fedoraproject.org [mailto:test-bounces@lists.fedoraproject.org] On Behalf Of Mateusz Marzantowicz Sent: 23 October 2013 10:25 To: test@lists.fedoraproject.org Subject: Re: NM controlled bridge turns on netfilter
On 23.10.2013 10:44, Paul Knox-Kennedy wrote:
I have a host recently updated to f20, with virtual machines using bridged networking. When I switch to NetworkManager controlled networking, the virtual machines' DHCP requests failed.
After much messing around, I have found that when NM is on, by the time the system has booted, bridge-nf-call-iptables, bridge-nf-call-ip6-tables and bridge-nf-call-arptables have
all been
set to 1, so something has overriden the setting from /usr/lib/sysctl.d/00-system.conf.
Is there some setting I am missing here?
You're not missing anything. It is a BUG not resolved to this day. There is a workaround that works perfectly for me and maybe others. Create file /etc/NetworkManager/dispatcher.d/00-sysctl with following content:
#!/bin/sh
/usr/lib/systemd/systemd-sysctl
exit 0
Mateusz Marzantowicz
test mailing list test@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test
Many thanks for that, your workaround resolved my issues. Is there a bugzilla entry for this? I couldn't find anything in redhat or gnome bugzilla that seemed to apply.
Cheers Paul
NOTICE & DISCLAIMER This email including attachments (this "Document") is confidential and may contain legally privileged information. If you have received this Document in error please notify the sender immediately and delete this Document from your system without using, copying, disclosing or disseminating it or placing any reliance upon its contents. We cannot accept liability for any breaches of confidence arising through use of this Document.
The information contained in this Document is provided solely for information purposes on an "as is" basis without warranty of any kind, either express or implied, including without limitation any implied warranty of satisfactory or merchantable quality, fitness for a particular purpose or freedom from error or infringement. The user relies on the information contained herein, and its accuracy or otherwise, entirely at their own risk.
Any opinions expressed in this Document are those of the author and do not necessarily reflect the opinions of Telsis. We will not accept responsibility for any commitments made by our employees outside the scope of our business.