BNU files for TCP/IP connection entries in the local system files
These BNU files are entries on the local system zeus.
- Systems file: The Systems file on
system
zeuscontains the following entry so thatzeuscan contact systemhera:hera Any TCP,t - - in:--in: uzeus word: birthdayThis example specifies that system
zeuscan call systemheraat any time, by using the t protocol for communications with systemhera. Systemzeuslogs in to systemheraasuzeuswith the passwordbirthday.Note: The t protocol supports TCP. Therefore, always use the t protocol for BNU communications over TCP/IP connections. However, the t protocol cannot be used when the Type field isACU(automatic calling unit) or when a modem connection is used.BNU uses the Type and Class fields in the Systems file to find the appropriate device for the connection. It checks the Devices file for an entry of type
TCP. - Devices file: The Devices file that
is used by the uucico daemon on system
zeuscontains the following entry for TCP/IP connections:TCP - - - TCPBecause the device type is
TCP, there are no Class, Line, or Line2 entries. The Dialer is also specified asTCP. BNU looks in the Dialers files for aTCPentry. - Dialers file: The Dialers file that
is used by the uucico daemon on system
zeuscontains a TCP/IP entry as follows:TCPThis entry specifies that no dialer configuration is required.
Note: Dialer configuration is never required over a TCP/IP connection. - Permissions file: The Permissions file
on system
zeuscontains the following entry, which grants systemheraaccess to systemzeus:LOGNAME=uhera SENDFILES=yes REQUEST=yes \ MACHINE=zeus:hera VALIDATE=uhera \ READ=/var/spool/uucppublic:/home/hera \ WRITE=/var/spool/uucppublic:/home/hera COMMANDS=ALLThe combined LOGNAME and MACHINE entries provide the following permissions to system
hera, when systemzeusand systemheraare connected:- System
heracan request and send files regardless of who initiated the call. - System
heracan read and write to the public directory and to the /home/hera directory on systemzeus. - System
heracan run all commands on systemzeus. - System
heramust log in to systemzeusas useruhera, and systemheracannot use any other login ID for BNU transactions.Note: Because the permissions are the same regardless of which system initiates the call, the preceding LOGNAME and MACHINE entries are combined. If the permissions are not the same for systemheraand systemzeus, the LOGNAME and MACHINE entries are as follows:LOGNAME=uhera VALIDATE=hera SENDFILES=yes REQUEST=yes \ READ=/var/spool/uucppublic:/home/hera \ WRITE=/var/spool/uucppublic:/home/hera MACHINE=zeus:hera REQUEST=yes COMMANDS=ALL\ READ=/var/spool/uucppublic:/home/hera \ WRITE=/var/spool/uucppublic:/home/hera
- System