[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4 Files Reference

remote.unknown File for BNU

Purpose

Logs access attempts by unknown remote systems.

Description

The /usr/sbin/uucp/remote.unknown file is a shell script. It is executed by the Basic Networking Utilities (BNU) program when a remote computer that is not listed in the local /etc/uucp/Permissions file attempts to communicate with that local system. The BNU program does not permit the unknown remote system to connect with the local system. Instead, the remote.unknown shell procedure appends an entry to the /var/spool/uucp/.Admin/Foreign file.

Modify the remote.unknown file to fit the needs of your site. For example, to allow unknown systems to contact your system, remove the execute permissions for the remote.unknown file. You can also modify the shell script to send mail to the BNU administrator or to recognize certain systems and reject others.

Note: Only someone with root user authority can edit the remote.unknown file, which is owned by the uucp program login ID.

Implementation Specifics

This file is part of the Basic Networking Utilities Program (BNU) in BOS Extensions 1.

Files

/usr/sbin/uucp/remote.unknown Contains the remote.unknown shell script.
/etc/sbin/Permissions Describes access permissions for remote systems.
/var/spool/uucp/.Admin/Foreign Lists access attempts by unknown systems.

Related Information

BNU Overview in AIX Version 4.3 System Management Guide: Communications and Networks.


[ Previous | Next | Contents | Glossary | Home | Search ]