Forum Discussion
Altera_Forum
Honored Contributor
16 years agosimple socket server connection established, but cannot ping/telnet
hello guys, I got a problem with simple socket server problem. I post similiar thread in dev kit forum, but no answer until now. I am thinking maybe I could get help from here. Thank you in ad...
Altera_Forum
Honored Contributor
14 years agoIf you can ping the board, there's definitely no problem at the mac/phy levels, so I don't think you need to include that.
Probably you have a wrong SSS code or made a mistake in tcp configuration: infact ping relies on UDP, while the server-client connection requires TCP which is a bit more complex. Using a network analyzer like Wireshark can easily help you to find out if connection initiates and where it fails before being established.