1NET2KISS(8) NET2KISS(8)
2
3
4
6 net2kiss - convert a network AX.25 driver to a KISS stream on a pseudo-
7 tty
8
10 net2kiss [-sfzva] [-i ifname] ptyname
11
13 net2kiss takes AX.25 packets from an AX.25 kernel network interface and
14 converts them into a KISS data stream via a pseudo-tty.
15
17 ptyname
18 specifies the path to the pseudo-tty. If you use the special
19 name "/dev/ptmx", then a Unix98-PTY pair is used; the pty name
20 is written to stdout.
21
23 -i ifname
24 specifies the name of the kernel AX.25 network interface. The
25 default is bc0.
26
27 -s tells net2kiss to search by itself for a free pseudoterminal,
28 open the master side and create a symlink named by -p to the
29 slave side.
30
31 -f can be used in conjunction with -s to force the creation of the
32 symlink even if the target file does already exist. *DANGEROUS*
33
34 -v Verbose output. Displays error messages during operation and
35 decoded packets to stdout.
36
37 -z put the network interface into promiscious mode.
38
39 -a receive every packet instead of only AX.25 from the kernel AX.25
40 network interface.
41
43 None known.
44
46 ifconfig(8), kissattach(8).
47
49 Thomas M. Sailer, HB9JNX/AE4WA, <t.sailer@alumni.ethz.ch>
50
51
52
53 15 October 1996 NET2KISS(8)