How can I set the camera IP address when IP Config returns the "not a contiguous subnet mask error"?

It is possible to set up the camera network settings using a Telnet client program (Windows has native support for Telnet client, but it is not enabled by standard).

The commands to set the IP address of the FLIR A310 camera through a Telnet connection are:

Access to network resources:
rcd services.net.interface.LAN90001

Change the parameters (use quotation marks):
rset address "ip-address"
rset netmask "subnet-mask"
rset gateway "gateway"

Verify information entered:
rls

Confirm changes:
rset commit true

Related Articles