BNU files for TCP/IP connection entries in the remote system's files
These files are on the remote system hera
.
- Systems file: A Systems file on system
hera
contains the following entry to allowhera
to contact systemzeus
:zeus Any TCP,t - - ogin:--ogin: uhera ord: lightning
This example specifies that system
hera
can call systemzeus
at any time, by using the t protocol for communications with systemzeus
. Systemhera
logs in to systemzeus
as useruhera
with the passwordlightning
. Again, BNU next checks the Devices files for an entry of typeTCP
.Note: The t protocol supports the 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
or when a modem connection is being used. - Devices file: The Devices file that
is used by the uucico daemon on system
hera
contains the following entry for TCP/IP connections:TCP - - - TCP
Because the device type is
TCP
, there are no Type, Line, or Line2 entries. The Dialer is also specified asTCP
. BNU looks in the Dialers files for aTCP
entry. - Dialers file: The Dialers file that
is used by the uucico daemon on system
hera
contains a TCP/IP entry as follows:TCP
This 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
hera
contains the following entry, which grants systemzeus
access to systemhera
:LOGNAME=uzeus SENDFILES=yes REQUEST=yes \ MACHINE=hera:zeus VALIDATE=zeus COMMANDS=rmail:who:uucp
The combined LOGNAME and MACHINE entries provide the following permissions to system
zeus
, when systemzeus
and systemhera
are connected:- System
zeus
can request and send files regardless of who initiated the call. - System
zeus
can read and write only to the public directory (the default). - System
zeus
can run only the rmail, who, and uucp commands. - System
zeus
must log in to systemhera
as useruzeus
and systemzeus
cannot use any other login ID for BNU transactions.Note: If the permissions are not the same for systemhera
and systemzeus
, the LOGNAME and MACHINE entries are as follows:LOGNAME=uzeus VALIDATE=zeus SENDFILES=yes REQUEST=yes MACHINE=hera:zeus COMMANDS=rmail:who:uucp REQUEST=yes
- System