/etc/cyclades-devices is in cyclades-serial-client 0.92.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #
# TSRDEV - Serial Port Interface for Cyclades Terminal Servers
# tsrdevices - Device to serial port mapping
#
# Entry Syntax:
#
# devname:rastype:rasname:physport:type:options
#
# where :
# devname -> Device full pathname
# rastype -> Terminal server type (path or prts)
# rasname -> Terminal server host name
# physport -> Physical port (0 => rasname = IP-based addressing)
# type -> Server type : rtelnet or socket
# opts -> per-port interface options (optional)
#
# Ex1 : Device on a PR3020 Terminal Server pr3k Port 1, accessed through
# /dev/ctty01 device, using telnet protocol (remote telnet server)
#
#/dev/ctty01:prts:pr3k:1:rtelnet:
#
# Ex2 : The same device, but with an IP address pr3k_port1 associated to the
# serial port
#
#/dev/ctty01:prts:pr3k_port1:0:rtelnet:
#
# Ex3 : Device on a PathRAS Terminal Server pras Port 2, accessed through
# /dev/ctty02 device, using socket protocol (socket server)
#
#/dev/ctty02:path:pras:2:socket:
# for Linux
/dev/modem:path:localhost:1:socket:
#
# for AIX
#/dev/prt1:pr:1:rtelnet:
|