Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblems running web server example
Hello all! I have problems in running the web server example of my NiosII StratixII Dev Board. The project compiles and is running, DHCP fails and it uses static IP. It replys arp-requests, but...
Altera_Forum
Honored Contributor
20 years agoThank you, but manual IP address setting alone was not the solution.
But now it works. There seems to be a bug in dhcp on this example. If it could not find a dhcp server and it times out, the static ip is set but the web server is not accessible. Now I have disabled the dhcp (Nios IDE, lwip settings) and now it works. e-tricky