On Sat, 16 Nov 2019 13:48:43 -0500 Tom Horsley wrote: > You can make things normal again > by adding the HWADDR="same mac as physical interface" > parameter to the ifcfg-<bridge> file.
Wups! I tell a lie. The parameter you need is MACADDR, not HWADDR. Here's my ifcfg-br0: # Networking Interface DEVICE=br0 TYPE=Bridge BOOTPROTO=static GATEWAY=192.168.1.1 IPADDR=192.168.1.106 IPV6INIT=no NETMASK=255.255.255.0 ONBOOT=yes PEERDNS=no USERCTL=no NM_CONTROLLED=no MACADDR=74:d0:2b:2b:7a:b4 _______________________________________________ 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