Networking Forums

Networking Forums > Computer Networking > Linux Networking > Installed Fedora, can't telnet from PC into Fedora machine?

Reply
Thread Tools Display Modes

Installed Fedora, can't telnet from PC into Fedora machine?

 
 
Santa
Guest
Posts: n/a

 
      11-11-2004, 03:05 AM
Installed fedora, can't telnet from PC?. I complete installed. What
will be the reason?. I can't see telnet file under /etc/xinetd.d
Directory?. Even I did stop iptables service (service iptables stop),
to allow incoming telnet session, samething. I am getting this message
"could not open connection to host on port 23, Connection failed".
Thanks in advance.
 
Reply With Quote
 
 
 
 
Paul Black
Guest
Posts: n/a

 
      11-11-2004, 05:37 AM
Santa wrote:
> Installed fedora, can't telnet from PC?. I complete installed. What
> will be the reason?. I can't see telnet file under /etc/xinetd.d
> Directory?


Since I have the telnet file it sounds like you didn't install the
telnet server. Are you sure you did a complete install?

Could always trying putting putty on your Windows machine and using ssh
instead?

Paul
 
Reply With Quote
 
Bob Tennent
Guest
Posts: n/a

 
      11-11-2004, 11:36 AM
On 10 Nov 2004 20:05:34 -0800, Santa wrote:

> Installed fedora, can't telnet from PC?. I complete installed. What
> will be the reason?.


First, you shouldn't be using telnet, which is an insecure protocol;
switch to ssh. But the same issues may arise with ssh: have you
(installed and) started the sshd server? Distributions no longer
start up everything by default; you have to decide which services
you want running.

Bob T.

 
Reply With Quote
 
Spyro Polymiadis
Guest
Posts: n/a

 
      11-12-2004, 02:51 AM
Bob Tennent wrote:
> On 10 Nov 2004 20:05:34 -0800, Santa wrote:
>
> > Installed fedora, can't telnet from PC?. I complete installed. What
> > will be the reason?.

>


If you are dead set on using telnet, edit that telnet file you saw under
/etc/xinet.d/ and change the bit where it says disabled=yes to no, then
restart xinetd, /etc/init.d/xinetd restart, then type netstat -pant and
look for the daemon listening on port 23, if its there telnet away, if
you still cant access it, then make sure you have no firewall blocking
that port..
 
Reply With Quote
 
Santa
Guest
Posts: n/a

 
      11-15-2004, 02:42 AM
I can't see /etc/xinetd.d/telnet file at all. Also I inserted the
cd-rom and tried to install again, but it shows all packages, I am
wondering how this telnet is missing?.

How can I know whether firewall blocking that port or not?. Please let
me know the command for that.

Thanks.
 
Reply With Quote
 
Spyro Polymiadis
Guest
Posts: n/a

 
      11-15-2004, 05:25 AM
Santa wrote:
> I can't see /etc/xinetd.d/telnet file at all. Also I inserted the
> cd-rom and tried to install again, but it shows all packages, I am
> wondering how this telnet is missing?.
>
> How can I know whether firewall blocking that port or not?. Please let
> me know the command for that.
>
> Thanks.

This then means that you *dont actually* have the telnet-server package
installed.

Do you *actually* need to use telnet specifically, why dont you use ssh?

look on the cd's for a telnet-server package, or type at the command
line# yum install telnet-server

then edit the file /etc/xinet.d/telnet and change disabled from yes to
no. (eg.. follow my previous instructions)


For the firewall, type iptables -L and look if it has an entry for port
23 and if the rule is set to drop or accept. `man iptables` for more info
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autofs from non-Fedora to Fedora 16 Kevin the Drummer Linux Networking 9 04-17-2012 06:28 AM
telnet problem on Fedora Linux smatta@acm.org Linux Networking 4 02-08-2006 06:45 PM
Couldn't able to telnet/ftp/ssh onto Fedora Linux system? GS Linux Networking 9 07-31-2005 11:46 AM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
Fedora Core 2 NAT Router freezes when left running with Azurus running on a local machine. Lee Caves Linux Networking 0 11-01-2004 08:45 PM



1 2 3 4 5 6 7 8 9 10 11