Pass-Through

The pass-through settings for the channel that allow remote administration & moves-and-changes of the connected device.

Config Type Default Description
c.chnl[#].src.pass.port integer 2101 The TCP/IP port number to listen on.
c.chnl[#].src.pass.ssl string '' Whether to use implicit SSL. i=implicit SSL, blank=plain connection. #Firmware/v230
c.chnl[#].src.pass.intf string 'L' Which interfaces to allow. L=LAN; M=modem/PPP
c.chnl[#].src.pass.allow string '' The name, address, wildcard, or list to allow connections to the pass-through socket.
c.chnl[#].src.pass.client string 'A' Which client/software type. A=auto; T=Telnet; R=Raw TCP
c.chnl[#].src.pass.prompt string 'Password:' The prompt for the pass-through connection.
c.chnl[#].src.pass.password string 'password' The password for the pass-through socket. ''=no password checking.
c.chnl[#].src.pass.successmsg string 'OK\r\n' (Optional) The string to send to the client when the password is correct. #Firmware/v230
c.chnl[#].src.pass.mode string 'N' The pass-through mode. N=Not stored, S=stored, M=monitor, D=debug.
c.chnl[#].src.pass.address string '' The name or IP to connect when active TCP. #Firmware/v292
c.chnl[#].src.pass.actauth integer 0 Set to 1 to make an active passthru connection perform wait/respond authentication. #Firmware/v292
c.chnl[#].src.pass.logic string '' Override default logic behaviour. See: #Pass-Through Logic. #Firmware/v292

Pass-Through Logic

The optional setting c.chnl[#].src.pass.logic overrides the default behaviour of connection/closure/and data for the passthrough.

Options are one or more of the following groups of letters:

Group Character Description
Connection S Connect source first
P Connect passthrough first
B Connect Both
Closure C Close passthrough when source closes
O Keep passthrough open even when source closes
Data K Keep/buffer data in the source while the passthrough opens
D Discard data from the source until passthrough completes the open
Source Close L Close source when the passthrough clsoes
E Keep source open when the passthrough closees