Installation guide
set mgmtnetwork
Chapter 2 Command Descriptions 79
connectionmethod={auto|none|mt|mdh|proxy}
Used to specify the Connectware Device Protocol firewall traversal
method.
auto
Automatically detect the connection method.
none
No firewall; connect using TCP.
mt
Connect using TCP.
mdh
Connect using HTTP.
proxy
Connect using HTTP over proxy.
proxyaddress=string
Used to specify the proxy host address when connection method is proxy
proxyport=port
Used to specify the proxy host port when connection method is proxy.
proxylogin=string
Used to specify the login string when connection method is proxy.
proxypassword=string
Used to specify the proxy password when connection method is proxy.
proxypersistentconnection={on|off}
Used to specify whether the device server should attempt to use HTTP
persistent connections when the connection method is "proxy". Not all
HTTP proxies correctly handle HTTP persistent connections. The use of
persistent connections can improve performance of the exchange of
messages between the device server and Connectware Manager, when
that connection is HTTP/proxy. The reason for this is that the same HTTP
connection can be reused for multiple consecutive HTTP requests and
replies, eliminating the overhead of establishing a new TCP connection
for each individual HTTP request/reply, then closing that connection
when the request is complete.
on
The device server should attempt to use HTTP persistent connections.
off
The device server should not attempt to use HTTP persistent
connections.
mtrxkeepalive=time
Used to specify the transmit keep alive time when connection method is
MT.
mttxkeepalive=time
Used to specify the receive keep alive time when connection method is
MT.