Node accounts: Difference between revisions
m Protected "Node accounts" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Network64|Color 64 Network]] - <strong>Node Accounts</strong> | [[Network64|Color 64 Network]] - <strong>Node Accounts</strong> | ||
== Node Accounts == | |||
When a node calls | When a remote node calls your BBS, it logs in using an ID number and password, just like a normal user. If the password does not match the stored password in your node account file, access will be denied. | ||
=== New Node Requests === | |||
When a remote system connects as a new node, your network assigns it a new ID number. The remote system sends its requested password during this process. | |||
After the initial call: | |||
* The remote system stores the ID number assigned by your network in its √NTWRK.PARMS file. | |||
* Your system stores the remote system’s chosen password in your √node accounts file. | |||
At this stage, the new node exists in your records but is: | |||
* Locked / UNVALIDATED | |||
* Assigned an access level of 0 | |||
Future calls from that node will be denied until you manually validate it. | |||
To validate a new node: | |||
: 1) Using Menu Option 1 (Node Status Report), unlock the node by selecting it and pressing “U”. | |||
: 2) Using Menu Option 2 (Node Account File Edit), select the corresponding record and assign it a Level of 1, then save. | |||
:: a) The node is now Validated but Unreplyable. This means the remote system can send messages and files to you, but your system cannot send replies. | |||
: 3) To make the node Replyable (allowing your BBS to send messages back): | |||
:: a) Ensure the remote BBS exists in your √NTWRK.PARMS file (entered through +NET SETUP). | |||
:: b) If not present, add it using +NET SETUP and assign it a Node ID of 1 so your system can request access from the remote Sysop. | |||
:: c) Return to the Node Account File Edit and assign the node an access level equal to 1 plus the node number as it appears in your outgoing node list. | |||
::: The system will display “Link set with <node name>” (verify carefully). The node will now be replyable. | |||
Refer to the “Node Access Levels” section below for detailed explanation. | |||
=== Editing Node Accounts === | |||
Node accounts can only be edited through the Network Maintenance menu. All accounts are stored in a relative file named √node accounts. | |||
Each record contains four fields: | |||
* Field #1 – NODE NAME | |||
** Limited to 25 characters. This name is for internal reference only and is not visible to remote systems. | |||
* Field #2 – PASSWORD | |||
** Limited to 9 characters. | |||
* Field #3 – LEVEL | |||
** Accepts values from 0 to 101. Access level behavior is explained in the next section. | |||
* Field #4 – LAST CALL DATE | |||
** Displays the last date the node called your system. This is informational and may help determine whether to retain or remove inactive nodes. | |||
To delete a node account, type "delete" at the NAME input prompt. | |||
=== Node Access Levels === | |||
Access levels operate in three functional modes. | |||
Next Section: [[ | Level 0 – Unvalidated | ||
* Incoming calls are denied. | |||
* Newly created node accounts default to level 0. | |||
Level 1 – Validated, Unreplyable | |||
* The node may send messages and files to your system. | |||
* Your system cannot send replies to that node. | |||
Replyable Nodes – Linked Access | |||
To allow replies, the access level must correspond to the outgoing node number. | |||
Example: | |||
Suppose your outgoing node list (from “?” in Post Network Msg) shows: | |||
: 1: THE ABC BBS | |||
:: Brooklyn/NY | |||
: 2: THE DEF BBS | |||
:: Chicago/IL | |||
: 3: THE GHI BBS | |||
:: Los Angeles/CA | |||
In this example, THE DEF BBS is node number 2. | |||
To make an incoming account replyable to THE DEF BBS, assign it an access level of: | |||
:: 1 + node number | |||
So for node number 2: | |||
:: Access level = 3 | |||
General Rule: | |||
TO MAKE A NODE REPLYABLE, SET THE ACCESS LEVEL TO 1 PLUS THE NODE NUMBER AS IT APPEARS IN YOUR OUTGOING NODE LIST. | |||
Examples: | |||
* Node #24 → Access Level 25 | |||
* If you do NOT want replies enabled → Access Level 1 | |||
If an incorrect level is entered, replies will be routed to the wrong node. | |||
<strong>Note:</strong> Network 1.26 simplifies this process. At the access level prompt, enter “?” to display your outgoing node list. Enter the node number from the list and the system will automatically link the incoming node and assign the correct access level. After saving, the BBS confirms which outgoing node is linked. | |||
Next Section: [[options features|Options & Features]] | |||
[[Network64|Color 64 Network]] | [[Network64|Color 64 Network]] | ||
Latest revision as of 21:44, 27 February 2026
Color 64 Network - Node Accounts
Node Accounts
When a remote node calls your BBS, it logs in using an ID number and password, just like a normal user. If the password does not match the stored password in your node account file, access will be denied.
New Node Requests
When a remote system connects as a new node, your network assigns it a new ID number. The remote system sends its requested password during this process.
After the initial call:
- The remote system stores the ID number assigned by your network in its √NTWRK.PARMS file.
- Your system stores the remote system’s chosen password in your √node accounts file.
At this stage, the new node exists in your records but is:
- Locked / UNVALIDATED
- Assigned an access level of 0
Future calls from that node will be denied until you manually validate it.
To validate a new node:
- 1) Using Menu Option 1 (Node Status Report), unlock the node by selecting it and pressing “U”.
- 2) Using Menu Option 2 (Node Account File Edit), select the corresponding record and assign it a Level of 1, then save.
- a) The node is now Validated but Unreplyable. This means the remote system can send messages and files to you, but your system cannot send replies.
- 3) To make the node Replyable (allowing your BBS to send messages back):
- a) Ensure the remote BBS exists in your √NTWRK.PARMS file (entered through +NET SETUP).
- b) If not present, add it using +NET SETUP and assign it a Node ID of 1 so your system can request access from the remote Sysop.
- c) Return to the Node Account File Edit and assign the node an access level equal to 1 plus the node number as it appears in your outgoing node list.
- The system will display “Link set with <node name>” (verify carefully). The node will now be replyable.
Refer to the “Node Access Levels” section below for detailed explanation.
Editing Node Accounts
Node accounts can only be edited through the Network Maintenance menu. All accounts are stored in a relative file named √node accounts.
Each record contains four fields:
- Field #1 – NODE NAME
- Limited to 25 characters. This name is for internal reference only and is not visible to remote systems.
- Field #2 – PASSWORD
- Limited to 9 characters.
- Field #3 – LEVEL
- Accepts values from 0 to 101. Access level behavior is explained in the next section.
- Field #4 – LAST CALL DATE
- Displays the last date the node called your system. This is informational and may help determine whether to retain or remove inactive nodes.
To delete a node account, type "delete" at the NAME input prompt.
Node Access Levels
Access levels operate in three functional modes.
Level 0 – Unvalidated
- Incoming calls are denied.
- Newly created node accounts default to level 0.
Level 1 – Validated, Unreplyable
- The node may send messages and files to your system.
- Your system cannot send replies to that node.
Replyable Nodes – Linked Access To allow replies, the access level must correspond to the outgoing node number.
Example:
Suppose your outgoing node list (from “?” in Post Network Msg) shows:
- 1: THE ABC BBS
- Brooklyn/NY
- 2: THE DEF BBS
- Chicago/IL
- 3: THE GHI BBS
- Los Angeles/CA
In this example, THE DEF BBS is node number 2.
To make an incoming account replyable to THE DEF BBS, assign it an access level of:
- 1 + node number
So for node number 2:
- Access level = 3
General Rule:
TO MAKE A NODE REPLYABLE, SET THE ACCESS LEVEL TO 1 PLUS THE NODE NUMBER AS IT APPEARS IN YOUR OUTGOING NODE LIST.
Examples:
- Node #24 → Access Level 25
- If you do NOT want replies enabled → Access Level 1
If an incorrect level is entered, replies will be routed to the wrong node.
Note: Network 1.26 simplifies this process. At the access level prompt, enter “?” to display your outgoing node list. Enter the node number from the list and the system will automatically link the incoming node and assign the correct access level. After saving, the BBS confirms which outgoing node is linked.
Next Section: Options & Features