Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Softpanorama Search

The try-from Utility

News

Lecture Notes Inetd Recommended Books Recommended Links The TCP Wrappers configuration language
inetd services Xinetd tcpdchk Loggings Humor Etc
 

The try-from utility identifies the detailed information regarding to a connection. This utility must be called via a remote shell command to determine if the host name and the address are recognized properly, and also if the user name lookup works.

The try-from utility can be executed from the command line as follows:

# remsh host /usr/bin/try-from

When the try-from utility is invoked, it prints the following output:

client address        (%a):
client hostname       (%n):
client username       (%u):
client info           (%c):
server address        (%A):
server hostname       (%N):
server process        (%d):
server info             (%s):

The client information describes how the remote host recognizes the client in terms of an address, name, and user name, whereas, the server information describes the remote host.

For more information on % <letter> expressions, type man 5 hosts_access at the prompt.

Author

Wietse Venema (wietse@wzv.win.tue.nl),
Department of Mathematics and Computing Science,
Eindhoven University of Technology
Den Dolech 2, P.O. Box 513,
5600 MB Eindhoven, The Netherlands

 

Old News ;-)

Man page of TRY-FROM

try-from - test program for the tcp_wrapper  

try-from  

The try-from command can be called via a remote shell command to find out if the hostname and address are properly recognized by the tcp_wrapper library, if username lookup works, and (SysV only) if the TLI on top of IP heuristics work. Diagnostics are reported through syslog(3) and redirected to stderr.

Example:

rsh host /some/where/try-from

See also

hosts_access(5), hosts_options(5), tcpd(8)  

Wietse Venema, Eindhoven University of Technology, The Netherlands.

 

Recommended Links

TCP Wrappers Files

TCP Wrappers Release Notes



Copyright © 1996-2009 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Site uses AdSense so you need to be aware of Google privacy policy. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

Disclaimer:

Last modified: August 11, 2009