lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Lwip client can't connect to another lwip server


From: murat palaci
Subject: Re: [lwip-users] Lwip client can't connect to another lwip server
Date: Thu, 26 Nov 2020 12:52:22 +0000

Thanks I solved it,
The issue is two boards have same mac address on a common Lan.
i changed one mac number of both and solved
 is it a bug or rule on tcp connection?

Murat PALACI
Electronic & Software Designer


From: Stephen Cowell <s.cowell@plasmability.com>
Sent: Wednesday, November 25, 2020 9:46:27 PM
To: Mailing list for lwIP users <lwip-users@nongnu.org>; murat palaci <askermp@hotmail.com>
Subject: Re: [lwip-users] Lwip client can't connect to another lwip server
 
I find that Wireshark points to the problem usually.  If you don't understand the trace, show it here.
--
Steve
.

On 11/25/2020 11:47 AM, murat palaci wrote:
Hello,

I have two boards that I developed using STM32F1 with PHY

I used standard tcp_echoclient and tcp_echoserver codes in lwip.

That two boards connect and accept all connections coming from PC via Hercules Software.

So there is no problem on my codes and hardware.

But when I want to connect tcp_echoclient to tcp_echoserver, tcp_echoserver does not accept the request coming from tcp_echoclient.

Client state shows SYN_SENT and
Server state shows nothing

But as I said the client and server can connect to the PC successfully

What can I do in this situation?

Thanks

Murat

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]