1KISSNETD(8) Linux System Managers Manual KISSNETD(8)
2
3
4
6 kissnetd - Create a virtual network.
7
9 kissnetd [-f size] [-v] [-p <num> | tty... ]
10
12 Kissnetd allows the creation of a virtual network of AX.25 systems that
13 use the KISS protocol. Each tty named on the command line is opened and
14 any KISS frames received on tty is copied to the other ttys. This
15 allows a number of AX.25 systems to share the same packets.
16
18 -p num Automaticaly allocate num Unix98 slave pty's via /dev/ptmx.
19 These are written to stdout and could be parsed by your
20 startup scripts.
21
22 -f size This sets the maximum KISS frame size that the program will
23 handle. The default is 512 bytes which will be adequate under
24 most circumstances.
25
26 -v Enables verbose mode, tracing of data passed is sent to stan‐
27 dard output.
28
30 kissattach(8), kissparms(8), mkiss(8).
31
33 Frederic Rible F1OAT <frible@teaser.fr>
34
35
36
37Linux 13 October 1996 KISSNETD(8)