When I connect to my server RC3700 through my local network by typing 192.168.0.104 I do not encounter any problem
If I connect with my IP address, after 2 or 3 connections, the> server seems blocks.
The website said that it is impossible to display the page
I use Dynamic C v 9.50 with a BL2600
Thanks for the help
my commands are:
#define MY_IP_ADDRESS “192.168.0.104”
#define MY_NETMASK “255.255.255.0”
#define MY_GATEWAY “192.168.0.1”
#define MY_NAMESERVER “192.168.0.1”
#define TCPCONFIG 0
#define USE_ETHERNET 1
or with DHCP is the same problem
#define TCPCONFIG 3
#define USE_RABBITWEB 1
#define USE_ZHTML 1