Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Thanks! Now the telnet server works. I am using a cross over cable and set the ip address, the subnet mask, and the gateway in windows manually. For the subnet mask and gateway, I used the values specified in the file simple_socket_server.h. I also had to turn off enable_dhcp_client as described in the file that you uploaded. So it was, as you said, a connection problem on the cable/computer side. The simple socket server is running on both evaluation boards, DE2 and DE4. Now I can start changing the socket server task to transfer data. --- Quote End --- Dear David, I met the same problem,as follows:# ################################### IP address of et1 : 192.168.10.234 Created "Inet main" task (Prio: 2) Created "clock tick" task (Prio: 3) DHCP timed out, going back to default IP address(es) Simple Socket Server starting up [sss_task] Simple Socket Server listening on port 30 Created "simple socket server" task (Prio: 4)# ##################################### You said it's connection problem on the cable/computer side,can you tell me how to solve this problem. Looking forward to your reply and english isn't my native language, so I am sorry for some unclear sentence.