On 2020-04-28 08:02, ToddAndMargo via users wrote:
> On 2020-04-27 16:51, Ed Greshko wrote:
>> On 2020-04-28 07:27, ToddAndMargo via users wrote:
>>> So that is what that means.  All these years and
>>> I never bother to look up what it meant.
>>>
>>> I flipped to yes and rebooted.  Seems to be working
>>> fine.  Show up in the applet too.  I was able to
>>> contact go to assist with Brave on my Windows 10 VM,
>>> where is anything was to go wrong ...
>>
>> Now that you're using NetworkManager to control br0 you may need to revisit 
>> the
>> changes you made to your iptables scripts to point to the correct 
>> NetworkManager
>> versions of ifup and ifdown.
>
> This is what I have been using:
>
> ipgw="$(ip route list | grep -i "default via" | awk '{print $3}')"
> if [ -z "$ipgw" ]; then
>    echo "eth1 is not reporting that it is a gateway."
>    echo "downing and upping eth1"
>    # /etc/sysconfig/network-scripts/ifdown eth1
>    # /etc/sysconfig/network-scripts/ifup   eth1
>
>    #  this works too, but use nm-ifdown and nm-ifup instead
>    # nmcli dev disconnect eno2
>    # nmcli dev connect    eno2
>
>    /usr/libexec/nm-ifdown eno2
>    /usr/libexec/nm-ifup   eno2
> fi
>
>
> $ nmcli con show
> NAME        UUID                                  TYPE      DEVICE
> eno2        a056777e-8a75-4da5-9585-6aacf150b862  ethernet
>  eno2
> System br0  d2d68553-f97e-7549-7a26-b34a26f29318  bridge
>  br0
> virbr0      1961b652-01e8-4000-8a67-c6289045e5aa  bridge
>  virbr0
> eno1        be0f8dfa-9939-4f9e-a20a-cadf593452c2  ethernet
>  eno1
>
>
> I still get:
> $ nmcli con show br0
> Error: br0 - no such connection profile.
> But, that is because NM calls br0 "System br0"

In a previous thread you included the /etc/sysconfig/network-scripts/ifcfg-br0 
file.
It contains

NAME="System br0"

Which is where NM gets that info.  You can change it.


-- 
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to