1RSDWNLNK(8) Linux Programmer's Manual RSDWNLNK(8)
2
3
4
6 rsdwnlnk - User exit from the ROSE network.
7
9 rsdwnlnk <port> <call>
10
12 The rdwnplnk program allows a user to leave the ROSE network using the
13 standard pseudo-digipeating method. Recent Linux kernels are aware of
14 this form of operation and the ax25d program can create such connec‐
15 tions. The normal mode of operation of a ROSE switch is to have one
16 ROSE address (ie port) per physical AX.25 port. Therefore ROSE users
17 coming in on a given ROSE port will come out of the associated AX.25
18 port.
19
20 To use rsdwnlnk you need an entry in ax25d.conf to listen for incoming
21 ROSE connections to any callsigns that are not matched by the more spe‐
22 cific ROSE entries. In the example below, I will be listening for ROSE
23 connections on my ROSE port rs144, the exiting AX.25 connection will be
24 via the associated AX.25 port, 144, using the callsign KE4GAJ-10.
25 Please note that the callsign should be on the same line as the rest of
26 the command, it may be wrapped onto the next line on your screen.
27
28 #
29 {* VIA rs144}
30 NOCALL * * * * * * L
31 default * * * * * * - root /usr/sbin/rsdwnlnk rsdwnlnk 144 KE4GAJ-10
32 #
33
34 There would typically be one rsdwnlnk per ROSE port. The associated
35 program for entering a ROSE network is rsuplnk.
36
37 All errors generated by rsdwnlnk are written to the system debug log
38 file.
39
41 /etc/ax25/axports
42
44 rose(4), ax25d.conf(5), ax25d(8), rsuplnk(8), rose_call(8).
45
47 Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>
48
49
50
51Linux 29 April 1997 RSDWNLNK(8)