]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
Ensure the statically configured gateway address is on the same subnet.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC / FreeRTOSConfig.h
index eaf23aad8ff40eaa9367322362bbc2f7955de09a..617491bc8fdd55ba260dec39d73d621c90fcaae7 100644 (file)
@@ -252,9 +252,9 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
 \r
 /* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
 0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    192\r
-#define configGATEWAY_ADDR1    168\r
-#define configGATEWAY_ADDR2    1\r
+#define configGATEWAY_ADDR0    172\r
+#define configGATEWAY_ADDR1    25\r
+#define configGATEWAY_ADDR2    218\r
 #define configGATEWAY_ADDR3    1\r
 \r
 /* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r