Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
SLATTACH(8) OpenBSD System Manager's Manual SLATTACH(8)
NAME
slattach - attach serial lines as network interfaces
SYNOPSIS
slattach [-hm] [-s baudrate] ttyname
DESCRIPTION
Slattach is used to assign a tty line to a network interface, and to de-
fine the network source and destination addresses. The following
operands are supported by slattach:
-h Turn on RTS/CTS flow control. By default, no flow control
is done.
-m Maintain modem control signals after closing the line.
Specifically, this disables HUPCL.
-s baudrate Specifies the speed of the connection. If not specified,
the default of 9600 is used.
ttyname Specifies the name of the tty device. Ttyname should be a
string of the form `ttyXX', or `/dev/ttyXX'.
In addition, the following flags to ifconfig(8) control various proper-
ties of the link:
link0 Turn on Van Jacobsen header compression.
-link0 Turn off header compression.
link1 Don't pass through ICMP packets.
-link1 Do pass through ICMP packets.
link2 If a packet with a compressed header is received, automati-
cally enable compression of outgoing packets.
-link2 Don't auto-enable compression.
Only the super-user may attach a network interface.
To detach the interface, use ``ifconfig interface-name down'' after
killing off the slattach process. Interface-name is the name that is
shown by netstat(1).
EXAMPLES
slattach ttyh8
slattach -s 4800 /dev/tty01
DIAGNOSTICS
Messages indicating the specified interface does not exist, the requested
address is unknown, the user is not privileged and tried to alter an in-
terface's configuration.
SEE ALSO
netstat(1), netintro(4), ifconfig(8), rc(8)
HISTORY
The slattach command appeared in 4.3BSD.
4.3 Berkeley Distribution April 1, 1994 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for slattach(8) OpenBSD sources for slattach(8)
Up to: Communication Implementation - low level implementation, multicast, ppp, slip, wrappers,firewalls, et al
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
slattach.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|