Re: Telnet Problem




"Joe Hesse" <joe_hesse@xxxxxxxxx> wrote in message
news:13d6195ls0d1r7f@xxxxxxxxxxxxxxxxxxxxx
Hi,

I know telnet is not secure, that is not the problem.

I set up a telnet server on a Fedora 7 Linux system using xinetd. I
believe I have all the configuration files correctly set since I can
successfully do:
$ telnet localhost
and establish a successful telnet connection on the same machine where the
telnet server is running.

Xinetd is running and my /etc/xinetd.d/telnet file is:

# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}

The problem is when I try to connect to the telnet server from one or more
client computers on the same local network. Here is what happens.

$ telnet 192.168.0.100
Trying 192.168.0.100...
Connected to 192.168.0.100.
Escape character is '^]'.
getnameinfo: localhost: Success
Temporary failure in name resolution: Illegal seek
Connection closed by foreign host.
$

Firewalls and SELinux are off. I always connect with an IP address, not a
fqdn. I can access the telnet server computer with ssh and ftp.

I would appreciate help.

Thank you,
Joe Hesse


I appreciate everyone's help. I managed to fix the problem and feel
embarassed that I didn't recognize the problem sooner. Here is the summary.
1. I removed a Windows XP computer from my network and rebooted everything
else. Telnet worked great!
2. My virus protection expired from Windows so I subscribed to a new virus
service, found a "High Threat" virus and removed it.
3. Telnet works great, from Windows to a telnet server or Linux to a telnet
server.
Thanks,
Joe


.



Relevant Pages

  • Re: Telnet Client search
    ... I'd seriously look into the NAT type solution, because CE does have that as ... Another possibility for your scenario is to make the CE Telnet Server act as ... you might be able to code up a Telnet client that does everything you need ...
    (microsoft.public.windowsce.platbuilder)
  • Re: TN3270 *from* a host??
    ... stating that there is no support for the 3270 data stream from the TELNET ... application talking to another VTAM application has to be cross-domain. ... to be talking about a TELNET client on one system talking to a TELNET server ... TN3270 server but does need to be distinguished from the z/OS UNIX TELNET ...
    (bit.listserv.ibm-main)
  • Re: How to make IBM COBOL send in text in Telnet mode?
    ... > Telnet client. ... > I need a COBOL program to send/receive to/from the Telnet server. ... This is typical for Unix ... Running a COBOL program under a Telnet server is easy. ...
    (comp.lang.cobol)
  • Re: OT - Top-Posting (was: How to make IBM COBOL send in text in Telnet mode?
    ... I agree with your position on posting styles, ... >>> Telnet client. ... >> AIX has a Telnet server, like every Unix implementation for the past ... >> Running a COBOL program under a Telnet server is easy. ...
    (comp.lang.cobol)
  • Re: Win2k Telnet Server and SAPConsole
    ... > create the user they can no run SAPCONSOLE, I solve that adding the users to ... I do not uses W2k telnet server. ... >> I logged in as a domain admin and did not have the same problems. ...
    (microsoft.public.win2000.security)