Netrom 有应用程序和文件来控制其功能,为了实现 G8BPQ 的外观和功能,我们必须以非预期的使用方式来使用它们。下面是 Netrom 的组件列表
/usr/sbin/nrattach -i 44.30.2.5 netrom
/usr/sbin/nrattach -i 44.30.2.5 netnod
Nrattach 从名为 nrports 的配置文件中获取一些信息。此文件如下所示
# /etc/ax25/nrports
#
# The format of this file is:
#
# name call-sign alias paclen description
#
netrom K5DI-1 #CRUCE 235 Switch
netnod K5DI-4 CRUCES 235 Real Node
nrbroadcast 文件无需更改,因此剩余的更改将在 ax25d.conf 文件中进行。在此文件中,您通常会放入名为 k5di-1 的真正的 netrom 应用程序,但是由于调用 k5di-1 或 #CRUCE 会得到不希望的结果,请将该条目从 ax25d.conf 中删除,用户在呼叫时只会收到“busy”忙音。
而是放入 netnod,这将允许 ax25d 应答对 CRUCES 的呼叫。示例如下所示
# /etc/ax25/ax25d.conf
#
# AX25D Configuration File.
#
# AX.25 ports begin with a '['.
#
[CRUCES VIA ax0]
default * * * * * 0 - root /usr/sbin/node node
[k5di-4 VIA ax0]
default * * * * * 0 - root /usr/sbin/node node
[CRUCES VIA ax1]
default * * * * * 0 - root /usr/sbin/node node
[k5di-4 VIA ax1]
default * * * * * 0 - root /usr/sbin/node node
#
# NET/ROM ports begin with a '<'.
#
<netnod>
default * * * * * * - root /usr/sbin/node node
#
通过这些更改,netrom 节点广播将包含节点 K5DI-4:CRUCES 和 K5DI-1:#CRUCE。通过测试确定,从任何节点呼叫 k5di-1 或 #CRUCE 都会得到忙音,而呼叫 k5di-4 或 CRUCES 会连接到此系统上的节点。