PX4 UPD connection on windows 10

So, my problem is as follows:
Using the px4 manual, I configured an internet connection on the flight controller, netman show:

nsh> netman show
DEVICE=eth0
BOOTPROTO=fallback
NETMASK=255.255.255.0
IPADDR=192.168.0.4
ROUTER=192.168.0.1
DNS=192.168.0.1

Configuration of a PC running windows 10:


Configuration of QGroundControl:


Problem: When connecting the flight controller (Pixhawk 6x with v2a baseboard) to the computer using an ethernet cable, QGroundControl does not establish a connection with the flight controller.

Additional question: Is it possible to connect a flight controller to a Windows PC using an ethernet cable?

It looks correct from what I can see.

And Mavlink is running on that port? Can you share your params starting with MAV* to clarify or show the output of mavlink status?

And checked Windows Firewall issues?

If you’re expecting your flight controller to send unsolicited UDP to your computer, you’ll have to turn off your firewall to let it through (or work out the ports or app permissions).