The entries in ACCESS.SYS are of the form:
<subnet>[/bits] <access_flags>
e.g. "44.0.0.0/8 1"
The <subnet> and [bits] parameters define a range of IP
addresses from whom Telnet connects will be accepted, and
<access_flags> defines the login requirements for that
subnet.
The [bits] parameter specifies how many bits, from left to
right, of the source address should be matched against the
corresponding <subnet> address. For example, 44.131.0.0/16
will test the source IP address against the left-most 16
bits of 44.131.0.0, i.e. it will match any source address
beginning with 44.131. And 0.0.0.0/0 will match any IP
address, which is useful for specifying the default. The
chosen match will be the one with the highest [bits] value.
If [bits] is not specified, it defaults to 32, i.e. an exact
match is required.
The <access_flags> parameter is the sum of these flag values.
1 Valid callsigns only
2 Password required
4 Guest access allowed
Typical combinations are as follows:
0 - Any "callsign" longer than 1 character is accepted, and
no password is required. In this context, "callsign"
could be a user name. This is a zero security option,
for use only for the sysop's convenience on physically
secure subnets.
1 - The user is required to enter a valid amateur radio
callsign, i.e. a string containing alphanumeric
characters in the correct format, but no password is
required. This is a low security configuration with
minimal inconvenience, and is suitable for use within
amateur radio subnets which are not connected to the
Internet. This configuration is recommended for callers
who have 44.x.x.x source address, as they are presumed
to have entered the network via radio, or via a
password-protected gateway.
2 - XRPi will accept any "username" longer than one
character, providing a valid password is given. This is
a medium security configuration, suitable for use on
private wire subnets where amateur radio callsigns are
not used.
3 - Both a valid amateur radio callsign and a matching password
must be supplied. This configuration is recommended for use
at the Internet-to-Amprnet interface, i.e. for all source
IP addresses other than 44.x.x.x
4 - Any "callsign" longer than 1 character is accepted, and
no password is requested or required. All users have guest
access, i.e. they cannot downlink.
5 - The user is required to enter a valid amateur radio
callsign, but no password is requested or required. All
users have guest access, i.e. they cannot downlink.
6 - Any "callsign" longer than 1 character is accepted.
The user is challenged to enter a password, but the option
to use the password "guest" is available. If the user
gives a valid password he gets full access, but if he
answers with "guest" he only gets guest access.
7 - The user is required to enter a valid amateur radio
callsign, and he is challenged to enter a password, but the
option to use the password "guest" is available. If the
user gives a valid password he gets full access, but if he
answers with "guest" he only gets guest access. This
setting is recommended for source addresses which aren't
either private LAN or 44.x.x.x.