-
Notifications
You must be signed in to change notification settings - Fork 2
/
sredird.8
40 lines (32 loc) · 1.2 KB
/
sredird.8
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
36
37
38
39
.TH "sredird" "8" "2.2.0" "Russell Coker <[email protected]>" "sredird"
.SH "NAME"
sredird \- RFC 2217 serial port server
.SH "SYNOPSIS"
.B sredird
.I [\-i] [\-t timeout] log\-level serial\-device [poll\-interval]
.SH "DESCRIPTION"
This manual page documents briefly the
.BR sredird ,
program.
.P
This program when run through
.I inetd
will use the RFC 2217 extensions to TELNET to implement serial commands over
the TCP connection and interface to a specified serial port.
.SH "OPTIONS"
Use '\-i' to enable compatibility with Cisco IOS.
Use '\-t timeout' to enable a session timeout in seconds.
The first mandatory parameter is the log level for use in syslog. The next
mandatory parameter is the device node for the serial device, it must be a
fully qualified path.
.SH "EXAMPLE"
Here is a configuration line for running it from inetd:
sredir stream tcp nowait root /usr/sbin/tcpd /usr/sbin/sredird 5 /dev/modem
.SH "AUTHOR"
This man page was written by Russell Coker <[email protected]>. May be
freely used and distributed without restriction under the terms of the GPL.
.P
The
.I sredird
program was written by Denis Sbragion <[email protected]> and
Jeffrey Altman <[email protected]>.