Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

axparms(8) [suse man page]

AXPARMS(8)						   Linux System Managers Manual 						AXPARMS(8)

NAME
axparms - Configure AX.25 interfaces. SYNOPSIS
axparms --assoc|--forward|--route|--setcall|--version ... DESCRIPTION
The axparms command is designed to be a multi-function command that allows miscellaneous commands to be issued to the Linux AX.25 protocol layer. It includes the functionality of axassociate and axsetcall which this command superceedes. The different modes of the command are chosen by the first argument. Sunsequent arguments depend upon this argument and so no generalised command format can be given. --assoc Argument The format of this option is: axparms --assoc <callsign> <username> axparms --assoc <callsign> delete axparms --assoc policy [default|deny] axparms --assoc show This option mainpulates the kernel uid/callsign mapping table, allowing callsigns to be associated and dis-associated with a user. The pol- icy option permits the superuser to have all other uid's either default to the actual port name, or to block traffic. At power up the table is blank and the policy is 'default', which is thus backward compatible. --forward Argument Allows the use of many receivers with one transmitter, known as packet forwarding in many systems. The format of this command is: axparms --forward <portfrom> <portto> axparms --forward <portfrom> delete Any packets to be transmitted on port portfrom will be transmitted on port portto. This will stay in force until the second form of the command is issued which will remove the association. --route Argument This option allows the internal AX.25 routing table to be manipulated. This table is available for reading in /proc/net/ax25_route, and will be built up dynamically by stations heard. However it is possible to add, delete and list entries via this option. The formats of this option are: axparms --route add <port> <callsign> [<digis>] [--ipmode V|D] axparms --route del <port> <callsign> axparms --route list Routes added via this command will not be removed from the internal routing table when they are "old" as normal entries are. The --ipmode option sets mode vc or mode datagram for this destination. If the <callsign> argument is set to "default" then this will set the default route for all outgoing AX.25 connections which will be used when there is no specific route to the required destination. --setcall Argument The format of this option is: axparms --setcall <interface> <callsign> This changes the callsign associated at the given physical ax25 interface. Cave: The interface name is not the symbolic port name from axports, but the real interface name (from ifconfig(8)): ax0, ax1, .., sp0, .., bpq0, ... etc.. The change is permanent as long as the interface exists, or another "axparms --setcall" is issued. The interface has to exist already in order to use this option; it may be in state UP or DOWN. --version Argument This option displays the version of the AX.25 utilities that axparms belongs to. FILES
/proc/net/ax25_bpqether /proc/net/ax25_calls /etc/ax25/axports SEE ALSO
call(1), getsockopt(2), setsockopt(2), ax25(4), axctl(8), axports(5). AUTHORS
Alan Cox GW4PTS <alan@cymru.net> Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Joerg Reuter DL1BKE <jreuter@poboxes.com> Linux 25 July 1997 AXPARMS(8)

Check Out this Related Man Page

RSPARMS(8)						   Linux System Managers Manual 						RSPARMS(8)

NAME
rsparms - Configure the Rose interface. SYNOPSIS
rsparms -nodes add|del address[/mask] port neigh [digis...] rsparms -nodes list rsparms -call <callsign>|none rsparms -version DESCRIPTION
This program is used to manipulate the routing tables of the Rose network layer. To set up a new route to a Rose node in the routing tables you must use the nodes option. All of the parameters are needed to add the node. It is probably best to illustrate with an example: rsparms -nodes add 2080192303 144 F1OAT-11 This creates a new route to a distant node with the address 2080192303 and the packets for that node should be sent on AX.25 port 144 to my immediate neighbour F1OAT-11 without going through any digipeaters. For example to set up the same node but via a digipeater I would use: rsparms -nodes add 2080192303 144 F1OAT-11 F6PRA-9 It is also possible to remove a route to a distant node with the same command except that the "add" is replaced by a "del". The other parameters must also be present. If the node has no other routes then the node will be deleted, and the neighbour node that the connections go via may also be deleted if no other node route uses it. You may list the configured Rose routes using the following syntax: rsparms -nodes list This program may also be used to set up a common AX.25 level 2 callsign that will be used for the ROSE node. By default no special level 2 callsign is set, but setting it will replace any existing level 2 callsign and register another one. Setting the callsign to "none" will remove the level 2 callsign. For example: rsparms -call VK2KTJ-10 would set the callsign used by Rose internode traffic to VK2KTJ-10. OPTIONS
-version Display the version information. FILES
/etc/ax25/axports /etc/ax25/rsports SEE ALSO
call(1), rose(4), axports(5), rsports(5), rsparms(8). AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 25 July 1997 RSPARMS(8)
Man Page