Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 11205)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 11206)
@@ -160,11 +160,18 @@
   -- constant FIRST_PORT : integer := 5000;
 
-  -- network settings Zuerich
-  constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
-  constant NETMASK     : ip_type  := (255, 255, 248, 0);
-  constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);
-  constant GATEWAY     : ip_type  := (192, 33, 96, 1);
+  -- network settings Zuerich, for backup/test FTM
+  -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
+  -- constant NETMASK     : ip_type  := (255, 255, 248, 0);
+  -- constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);  --registered as ftmboard1.ethz.ch
+  -- constant GATEWAY     : ip_type  := (192, 33, 96, 1);
+  -- constant FIRST_PORT  : integer  := 5000;
+
+  -- network settings La Palma (internal subnet), for FTM in camera
+  constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
+  constant NETMASK     : ip_type  := (255, 255, 255, 0);
+  constant IP_ADDRESS  : ip_type  := (10, 0, 100, 140);
+  constant GATEWAY     : ip_type  := (10, 0, 100, 1);
   constant FIRST_PORT  : integer  := 5000;
-
+  
   -- W5300 settings
   constant W5300_S_INC : std_logic_vector(6 downto 0) := "1000000"; -- socket address offset
