2024-11-01 09:02 PM - last edited on 2024-11-04 04:49 AM by SofLit
The Static IP settings of my computer are as follows
As follows, My computer can ping itself
Then the Static IP (/lib/systemd/network/52-static.network) of my STM32MP135F-DK is set as follows
As follows, My STM32MP135F-DK also can ping itself
Why can't my computer ping STM32MP135F-DK?
This is my comouter ip route, Why can’t I see the ip route of STM32MP135F-DK?
Is there any mistake in setting the Static IP above?
Or am I missing some settings?
How can I solve this problem?
2024-11-04 02:36 AM
Hello @syuan ,
are you connecting the PC and Board via a switch or directly?
can you PC and Host ping 192.168.11.1 default gateway?
can you monitor the traffic via Wireshark and see if there are any ARP announcement in the network from either you PC or board?
Regards