Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem with Telnet, FTP to machine in LAN

Reply
Thread Tools Display Modes

Problem with Telnet, FTP to machine in LAN

 
 
Madhur
Guest
Posts: n/a

 
      05-21-2007, 11:19 AM
Hi ALL,

I am trying to establish a mini LAN with a router connected
to internet. I have three machines connected to router. All the
machines are able to connect to internet. I have linux on two of them
and a windows machine. I am able to ping each of the other machine
with respective IP address. But the problem is i am not able to
connect to the linux machines using telnet from windows machine, even
though xinetd server [telnet server ] is running. nmap reports telnet
port to be open. But connection is not getting established. I would
like to know the exact reason for the problem.


Regards,
Madhur

 
Reply With Quote
 
 
 
 
Tim Southerwood
Guest
Posts: n/a

 
      05-21-2007, 02:59 PM
Madhur wrote:

> Hi ALL,
>
> I am trying to establish a mini LAN with a router connected
> to internet. I have three machines connected to router. All the
> machines are able to connect to internet. I have linux on two of them
> and a windows machine. I am able to ping each of the other machine
> with respective IP address. But the problem is i am not able to
> connect to the linux machines using telnet from windows machine, even
> though xinetd server [telnet server ] is running. nmap reports telnet
> port to be open. But connection is not getting established. I would
> like to know the exact reason for the problem.
>
>
> Regards,
> Madhur


/etc/hosts.allow and /etc/hosts.deny?

firewall? "iptables -L" as root to see

I would expect telnet to be more or less crippled by default as it's not
secure on the opne internet (login and password go unencrypted). Most peple
use ssh (daemon + client on linux, Putty ssh client on windows).

HTH

Tim
 
Reply With Quote
 
Rikishi 42
Guest
Posts: n/a

 
      05-21-2007, 09:48 PM
On Monday 21 May 2007 13:19, Madhur wrote:

> I am trying to establish a mini LAN with a router connected
> to internet. I have three machines connected to router. All the
> machines are able to connect to internet. I have linux on two of them
> and a windows machine. I am able to ping each of the other machine
> with respective IP address. But the problem is i am not able to
> connect to the linux machines using telnet from windows machine, even
> though xinetd server [telnet server ] is running. nmap reports telnet
> port to be open. But connection is not getting established. I would
> like to know the exact reason for the problem.


Can't help you, unless it's the router that blocks telnet, or a firewall
on the Windows machines?


The use of telnet is discouraged, these days, for security reasons.
FTP ditto.

If you want to exchange files between Win and Linux without to much
hassle, I'd suggest 2 solutions:
1. Create a Win share, and access it from Konqueror using smb://win_pc as
address. No install required, in a lot of distro's.
2. Get WinSCP somewhere. It will allow you to exchange files in much the
same way as ftp, but using the secure ssh/scp protocol. Again, no config
required.

Solution 1 will use allmost the complete bandwidth. Solution 2 is slow,
about 1.8MB/s in a 100Mb/s LAN, instead of 10MB/s.



Beyond that, you can define SMB shares in Linux, for the more regular
exchanges. In SUSE, Yast will do the config for you.

--
There is an art, it says, or rather, a knack to flying.
The knack lies in learning how to throw yourself at the ground and miss.
Douglas Adams
 
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
Problem with Linux Machine's Request for Time from an XP Machine W. Watson Linux Networking 68 01-15-2005 10:01 PM
Installed Fedora, can't telnet from PC into Fedora machine? Santa Linux Networking 5 11-15-2004 05:25 AM
I can't Telnet to Red Hat machine from Windows vasanta Linux Networking 8 05-25-2004 11:54 AM
telnet problem Weiguang Shi Linux Networking 10 12-05-2003 12:51 AM
Problem sharing internet acces between Xp machine and win 98 machine Steve Winograd [MVP] Windows Networking 3 08-21-2003 06:30 PM



1 2 3 4 5 6 7 8 9 10 11