1994-08-23 08:07:17 +00:00
|
|
|
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
|
|
|
|
.\" All rights reserved.
|
1994-05-26 06:35:07 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the University of
|
|
|
|
.\" California, Berkeley and its contributors.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1994-08-23 08:28:32 +00:00
|
|
|
.\" @(#)slattach.8 6.4 (Berkeley) 3/16/91
|
1994-05-26 06:35:07 +00:00
|
|
|
.\"
|
1997-04-16 09:56:30 +00:00
|
|
|
.\" $Header: /home/ncvs/src/sbin/slattach/slattach.8,v 1.12 1997/01/13 00:25:46 wosch Exp $
|
1994-08-23 08:07:17 +00:00
|
|
|
.\"
|
|
|
|
.Dd April 4, 1993
|
1994-05-26 06:35:07 +00:00
|
|
|
.Dt SLATTACH 8
|
|
|
|
.Os BSD 4.3
|
|
|
|
.Sh NAME
|
|
|
|
.Nm slattach
|
|
|
|
.Nd attach serial lines as network interfaces
|
1994-08-23 08:28:32 +00:00
|
|
|
.Sh SYNOPSIS
|
1995-09-20 04:53:08 +00:00
|
|
|
.Nm slattach
|
1995-09-18 13:33:30 +00:00
|
|
|
.Op Fl a
|
|
|
|
.Op Fl c
|
|
|
|
.Op Fl e Ar exit-command
|
|
|
|
.Op Fl f
|
|
|
|
.Op Fl h
|
|
|
|
.Op Fl l
|
|
|
|
.Op Fl n
|
1995-09-20 04:53:08 +00:00
|
|
|
.Op Fl z
|
|
|
|
.Op Fl L
|
1995-09-18 13:33:30 +00:00
|
|
|
.Op Fl r Ar redial-command
|
|
|
|
.Op Fl s Ar baudrate
|
|
|
|
.Op Fl u Ar unit-command
|
|
|
|
.Op Fl K Ar keepalive
|
|
|
|
.Op Fl O Ar outfill
|
1995-09-18 14:06:38 +00:00
|
|
|
.Op Fl S Ar unit
|
1994-08-23 08:07:17 +00:00
|
|
|
.Ar ttyname
|
1994-05-26 06:35:07 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm Slattach
|
|
|
|
is used to assign a tty line to a network interface,
|
|
|
|
and to define the network source and destination addresses.
|
|
|
|
The following operands are supported by
|
|
|
|
.Nm slattach :
|
|
|
|
.Bl -tag -width Ar
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl a
|
1994-08-23 08:07:17 +00:00
|
|
|
Autoenable the VJ header compression option, if the other end of the link
|
|
|
|
is capable of VJ header compression then it will be used otherwise normal
|
|
|
|
headers will be used.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl c
|
1994-08-23 08:07:17 +00:00
|
|
|
Enables the VJ header compression option. Note that both ends of the link
|
|
|
|
must be able to use VJ header compression for this to work.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl e Ar exit-command
|
1995-09-20 04:53:08 +00:00
|
|
|
Specifies a command to be invoked within a shell
|
|
|
|
.Ql sh \-c Ar exit-command
|
|
|
|
before
|
|
|
|
.Nm slattach
|
|
|
|
exits.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl f
|
1995-09-20 04:53:08 +00:00
|
|
|
Disables the invocation of daemon() to run
|
|
|
|
.Nm slattach
|
|
|
|
in the background.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl h
|
1994-08-23 08:07:17 +00:00
|
|
|
Turn on cts/rts style flow control on the slip port, by default no flow
|
|
|
|
control is done.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl l
|
1994-08-23 08:07:17 +00:00
|
|
|
disable modem control (CLOCAL) and ignore carrier detect on the slip
|
1995-09-20 04:53:08 +00:00
|
|
|
port. By default the
|
1996-01-29 23:52:43 +00:00
|
|
|
.Ar redial-command
|
1995-09-20 04:53:08 +00:00
|
|
|
is invoked upon carrier drop and
|
|
|
|
.Nm slattach
|
|
|
|
aborts if no
|
1996-01-29 23:52:43 +00:00
|
|
|
.Ar redial-command
|
1995-09-20 04:53:08 +00:00
|
|
|
is specified.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl n
|
1994-08-23 08:07:17 +00:00
|
|
|
Throw away ICMP packets. The slip interface will ignore ICMP packets
|
|
|
|
to prevent slow lines being saturated by ICMP responses.
|
1996-01-29 23:52:43 +00:00
|
|
|
.It Fl r Ar redial-command
|
1995-09-20 04:53:08 +00:00
|
|
|
Specifies a command to be invoked within a shell
|
|
|
|
.Ql sh \-c Ar redial-command
|
1996-03-12 23:14:45 +00:00
|
|
|
whenever carrier is lost on the modem line.
|
|
|
|
Empty
|
|
|
|
.Ar redial-command
|
|
|
|
i.e.
|
|
|
|
.Fl r Qq ""
|
|
|
|
cause connection reestablishing on leased line
|
|
|
|
without any external command invoked.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl s Ar baudrate
|
1994-08-23 08:07:17 +00:00
|
|
|
Specifies the speed of the connection. If not specified, the
|
|
|
|
default of 9600 is used.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl u Ar unit-command
|
1994-08-23 08:07:17 +00:00
|
|
|
When the line is switched to slip discipline, run
|
1996-02-17 19:21:41 +00:00
|
|
|
.Ql Nm "sh -c" Ar unit-command <old> <new>
|
1995-09-20 04:53:08 +00:00
|
|
|
where
|
1996-02-17 19:21:41 +00:00
|
|
|
.Ar <old>
|
1995-09-20 04:53:08 +00:00
|
|
|
and
|
1996-02-17 19:21:41 +00:00
|
|
|
.Ar <new>
|
1995-09-20 04:53:08 +00:00
|
|
|
are the slip unit numbers when the line was
|
1994-08-23 08:07:17 +00:00
|
|
|
last opened and the unit number of the current slip connection
|
1996-01-29 23:52:43 +00:00
|
|
|
respectively. The unit number can change after redialing if you are
|
1995-09-20 04:53:08 +00:00
|
|
|
using more than one slip line.
|
1996-02-17 19:21:41 +00:00
|
|
|
When
|
|
|
|
.Nm slattach
|
|
|
|
connected first time, it run
|
|
|
|
.Ql Nm "sh -c" Ar unit-command Nm \-1 Ar <new> .
|
|
|
|
When
|
|
|
|
.Nm slattach
|
|
|
|
disconnected, it run
|
|
|
|
.Ql Nm "sh -c" Ar unit-command <old> Nm \-1 .
|
1995-09-20 04:53:08 +00:00
|
|
|
.Nm Slattach
|
|
|
|
will abort if the unit number
|
1994-08-23 08:07:17 +00:00
|
|
|
changes and
|
1996-02-17 19:21:41 +00:00
|
|
|
.Ql Fl u Ar \%unit-command
|
1994-08-23 08:07:17 +00:00
|
|
|
was not specified.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl z
|
1994-08-23 08:07:17 +00:00
|
|
|
forces redial
|
1995-09-20 04:53:08 +00:00
|
|
|
.Ar redial-command
|
|
|
|
upon startup irrespective of carrier.
|
|
|
|
.It Fl L
|
|
|
|
Use uucp-style device locking. You need it unless you start
|
|
|
|
.Nm slattach
|
|
|
|
from external program which already does uucp locking.
|
|
|
|
Default case is no uucp locking to satisfy such programs.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl K Ar keepalive
|
1995-10-26 05:13:54 +00:00
|
|
|
Set SLIP "keep alive" timeout in seconds. If FRAME_END is not received in
|
|
|
|
this amount of time, re-connect occurs.
|
|
|
|
The default value is no timeout.
|
1995-09-18 13:33:30 +00:00
|
|
|
.It Fl O Ar outfill
|
1995-10-26 05:13:54 +00:00
|
|
|
Set SLIP "out fill" timeout in seconds. It forces at least one FRAME_END
|
|
|
|
to be sent during this time period, which is necessary for the "keep alive"
|
|
|
|
timeout on the remote side.
|
|
|
|
The default value is no timeout.
|
1995-09-18 14:06:38 +00:00
|
|
|
.It Fl S Ar unit
|
1995-10-26 05:13:54 +00:00
|
|
|
Set the SLIP unit number directly. Use with caution, because no check is made
|
|
|
|
for two interfaces with same number.
|
|
|
|
By default sliplogin dynamically assigns the unit number.
|
1994-05-26 06:35:07 +00:00
|
|
|
.It Ar ttyname
|
|
|
|
Specifies the name of the tty device.
|
|
|
|
.Ar Ttyname
|
1994-08-23 08:07:17 +00:00
|
|
|
should be a string of the form
|
1995-09-20 04:53:08 +00:00
|
|
|
.Ql ttyXX
|
|
|
|
or
|
|
|
|
.Ql /dev/ttyXX .
|
1994-05-26 06:35:07 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
Only the super-user may attach a network interface.
|
|
|
|
.Pp
|
|
|
|
To detach the interface, use
|
|
|
|
.Dq Li ifconfig interface-name down
|
|
|
|
after killing off the
|
|
|
|
.Nm slattach
|
1994-08-23 08:07:17 +00:00
|
|
|
process using
|
|
|
|
.Ql kill -INT .
|
1994-05-26 06:35:07 +00:00
|
|
|
.Ar Interface-name
|
|
|
|
is the name that is shown by
|
|
|
|
.Xr netstat 1
|
1994-08-23 08:07:17 +00:00
|
|
|
.Pp
|
1995-09-20 04:53:08 +00:00
|
|
|
To setup
|
|
|
|
.Nm slattach
|
|
|
|
to redial the phone when carrier is lost, use the
|
|
|
|
.Fl r Ar redial-command
|
1994-08-23 08:07:17 +00:00
|
|
|
option to specify a script or executable that will reconnect the
|
|
|
|
serial line to the slip server. For example, the script could redial
|
|
|
|
the server and log in, etc.
|
|
|
|
.Pp
|
|
|
|
To reconfigure the network interface in case the slip unit number
|
|
|
|
changes, use the
|
1995-09-20 04:53:08 +00:00
|
|
|
.Fl u Ar unit-command
|
1994-08-23 08:07:17 +00:00
|
|
|
option to specify a script or executable that will be invoked as
|
1995-09-20 04:53:08 +00:00
|
|
|
.Ql sh \-c Ar unit-command old new
|
|
|
|
where
|
|
|
|
.Ar old
|
|
|
|
and
|
|
|
|
.Ar new
|
|
|
|
are the slip unit numbers before and after
|
1994-08-23 08:07:17 +00:00
|
|
|
reconnecting the line. The unit number can change if you have more
|
|
|
|
than one line disconnect at the same time. The first to succeed in
|
|
|
|
reconnecting will get the lowest unit number.
|
|
|
|
.Pp
|
1995-09-20 04:53:08 +00:00
|
|
|
To kill
|
|
|
|
.Nm slattach
|
|
|
|
use
|
1994-08-23 08:07:17 +00:00
|
|
|
.Ql kill -INT
|
|
|
|
(SIGINT) which causes it to close the tty and exit.
|
|
|
|
.Pp
|
|
|
|
To force a redial, use
|
|
|
|
.Ql kill -HUP
|
1995-09-20 04:53:08 +00:00
|
|
|
(SIGHUP) which causes
|
|
|
|
.Nm slattach
|
|
|
|
to think carrier was lost and thus invoke
|
|
|
|
.Ql sh \-c Ar redial-command
|
1994-08-23 08:07:17 +00:00
|
|
|
to reconnect to the server.
|
|
|
|
.Pp
|
|
|
|
If you use a hard-wired connection rather than a modem, invoke
|
1995-09-20 04:53:08 +00:00
|
|
|
.Nm slattach
|
|
|
|
with the
|
|
|
|
.Fl l
|
1994-08-23 08:07:17 +00:00
|
|
|
option in order to ignore carrier on the slip line.
|
1994-05-26 06:35:07 +00:00
|
|
|
.Sh EXAMPLES
|
|
|
|
.Bd -literal -offset indent -compact
|
1995-09-20 04:53:08 +00:00
|
|
|
slattach ttyd8
|
|
|
|
slattach \-s 4800 /dev/ttyd1
|
|
|
|
slattach \-c \-s 38400 /dev/cuaa1
|
1994-08-23 08:07:17 +00:00
|
|
|
slattach \-r 'kermit -y dial.script >kermit.log 2>&1'
|
1994-05-26 06:35:07 +00:00
|
|
|
.Ed
|
|
|
|
.Sh DIAGNOSTICS
|
1995-09-20 04:53:08 +00:00
|
|
|
Look for error messages in /var/log/messages (
|
|
|
|
.Nm slattach
|
|
|
|
is a daemon).
|
1994-05-26 06:35:07 +00:00
|
|
|
Messages indicating the specified interface does not exit, the
|
1994-08-23 08:07:17 +00:00
|
|
|
requested address is unknown, the user is not privileged and tried to
|
1995-09-20 04:53:08 +00:00
|
|
|
alter an interface's configuration are logged there.
|
|
|
|
.Nm Slattach
|
|
|
|
also logs failure to set the controlling terminal or failure to install
|
1994-08-23 08:07:17 +00:00
|
|
|
signal handlers. Upon connection and redial the ttyname and baud rate
|
|
|
|
are logged and on shutdown the ttyname is logged.
|
|
|
|
.Pp
|
1995-03-12 15:04:18 +00:00
|
|
|
.Sh FILES
|
|
|
|
.Pa /var/run/slattach.<tty>.pid ,
|
|
|
|
.Pp
|
|
|
|
with
|
1995-09-20 04:53:08 +00:00
|
|
|
.Ar tty
|
1995-03-12 15:04:18 +00:00
|
|
|
replaced by the terminal path name component of
|
|
|
|
.Ar ttyname .
|
|
|
|
This file contains the numerical process ID of the
|
|
|
|
.Nm slattach
|
1997-04-16 09:56:30 +00:00
|
|
|
process and can be examined by scripts in order to send a signal to
|
1995-09-20 04:53:08 +00:00
|
|
|
.Nm slattach .
|
1994-05-26 06:35:07 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr netstat 1 ,
|
1997-01-13 00:25:51 +00:00
|
|
|
.Xr startslip 1 ,
|
|
|
|
.Xr uustat 1 ,
|
1994-05-26 06:35:07 +00:00
|
|
|
.Xr netintro 4 ,
|
|
|
|
.Xr ifconfig 8 ,
|
1995-09-20 04:53:08 +00:00
|
|
|
.Xr rc 8 ,
|
1997-01-13 00:25:51 +00:00
|
|
|
.Xr sliplogin 8 ,
|
1996-02-17 19:21:41 +00:00
|
|
|
/usr/share/examples/slattach
|
1994-05-26 06:35:07 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
|
|
|
.Bx 4.3 .
|