Hi,
I have a little issue with my secondary network interface on F34.
Ther are 2 interfaces
enp2s0:
inet 10.1.1.6/24 brd 10.1.1.255 scope global noprefixroute enp2s0
enp0s31f6:
inet 10.1.1.5/24 brd 10.1.1.255 scope global noprefixroute enp0s31f6
where enp0s31f6 is my primary interface
Now my problem is that enp2s0 is not active after a reboot but connection.autoconnect: yes is set
sudo nmcli interface connect enp2s0 works, the intarface comes up with the configured static IP but does not autoconfigure IPv6. ipv6.method is set to auto.
Here are the interfacesettings
sudo nmcli connection show enp2s0
connection.id: enp2s0
connection.autoconnect: yes
ipv4.method: manual
ipv4.dns: --
ipv4.addresses: 10.1.1.6/24
ipv4.gateway: --
ipv6.method: auto
Any Ideas?