old-www/HOWTO/AX25-HOWTO/x2051.html

237 lines
3.6 KiB
HTML

<HTML
><HEAD
><TITLE
>The /proc/ file system entries</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux Amateur Radio AX.25 HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Configuring APRS"
HREF="x2047.html"><LINK
REL="NEXT"
TITLE="AX.25, NET/ROM, ROSE network programming"
HREF="x2107.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Amateur Radio AX.25 HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x2047.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x2107.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN2051"
>20. The <TT
CLASS="LITERAL"
>/proc/</TT
> file system entries</A
></H1
><P
>The <TT
CLASS="LITERAL"
>/proc</TT
> filesystem contains a number of files specifically
related to the AX.25 and NET/ROM kernel software. These files are normally
used by the AX52 utilities, but they are plainly formatted so you may
be interested in reading them. The format is fairly easily understood so
I don't think much explanation will be necessary.</P
><P
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
>/proc/net/arp</DT
><DD
><P
>contains the list of Address Resolution Protocol
mappings of IP addresses to MAC layer protocol addresses. These can can AX.25,
ethernet or some other MAC layer protocol.</P
></DD
><DT
>/proc/net/ax25</DT
><DD
><P
>contains a list of AX.25 sockets opened. These might
be listening for a connection, or active sessions.</P
></DD
><DT
>/proc/net/ax25_bpqether</DT
><DD
><P
>contains the AX.25 over ethernet BPQ
style callsign mappings.</P
></DD
><DT
>/proc/net/ax25_calls</DT
><DD
><P
>contains the linux userid to callsign
mappings set my the <EM
>axparms -assoc</EM
> command.</P
></DD
><DT
>/proc/net/ax25_route</DT
><DD
><P
>contains AX.25 digipeater path
information.</P
></DD
><DT
>/proc/net/nr</DT
><DD
><P
>contains a list of NET/ROM sockets opened. These might
be listening for a connection, or active sessions.</P
></DD
><DT
>/proc/net/nr_neigh</DT
><DD
><P
>contains information about the NET/ROM
neighbours known to the NET/ROM software.</P
></DD
><DT
>/proc/net/nr_nodes</DT
><DD
><P
>contains information about the NET/ROM
nodes known to the NET/ROM software.</P
></DD
><DT
>/proc/net/rose</DT
><DD
><P
>contains a list of ROSE sockets opened. These might
be listening for a connection, or active sessions.</P
></DD
><DT
>/proc/net/rose_nodes</DT
><DD
><P
>contains a mapping of ROSE destinations
to ROSE neighbours.</P
></DD
><DT
>/proc/net/rose_neigh</DT
><DD
><P
>contains a list of known ROSE neighbours.</P
></DD
><DT
>/proc/net/rose_routes</DT
><DD
><P
>contains a list of all established ROSE
connections.</P
></DD
></DL
></DIV
></P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x2047.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x2107.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Configuring APRS</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>AX.25, NET/ROM, ROSE network programming</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>