SH7216 demo not reachable from internet

Hello, I’m using the SuperH_SH7216_Renesas RTOSDEMO and everthing is working fine except that the webserver isn’t reachable from internet via dyndns. If I’m using the demo application from Renesas which is also based on uIP  the access from internet is possible (same IP & MAC addr) so that I think that the dyndns and port forwarding is configured correctly. Has somebody an idea what could be wrong on this FREERTOS port or my configuration? Many thanks in advance Martin

SH7216 demo not reachable from internet

Can you post a link to where you downloaded the Renesas files from.  Thanks. Did you diff the files to see what was different, or are the projects completely different. Regards.

SH7216 demo not reachable from internet

Here is the link to the Renesas site where I  downloaded the files from: http://www.renesas.eu/support/downloads/download_results/C1000000-C9999999/mpumcu/other_mcu/an_reu05b0075_mcu_connectivity.jsp The uip files used in the Renesas project are older and they are also using the dhcpc.c file. This is what I saw so far. Many thanks in advance Regards,
Martin

SH7216 demo not reachable from internet

Ok, my problem is solved. I only added  uip_ipaddr( &xIPAddr, configRouterIP_ADDR0, configRouterIP_ADDR1, configRouterIP_ADDR2, configRouterIP_ADDR3 );
uip_setdraddr( &xIPAddr ); to the uIP_Task.c to configure the router address. Regards