Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn file Web_server.h with Daixiwen I found this file i read and my problem i see:
If DHCP will not be used, select valid static IP addresses here, for example: * IP: 192.168.1.234 * Gateway: 192.168.1.1 * Subnet Mask: 255.255.255.0 */ # define IPADDR0 0 # define IPADDR1 0 # define IPADDR2 0 # define IPADDR3 0 # define GWADDR0 0 # define GWADDR1 0 # define GWADDR2 0 # define GWADDR3 0 # define MSKADDR0 255 # define MSKADDR1 255 # define MSKADDR2 255 # define MSKADDR3 0 why dont it define IP(above is: 192.168.1.234)? In this file didn't any place? Can anybody help me?