From: Stephen Soltesz Date: Wed, 28 Nov 2007 23:02:59 +0000 (+0000) Subject: Added two new variables for a quick fix for the config file. X-Git-Tag: myplc-4.0-15~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=120fb6a5d5db6706495cff6d62f4dba7879109e2;p=myplc.git Added two new variables for a quick fix for the config file. PLC_API_IPOD_MASK PLC_API_IPOD_SUBNET These specify the subnet of machines that can send ipod packets. The mask is the mask applied to packets at the host to verify that it matches the subnet. So for instance, for PLC these are: PLC_API_IPOD_MASK=255.255.255.128 PLC_API_IPOD_SUBNET=128.112.139.0 --- diff --git a/default_config.xml b/default_config.xml index 259a827..b47d017 100644 --- a/default_config.xml +++ b/default_config.xml @@ -284,6 +284,19 @@ $Id$ resolvable by the configured DNS servers. + + IP SUBNET for all API Servers + 127.0.0.1 + The IP Subnet for all API servers. Used by IPoD. + + + + IP Address + 255.255.255.255 + The IP Mask that should be applied to incoming + packets to match the IP Subnet for IPoD packets. + + Port 443