From: richardbarry Date: Tue, 8 Oct 2013 09:08:29 +0000 (+0000) Subject: Ensure the statically configured gateway address is on the same subnet. X-Git-Tag: V7.5.3~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7119fa15944b6ddb84ee58dcf78c01b889047943;p=freertos Ensure the statically configured gateway address is on the same subnet. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2055 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h index eaf23aad8..617491bc8 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h @@ -252,9 +252,9 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */ /* Default gateway IP address configuration. Used in ipconfigUSE_DNS is set to 0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */ -#define configGATEWAY_ADDR0 192 -#define configGATEWAY_ADDR1 168 -#define configGATEWAY_ADDR2 1 +#define configGATEWAY_ADDR0 172 +#define configGATEWAY_ADDR1 25 +#define configGATEWAY_ADDR2 218 #define configGATEWAY_ADDR3 1 /* Default DNS server configuration. OpenDNS addresses are 208.67.222.222 and