Re: next update broke my bridge again

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/30/23 23:47, ToddAndMargo via users wrote:
On 4/30/23 23:32, Samuel Sieb wrote:
On 4/30/23 23:24, ToddAndMargo via users wrote:
# nmcli device
DEVICE  TYPE      STATE        CONNECTION
eno2    ethernet  connected    Wired connection 2
eno1    ethernet  unavailable  --
br0     bridge    unmanaged    --
lo      loopback  unmanaged    --

Notice that br0 isn't associated with a connection.  What does "nmcli c" show? Try removing the bridge pieces again and make sure they're actually gone.  Then do the first command and make sure that br0 is properly associated.

Doing updates should not have changed anything.  It's like you have some weird network config hiding somewhere.  Do you still have systemd-networkd running?


# vi /etc/NetworkManager/NetworkManager.conf

[main]
plugins=ifupdown

[ifupdown]
managed=false


fixed it.

Now to fix my firewall.

Thakn yo for the help!

Big thing on the firewall was trying to figure out how
to do a grep with brackets in it.  But I figured it out.

nmcli device show br0 > /dev/nul
if [ $? = 0 ]; then
    InternalNic=br0

else
    InternalNic=eno1
fi

internal_addr=$(nmcli device show $InternalNic | grep -i 'IP4.ADDRESS\[1\]' | grep 1 | awk '{print $2}' | sed -e 's/\/.*//')




_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux