Networking Forums

Networking Forums > Computer Networking > Linux Networking > Telnet to linux

Reply
Thread Tools Display Modes

Telnet to linux

 
 
Tracy
Guest
Posts: n/a

 
      07-16-2003, 06:13 PM
I am working on a class and it requires me to telnet to a Linux from a
windows 98 machine. Both of these computers started completely blank
and I had to load the Operating systems. I have them hooked up and can
ping each other. I can telnet to the linux from the linux, but can not
telnet from the 98 machine. it is either not communicating with the
Linux or something else is wrong. Could anybody give me some pointers,
or direction. I have never used linux before. The next step is going
to require being able to retrieve mail from the linux machine--but not
worried about that part yet-- Thanks in advance
 
Reply With Quote
 
 
 
 
Doug Winger
Guest
Posts: n/a

 
      07-16-2003, 07:02 PM
In article <(E-Mail Removed) >,
(E-Mail Removed) (Tracy) wrote:

> I am working on a class and it requires me to telnet to a Linux from a
> windows 98 machine. Both of these computers started completely blank
> and I had to load the Operating systems. I have them hooked up and can
> ping each other. I can telnet to the linux from the linux, but can not
> telnet from the 98 machine. it is either not communicating with the
> Linux or something else is wrong. Could anybody give me some pointers,
> or direction. I have never used linux before. The next step is going
> to require being able to retrieve mail from the linux machine--but not
> worried about that part yet-- Thanks in advance


Quick checklist, slightly redundant.

Is the Linux machine running a telnet server, as standalone or through
inetd/xinetd? If so, is it configured properly? Is the Linux machine running
a firewall? If so, does it permit telnet connections (other than for
localhost, that is)?

Most current distributions of Linux do not have the telnet service runnning
as a default, as it's considered somewhat of a risk. For that matter, most of
the "standard" services that reply to the outside world default to being
disabled, requiring you to enable them either through inetd/xinetd or as part
of the init/rc process. That doesn't sound to be the problem here, though the
firewall might be. If your distribution installed a iptables/ipchains
firewall, that might where to look (and also where to look later down the
line, when enabling mail services).

Also of note: ssh is much preferred to telnet nowadays, as it's a lot more
secure. Most current distributions I know of have sshd available as part of
the standard install, though that also hase to be enabled to make use of it.

- Doug
 
Reply With Quote
 
Ken Kauffman
Guest
Posts: n/a

 
      07-16-2003, 07:03 PM

"Tracy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
| I am working on a class and it requires me to telnet to a Linux from a
| windows 98 machine. Both of these computers started completely blank
| and I had to load the Operating systems. I have them hooked up and can
| ping each other. I can telnet to the linux from the linux, but can not
| telnet from the 98 machine. it is either not communicating with the
| Linux or something else is wrong. Could anybody give me some pointers,
| or direction. I have never used linux before. The next step is going
| to require being able to retrieve mail from the linux machine--but not
| worried about that part yet-- Thanks in advance

what distribution of linux are you using? most default installations now do
not install the telnet daemon. ( a daemon is similar to a windows
service ). SSH is installed by default as the communications are encrypted.
You will most likely need to install the telnet server process ( you only
have the client piece evidently ) loaded on your Linux box.

on your linux box you can do this to see if it is "listening" for a telnet
connection:

netstat -an | grep :23

If nothing comes back, telnet server is not running.

ken k


 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      07-16-2003, 09:44 PM
Tracy wrote:

> I am working on a class and it requires me to telnet to a Linux from a
> windows 98 machine. Both of these computers started completely blank
> and I had to load the Operating systems. I have them hooked up and can
> ping each other. I can telnet to the linux from the linux, but can not
> telnet from the 98 machine. it is either not communicating with the
> Linux or something else is wrong. Could anybody give me some pointers,
> or direction. I have never used linux before. The next step is going
> to require being able to retrieve mail from the linux machine--but not
> worried about that part yet-- Thanks in advance


Why do I get the feeling you're looking for an answer to part of your
assignment?

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
Xyerp
Guest
Posts: n/a

 
      07-17-2003, 10:57 AM
(E-Mail Removed) (Tracy) wrote in message news:<(E-Mail Removed). com>...
> I am working on a class and it requires me to telnet to a Linux from a
> windows 98 machine.


Aaaaaargh! He said the "w" word!!
 
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
How do I telnet from windows pc to linux .. qjohnny2000@gmail.com Linux Networking 12 06-24-2007 09:40 PM
Delays in Telnet to Linux Box D Linux Networking 4 12-13-2004 07:02 PM
Telnet from Windows XP into RH Linux through VPN Linda Lee Linux Networking 2 11-28-2003 11:25 PM
win98 and telnet into linux box tom Linux Networking 13 11-08-2003 11:50 PM
Linux Telnet Server -> RS-232 -> Commodore 64? microman Linux Networking 4 10-22-2003 07:13 PM



1 2 3 4 5 6 7 8 9 10 11