gpslocip n host
Sets the IP address or domain name of the local server that the GPS report will be sent to.
Up to 8 GPS reports can be configured.
| n = 1 to 8 | GPS report number
 | 
| host = domain name or IP address | A domain name or IP address in dotted decimal notation  (Default 0.0.0.0)
 | 
Notes:
- If a report has no gpslocip configured, then the global local IP address configured with lanrepip (default 192.168.1.20) will be used. 
 - firmware 3396 and later can broadcast local UDP messages over a /24 subnet ONLY.
 - firmware 4067 and later can broadcast local UDP messages over ANY subnet.
 
Examples:
- Report #1 will be sent to local IP address 192.168.1.21 :
cmd gpslocip 1 192.168.1.21
 - Report #2 will be broadcasted on the local 192.168.1.0/24 subnet (firmware 3396 and later) :
cmd gpslocip 2 192.168.1.255
cmd lanip 0 192.168.1.1 255.255.255.0
 - Report #5 will be broadcasted on the local 192.168.69.0/25 subnet (firmware 4067 and later) :
cmd gpslocip 5 192.168.69.127
cmd lanip 0 192.168.69.1 255.255.255.128
 
See also: GPS Reports
Firmware revision 1.3.0.1967 (Note: domain names supported as of firmware revision 2.0.5.3776)