1RSPARMS(8) Linux System Managers Manual RSPARMS(8)
2
3
4
6 rsparms - Configure the Rose interface.
7
9 rsparms -nodes add|del address[/mask] port neigh [digis...]
10
11 rsparms -nodes list
12
13 rsparms -call <callsign>|none
14
15 rsparms -version
16
18 This program is used to manipulate the routing tables of the Rose net‐
19 work layer. To set up a new route to a Rose node in the routing tables
20 you must use the nodes option. All of the parameters are needed to add
21 the node. It is probably best to illustrate with an example:
22
23 rsparms -nodes add 2080192303 144 F1OAT-11
24
25 This creates a new route to a distant node with the address 2080192303
26 and the packets for that node should be sent on AX.25 port 144 to my
27 immediate neighbour F1OAT-11 without going through any digipeaters. For
28 example to set up the same node but via a digipeater I would use:
29
30 rsparms -nodes add 2080192303 144 F1OAT-11 F6PRA-9
31
32 It is also possible to remove a route to a distant node with the same
33 command except that the “add” is replaced by a “del”. The other parame‐
34 ters must also be present. If the node has no other routes then the
35 node will be deleted, and the neighbour node that the connections go
36 via may also be deleted if no other node route uses it.
37
38 You may list the configured Rose routes using the following syntax:
39
40 rsparms -nodes list
41
42 This program may also be used to set up a common AX.25 level 2 callsign
43 that will be used for the ROSE node. By default no special level 2
44 callsign is set, but setting it will replace any existing level 2 call‐
45 sign and register another one. Setting the callsign to “none” will
46 remove the level 2 callsign. For example:
47
48 rsparms -call VK2KTJ-10
49
50 would set the callsign used by Rose internode traffic to VK2KTJ-10.
51
53 -version Display the version information.
54
56 /etc/ax25/axports
57 /etc/ax25/rsports
58
60 call(1), rose(4), axports(5), rsports(5), rsparms(8).
61
63 Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>
64
65
66
67Linux 25 July 1997 RSPARMS(8)