Sponsored Content
Full Discussion: Telnet/Rsh
Top Forums UNIX for Dummies Questions & Answers Telnet/Rsh Post 4806 by Neo on Wednesday 1st of August 2001 12:08:06 AM
Old 08-01-2001
Yes, you can see that inetd.conf is OK by your post.

The problem could also be that the IP address does not resolve to the host name and your machine is configured to disallow telnet from clients without a proper DNS IP to name entry.

Just a thought....

Also, you might check to see if your telnetd server is running identd and if so, in what configuration.....
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

help with rsh

I am trying to run a Perl script using rsh. I need to be able to capture the return code value, so the calling script can handle failures properly. I cannot modify the Perl script I need to run because we use it for all of our servers. Does anyone have a suggestion? (1 Reply)
Discussion started by: kscase
1 Replies

2. UNIX for Dummies Questions & Answers

help on rsh

hi friends, i've access to three machines mc1,mc2,mc3,on which i can log in as root. and in order to run a simple command on a remote machine(say remote) on which i cant log in,i use a command as; # rsh remote ls the above runs properly but if i do an ls on following it doesnt work # rsh mc2... (1 Reply)
Discussion started by: mxms755
1 Replies

3. Solaris

Can ftp but not telnet/ssh/rsh

Hi , I have a Solaris 9 machine in which I can ftp but telnet/rsh/ssh is not working, although it was working before. I cannot also log in through the console. I get the banner for telnet but it kicks me out. Any ideas? rte (2 Replies)
Discussion started by: run_time_error
2 Replies

4. Linux

Help in RSH

Hi All, I want to execute a command from my Windows machine to Linux machine. d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I entered the... (1 Reply)
Discussion started by: sarwan
1 Replies

5. UNIX for Advanced & Expert Users

Rsh

Hi All, I want to execute a command from my Windows machine to Linux machine using RSH only d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I... (1 Reply)
Discussion started by: sarwan
1 Replies

6. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

7. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

8. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

9. AIX

Telnet or rsh takes too much time

telnet or rsh or ftp to an AIX machine takes too much time, like have to wait 3 minutes before the prompt appears. What can I look to troubleshoot this problem thanks (4 Replies)
Discussion started by: filosophizer
4 Replies

10. AIX

RCP slow down and blocks login, telnet, rsh, etc on target server

Hello I have a LPAR AIX 6.1 on Power VM, Vio 2.2.3 and when I execute a rcp to this machine, I cant, simultaneosly, rlogin, telnet, rsh to this same LPARt. This commands stay hanged till the copy end, and Imeddiatlely the comand is executed (rlogin, telnet, rhs, etc). Someone can give me... (1 Reply)
Discussion started by: artur_dietrich
1 Replies
IDENTD(8)						    BSD System Manager's Manual 						 IDENTD(8)

NAME
identd -- TCP/IP Ident protocol server SYNOPSIS
identd [-46beIilNnr] [-a address] [-c charset] [-F format] [-f username] [-g uid] [-L username] [-m filter] [-o osname] [-P address] [-p portno] [-t seconds] [-u uid] DESCRIPTION
identd is a TCP/IP server which implements the user identification protocol as specified in RFC 1413. identd operates by looking up specific TCP/IP connections and returning information which may or may not be associated with the process own- ing the connection. The following options are available: -4 Bind to IPv4 addresses only (valid with flag -b). -6 Bind to IPv6 addresses only (valid with flag -b). -a address Bind to the specified address. This may be an IPv4 or IPv6 address or even a hostname. If a hostname is specified then identd will resolve it to an address (or addresses) and will bind this address (valid with flag -b). -b Run in the background (as daemon). -c charset Specify an optional character set designator to be included in replies. charset should be a valid charset set as described in the MIME RFC in upper case characters. -e Return ``UNKNOWN-ERROR'' instead of the usual ``NO-USER'' or ``INVALID-PORT'' error replies. -F format Specify the format to display info. The allowed format specifiers are: %u print user name %U print user number %g print (primary) group name %G print (primary) group number %l print list of all groups by name %L print list of all groups by number The lists of groups (%l, %L) are comma-separated, and start with the primary group which is not repeated. Any other characters (preceded by %, and those not preceded by it) are printed literally. -f username Specify a fall back username. If the lookup fails then this username will be returned. This can be useful for when running this service on a NAT host and not using the forward/proxy functionality. -g gid Specify the group id number or name which the server should switch to after binding itself to the TCP/IP port. -I Same as -i but without the restriction that the username in .ident must not match an existing user. -i If the .ident file exists in the home directory of the identified user, return the username found in that file instead of the real username. If the username found in .ident is that of an existing user, then the real username will be returned. -L username Specify a ``lie'' username. identd will return this name for all valid ident requests. -l Use syslogd(8) for logging purposes. -m filter Enables forwarding of ident queries. The filter argument specifies which packet filter should be used to lookup the connec- tions, currently 'pf' and 'ipfilter' are supported packet filters. Note that identd changes the ident queries to use the local port on the NAT host instead of the local port on the forwarding host. This is needed because otherwise we can't do a lookup on the proxy host. On the proxy host, ``proxy mode'' should be enabled with the -P flag or ``lying mode'' with the -L flag. -N Enable .noident files. If this file exists in the home directory of the identified user then return ``HIDDEN-USER'' instead of the normal USERID response. -n Return numeric user IDs instead of usernames. -o osname Return osname instead of the default ``UNIX''. -P address Specify a proxy server which will be used to receive proxied ident queries from. See also the -m flag how this operates. -p portno Specify an alternative port number under which the server should run. The default is port 113 (valid with flag -b). -r Return a random name of alphanumeric characters. If the -n flag is also enabled then a random number will be returned. -t seconds Specify a timeout for the service. The default timeout is 30 seconds. -u uid Specify the user id number or name to which the server should switch after binding itself to the TCP/IP port. FILES
/etc/inetd.conf EXAMPLES
identd operates from inetd(8) or as standalone daemon. Put the following lines into inetd.conf(5) to enable identd as an IPv4 and IPv6 ser- vice via inetd: ident stream tcp nowait nobody /usr/libexec/identd identd -l ident stream tcp6 nowait nobody /usr/libexec/identd identd -l To run identd as standalone daemon, use the -b flag. SEE ALSO
inetd.conf(5), inetd(8) AUTHORS
This implementation of identd is written by Peter Postma <peter@NetBSD.org>. CAVEATS
Since identd should typically not be run as a privileged user or group, .ident files for use when running with the -I or -i flags will need to be world accessible. The same applies for .noident files when running with the -N flag. When forwarding is enabled with the -m flag then identd will need access to either /etc/pf (pf) or /etc/ipnat (ipfilter). Since it's not a good idea to run identd under root, you'll need to adjust group owner/permissions to the device(s) and run identd under that group. BSD
April 4, 2005 BSD
All times are GMT -4. The time now is 06:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy