Wicked prioritizes Wifi over Ethernet

Hello,
My is my pretty much in the title. I have set up Wicked on my PC and both Wifi and Ethernet are working. But, for some reason, Wicked gives the priority to Wifi connection over Ethernet. How can I change this?

$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host  
       valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:d8:61:e0:d9:d3 brd ff:ff:ff:ff:ff:ff
    inet [IP ADDRESS]90/24 brd [IP ADDRESS]255 scope global enp3s0
       valid_lft forever preferred_lft forever
    inet6 fe80::2d8:61ff:fee0:d9d3/64 scope link  
       valid_lft forever preferred_lft forever
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 24:41:8c:aa:b8:d3 brd ff:ff:ff:ff:ff:ff
    altname wlp0s20f3
    inet [IP ADDRESS]121/24 brd [IP ADDRESS]255 scope global wlo1
       valid_lft forever preferred_lft forever
    inet6 fe80::2641:8cff:feaa:b8d3/64 scope link  
       valid_lft forever preferred_lft forever

Thanks in advance :slight_smile:

Sorry, but I have problems in interpreting what you post in CODE.

A bit minor, but nevertheless a bit confusing: why do you have two CODE sections in the post where I assume the first one, (which has a command) and the second one (with has some output) in fact belong to each other and were contiguous on your screen? To give others the best information on what you have on your screen and show who you were (mainly user or root), where you were (working directory), and what you did and got by copy/paste of the prompt/command line, all output and the next prompt line. Do not abbreviate or change things and when you do (e.g. avoiding passwords to be shown), say so very clear. This all to avoid misunderstandings and increase trust in what you post.

Then you say that one NIC is prioirtiized above the other. But I can not see how you came to your conclusion based on the code you post. You seem to have some strange IP addresses there, but I am not even sure if those are to different networks. Let alone that I can see how these networks are connected and where connections to other systems should go (routes?).

If you mean “outgoing packets are sent over Wifi” you need to show your routing table. Otherwise you need to explain what you mean.