c.chnl.dst.emul - Legacy Emulation Delivery

Config Type Default Description
c.chnl[#].dst.emul.port integer 6001 Which TCP port the emulation will listen on. Often port 23 is required when emulating legacy devices.
c.chnl[#].dst.emul.intf string 'LM' Which interface(s) to allow emulation TCP connection. The substring “L” denotes LAN, while “M” denotes Modem.
c.chnl[#].dst.emul.allow string '' The name, IP address, wildcard IP address, or list to allow connection. ''= any device.
c.chnl[#].dst.emul.client string 'T' Which client type. 'A'=auto, 'T'=Telnet, 'R'=raw TCP/IP.
c.chnl[#].dst.emul.ssl string '' Whether to use SSL on the TCP/IP link. ''=plain, 'i'=implicit SSL.
Note

Most legacy devices do not support SSL – this option was added to provide a quick and convenient way of adding strong encryption to a system already using legacy protocols.
It is possible to use stunnel to provide a link between SSL/TLS and plain TCP/IP.