Re: [newbie] Help with Telnet (Fixed?- No)

2001-10-26 Thread Onur Kucuk


Friday, October 26, 2001, 3:02:59 PM, you wrote:

ME> I don't know if this'll work for you guys, but I took a stab
ME> in the dark and now telnet works for me.
ME> I just downloaded the new telnet rpm from rpmfind
ME> (telnet-client-krb-1.2.2-15mdk), and
ME> rpm -Uvh telnetblahblah
ME> and now I'm up and running.

ME> HTH

ME> Edmund

Well, that is the client part, which did not seem to have trouble. What we
are trying to do is to make the "server" run. Thanks anyway.

For Frans Ketelaars, our configurations were the same actually, though
I tried with the ones you wrote in the mail, I tried to delete,
reinstall and update the latest cooker telnet server, client, xinetd
etc. None could take me anywhere :(

Nothing seems wrong in the logs, the xinetd startup script works fine
etc. I even tried to run it as executable, say, not like daemon, of
course nothing changed.

There is only one thing that looks strange, when xinetd starts, even
if only one server is active, or none is, it starts very slow, though
it starts.

May someone show me how to accept telnet connections in my MDK 8.1 ?
At least before I will loose all my hair :(

 Onur Kucuk



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Help with Telnet (Fixed?)

2001-10-26 Thread Mitchell, Edmund

Sorry for the incomplete post - I Uvh'd both the telnet client and server
rpms, 
and now both are working.

Edmund

> -Original Message-
> From: Jose M. Sanchez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 26, 2001 11:37 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [newbie] Help with Telnet (Fixed?)
> 
> 
> Wait a sec. From your message, you installed the Telnet 
> -CLIENT- not the
> server!
> 
> Is your Telnet server now working? (Which is what we are talking
> about...)
> 
> -JMS
> 
> 
> |-Original Message-
> |From: [EMAIL PROTECTED] 
> |[mailto:[EMAIL PROTECTED]] On Behalf Of 
> Mitchell, Edmund
> |Sent: Friday, October 26, 2001 8:03 AM
> |To: '[EMAIL PROTECTED]'
> |Subject: RE: [newbie] Help with Telnet (Fixed?)
> |
> |
> |I don't know if this'll work for you guys, but I took a stab
> |in the dark and now telnet works for me.
> |I just downloaded the new telnet rpm from rpmfind 
> |(telnet-client-krb-1.2.2-15mdk), and rpm -Uvh telnetblahblah 
> |and now I'm up and running.
> |
> |HTH
> |
> |Edmund
> |
> |> -Original Message-----
> |> From: Frans Ketelaars [mailto:[EMAIL PROTECTED]]
> |> Sent: Friday, October 26, 2001 5:45 AM
> |> To: [EMAIL PROTECTED]
> |> Subject: Re: [newbie] Help with Telnet
> |> 
> |> 
> |> On Thu, 25 Oct 2001 15:49:05 -0700 (PDT)
> |> Onur Kucuk <[EMAIL PROTECTED]> wrote:
> |> 
> |> > 
> |> > --- Frans Ketelaars <[EMAIL PROTECTED]> wrote:
> |> > > Yes :)
> |> > > 
> |> > > [frans@localhost linux]$ rpm -qa | grep telnet 
> |> > > gnome-telnet-2.4-2mdk telnet-client-krb5-1.2.2-11mdk
> |> > > telnet-server-krb5-1.2.2-11mdk
> |> > > [frans@localhost linux]$ telnet localhost
> |> > > Trying 127.0.0.1...
> |> > > Connected to localhost.localdomain (127.0.0.1).
> |> > > Escape character is '^]'.
> |> > > 
> |> > > localhost.localdomain (Linux release 2.4.8-26mdk
> |> > > #1 Sun Sep 23 17:06:39 CEST 2001) (2)
> |> > > 
> |> > > login: frans
> |> > > Password:
> |> > > Last login: Thu Oct 25 23:31:42 from localhost 
> [frans@localhost 
> |> > > frans]$
> |> > > 
> |> > > HTH,
> |> > > 
> |> > > -Frans
> |> > 
> |> > Can you tell how ? What we had really wanted to learn
> |> > was how to make a telnetd run our systems
> |> > 
> |> > [root@zaburt root]# cat /etc/xinetd.conf
> |> > #
> |> > # Simple configuration file for xinetd
> |> > #
> |> > # Some defaults, and include /etc/xinetd.d/
> |> > 
> |> > defaults
> |> > {
> |> > instances   = 60
> |> > log_type= SYSLOG authpriv
> |> > log_on_success  = HOST PID
> |> > log_on_failure  = HOST
> |> > cps = 25 30
> |> > }
> |> > 
> |> > includedir /etc/xinetd.d
> |> > 
> |> > [root@zaburt root]# cat /etc/xinetd.d/telnet
> |> > service telnet
> |> > {
> |> > #   disable = yes
> |> > flags = REUSE
> |> > log_on_failure += USERID
> |> > socket_type = stream
> |> > user = root
> |> > server = /usr/sbin/telnetd
> |> > server_args = -a none
> |> > wait = no
> |> > }
> |> > 
> |> > [root@zaburt root]# rpm -qa |grep telnet gnome-telnet-2.4-2mdk
> |> > ktelnet-0.7b1-10mdk
> |> > telnet-client-krb5-1.2.2-15mdk
> |> > telnet-server-krb5-1.2.2-15mdk
> |> > 
> |> > [root@zaburt root]# /etc/rc.d/init.d/xinetd restart
> |> > Stopping xinetd:  
> |> > [  OK  ]
> |> > Starting xinetd:  
> |> > [  OK  ]
> |> > 
> |> > [root@zaburt root]# telnet localhost
> |> > Trying 127.0.0.1...
> |> > telnet: Unable to connect to remote host: Connection refused
> |> > 
> |> > [root@zaburt root]# nmap localhost
> |> > 
> |> > Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ ) 
> Interesting 
> |> > ports on localhost.localdomain
> |> > (127.0.0.1):
> |> > (The 1535 ports scanned but not shown below are in
> |> > state: closed)
> |> > Port   State   Service
> |> >

RE: [newbie] Help with Telnet (Fixed?)

2001-10-26 Thread Mitchell, Edmund

I don't know if this'll work for you guys, but I took a stab
in the dark and now telnet works for me.
I just downloaded the new telnet rpm from rpmfind
(telnet-client-krb-1.2.2-15mdk), and
rpm -Uvh telnetblahblah
and now I'm up and running.

HTH

Edmund

> -Original Message-
> From: Frans Ketelaars [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 26, 2001 5:45 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Help with Telnet
> 
> 
> On Thu, 25 Oct 2001 15:49:05 -0700 (PDT)
> Onur Kucuk <[EMAIL PROTECTED]> wrote:
> 
> > 
> > --- Frans Ketelaars <[EMAIL PROTECTED]> wrote:
> > > Yes :)
> > > 
> > > [frans@localhost linux]$ rpm -qa | grep telnet
> > > gnome-telnet-2.4-2mdk
> > > telnet-client-krb5-1.2.2-11mdk
> > > telnet-server-krb5-1.2.2-11mdk
> > > [frans@localhost linux]$ telnet localhost
> > > Trying 127.0.0.1...
> > > Connected to localhost.localdomain (127.0.0.1).
> > > Escape character is '^]'.
> > > 
> > > localhost.localdomain (Linux release 2.4.8-26mdk
> > > #1 Sun Sep 23 17:06:39 CEST 2001) (2)
> > > 
> > > login: frans
> > > Password:
> > > Last login: Thu Oct 25 23:31:42 from localhost
> > > [frans@localhost frans]$
> > > 
> > > HTH,
> > > 
> > > -Frans
> > 
> > Can you tell how ? What we had really wanted to learn
> > was how to make a telnetd run our systems
> > 
> > [root@zaburt root]# cat /etc/xinetd.conf
> > #
> > # Simple configuration file for xinetd
> > #
> > # Some defaults, and include /etc/xinetd.d/
> > 
> > defaults
> > {
> > instances   = 60
> > log_type= SYSLOG authpriv
> > log_on_success  = HOST PID
> > log_on_failure  = HOST
> > cps = 25 30
> > }
> > 
> > includedir /etc/xinetd.d
> > 
> > [root@zaburt root]# cat /etc/xinetd.d/telnet
> > service telnet
> > {
> > #   disable = yes
> > flags = REUSE
> > log_on_failure += USERID
> > socket_type = stream
> > user = root
> > server = /usr/sbin/telnetd
> > server_args = -a none
> > wait = no
> > }
> > 
> > [root@zaburt root]# rpm -qa |grep telnet
> > gnome-telnet-2.4-2mdk
> > ktelnet-0.7b1-10mdk
> > telnet-client-krb5-1.2.2-15mdk
> > telnet-server-krb5-1.2.2-15mdk
> > 
> > [root@zaburt root]# /etc/rc.d/init.d/xinetd restart
> > Stopping xinetd:  
> > [  OK  ]
> > Starting xinetd:  
> > [  OK  ]
> > 
> > [root@zaburt root]# telnet localhost
> > Trying 127.0.0.1...
> > telnet: Unable to connect to remote host: Connection
> > refused
> > 
> > [root@zaburt root]# nmap localhost
> > 
> > Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
> > Interesting ports on localhost.localdomain
> > (127.0.0.1):
> > (The 1535 ports scanned but not shown below are in
> > state: closed)
> > Port   State   Service
> > 21/tcp openftp
> > 22/tcp openssh
> > 111/tcpopensunrpc
> > 631/tcpopencups
> > 839/tcpopenunknown
> > 6000/tcp   openX11
> > 32771/tcp  opensometimes-rpc5
> > 
> > 
> > Nmap run completed -- 1 IP address (1 host up) scanned
> > in 1 second
> > 
> > 
> >  Onur
> 
> Hi, I just installed telnet yesterday and it just worked. Now the
> really strange thing: this morning it had stopped working (I didn't
> log out or something). So I removed the mentioned telnet rpm's and 
> reinstalled them and now it works again:
> 
> Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
> Interesting ports on localhost.localdomain (127.0.0.1):
> (The 1525 ports scanned but not shown below are in state: closed)
> Port   State   Service
> 21/tcp openftp
> 22/tcp openssh
> 23/tcp opentelnet
> 25/tcp opensmtp
> 53/tcp opendomain
> 80/tcp openhttp
> 111/tcpopensunrpc
> 139/tcpopennetbios-ssn
> 443/tcpopenhttps
> 891/tcpopenunknown
> 901/tcpopensamba-swat
> 953/tcpopenrndc
> 1023/tcp   openunknown
> 3306/tcp   openmysql
> 5432/tcp   openpostgres
> 600

Re: [newbie] Help with Telnet

2001-10-26 Thread Frans Ketelaars

On Thu, 25 Oct 2001 15:49:05 -0700 (PDT)
Onur Kucuk <[EMAIL PROTECTED]> wrote:

> 
> --- Frans Ketelaars <[EMAIL PROTECTED]> wrote:
> > Yes :)
> > 
> > [frans@localhost linux]$ rpm -qa | grep telnet
> > gnome-telnet-2.4-2mdk
> > telnet-client-krb5-1.2.2-11mdk
> > telnet-server-krb5-1.2.2-11mdk
> > [frans@localhost linux]$ telnet localhost
> > Trying 127.0.0.1...
> > Connected to localhost.localdomain (127.0.0.1).
> > Escape character is '^]'.
> > 
> > localhost.localdomain (Linux release 2.4.8-26mdk
> > #1 Sun Sep 23 17:06:39 CEST 2001) (2)
> > 
> > login: frans
> > Password:
> > Last login: Thu Oct 25 23:31:42 from localhost
> > [frans@localhost frans]$
> > 
> > HTH,
> > 
> > -Frans
> 
> Can you tell how ? What we had really wanted to learn
> was how to make a telnetd run our systems
> 
> [root@zaburt root]# cat /etc/xinetd.conf
> #
> # Simple configuration file for xinetd
> #
> # Some defaults, and include /etc/xinetd.d/
> 
> defaults
> {
> instances   = 60
> log_type= SYSLOG authpriv
> log_on_success  = HOST PID
> log_on_failure  = HOST
> cps = 25 30
> }
> 
> includedir /etc/xinetd.d
> 
> [root@zaburt root]# cat /etc/xinetd.d/telnet
> service telnet
> {
> #   disable = yes
> flags = REUSE
> log_on_failure += USERID
> socket_type = stream
> user = root
> server = /usr/sbin/telnetd
> server_args = -a none
> wait = no
> }
> 
> [root@zaburt root]# rpm -qa |grep telnet
> gnome-telnet-2.4-2mdk
> ktelnet-0.7b1-10mdk
> telnet-client-krb5-1.2.2-15mdk
> telnet-server-krb5-1.2.2-15mdk
> 
> [root@zaburt root]# /etc/rc.d/init.d/xinetd restart
> Stopping xinetd:  
> [  OK  ]
> Starting xinetd:  
> [  OK  ]
> 
> [root@zaburt root]# telnet localhost
> Trying 127.0.0.1...
> telnet: Unable to connect to remote host: Connection
> refused
> 
> [root@zaburt root]# nmap localhost
> 
> Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
> Interesting ports on localhost.localdomain
> (127.0.0.1):
> (The 1535 ports scanned but not shown below are in
> state: closed)
> Port   State   Service
> 21/tcp openftp
> 22/tcp openssh
> 111/tcpopensunrpc
> 631/tcpopencups
> 839/tcpopenunknown
> 6000/tcp   openX11
> 32771/tcp  opensometimes-rpc5
> 
> 
> Nmap run completed -- 1 IP address (1 host up) scanned
> in 1 second
> 
> 
>  Onur

Hi, I just installed telnet yesterday and it just worked. Now the
really strange thing: this morning it had stopped working (I didn't
log out or something). So I removed the mentioned telnet rpm's and 
reinstalled them and now it works again:

Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1525 ports scanned but not shown below are in state: closed)
Port   State   Service
21/tcp openftp
22/tcp openssh
23/tcp opentelnet
25/tcp opensmtp
53/tcp opendomain
80/tcp openhttp
111/tcpopensunrpc
139/tcpopennetbios-ssn
443/tcpopenhttps
891/tcpopenunknown
901/tcpopensamba-swat
953/tcpopenrndc
1023/tcp   openunknown
3306/tcp   openmysql
5432/tcp   openpostgres
6000/tcp   openX11
32770/tcp  opensometimes-rpc3


Nmap run completed -- 1 IP address (1 host up) scanned in 1 second
[frans@localhost frans]$ ps -ax | grep telnet
11759 pts/2S  0:00 grep telnet
[frans@localhost frans]$ telnet localhost
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.

localhost.localdomain (Linux release 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001) 
(0)

login: frans
Password:
Last login: Fri Oct 26 10:55:55 from localhost
[frans@localhost frans]$ ps -ax | grep telnet
11760 pts/2S  0:00 telnet localhost
11761 ?S  0:00 telnetd -a none
11790 pts/0S  0:00 grep telnet
[frans@localhost frans]$

I noticed telnetd is only running after a telnet connection is 
established. I did nothing concerning xinetd.d because it's way
over my head :) The following seems is a bit different from what you get:
 
[frans@localhost frans]$ cat /etc/xinetd.d/telnet
service telnet
{
disable = no
flags   = REUSE
socket_type = stream
wait= no
user= root
server  = /usr/sbin/telnetd
server_args = -a none
log_on_failure  += USERID
}
[frans@localhost frans]$

HTH,

-Frans (very confused)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Help with Telnet

2001-10-25 Thread Jose M. Sanchez

The xinetd.conf setup is done automatically by the installation of the
telnet SERVER rpms under LM8.1

In my case everything is set up properly as far as I can tell, but still
no local telnet access to LM8.1.

-JMS


|-Original Message-
|From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Admin
|Sent: Thursday, October 25, 2001 12:33 PM
|To: [EMAIL PROTECTED]
|Subject: Re: [newbie] Help with Telnet
|
|
|Hello:
|
|Have you installed the telnet deamon/server in your system and 
|have you made 
|the necessary additions to the xinetd.conf?  I know it might 
|sound silly, but 
|sometimes it is the simple things in life, which cause the 
|most aggravation.  
|Good luck...
|
|Dexter
|
|On Thursday 25 October 2001 09:17, you wrote:
|> I'm having the same problem as you two - three separate 
|installs of LM 
|> 8.1, and none of them have a functioning telnet :>( Can't figure out 
|> why, but I'll post if I do find out anything.
|>
|> Edmund
|>
|> > -Original Message-
|> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
|> > Sent: Thursday, October 25, 2001 10:11 AM
|> > To: [EMAIL PROTECTED]
|> > Subject: Re: [newbie] Help with Telnet
|> >
|> >
|> >
|> > I have a similar problem. Sorry I don't the answer for 
|you, but if I 
|> > find the answer to my problem I'll let you know. I have two
|> > computers, one is
|> > running linux as a server and the other is running win 98. I
|> > want to telnet
|> > from win 98 to my linux server, but I can't. It just says 
|host refused
|> > connection. I don't have a firewall set up, and I do have a
|> > user account
|> > set up for myself on the linux machine. So I don't know 
|why it doesn't
|> > work.
|> >
|> > Is the same problem you're having?
|> >
|> > mitch
|> >
|> >
|> >
|> >
|> >
|> >
|> > cvine140402@netscape.
|> >
|> > net (Carl Vine)  To:
|> > [EMAIL PROTECTED]
|> > Sent by: cc:
|> >
|> > newbie-owner@linux-maSubject:
|> > [newbie] Help with Telnet
|> > ndrake.com
|> >
|> >
|> >
|> >
|> >
|> > 10/25/01 12:48 AM
|> >
|> > Please respond to
|> >
|> > newbie
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> > Hi Folks,
|> >
|> > I have a Dell 2400 system with a couple of NICs installed (am also 
|> > experiencing the same issue with a laptop w. 2 NICs).
|> >
|> > Basically the problem is that I cannot telnet to any of my local 
|> > hosts.  I can ping them no problem but when it comes to 
|telnetting, 
|> > all I get is the
|> > login prompt, enter my username and nothing more.  Eventually
|> > a message
|> > comes back saying the remote host closed the connection.
|> >
|> > In either case I have used netconf and setup the default 
|route, the 
|> > DNS etc...
|> >
|> > EG:
|> > machine ip, 10.10.10.100
|> > gateway ip, 10.10.10.1
|> > DNS (int) , 10.10.10.1
|> > host network, 203.55.65.xxx
|> >
|> > Ive disabled the 2nd interface, still no luck.
|> >
|> > If anyone can share their troubleshooting tips I would 
|appreciate it
|> >
|> > Cheers
|> >
|> >
|> > __
|> > Your favorite stores, helpful shopping tools and great gift ideas. 
|> > Experience the convenience of buying online with Shop@Netscape! 
|> > http://shopnow.netscape.com/
|> >
|> > Get your own FREE, personal Netscape Mail account today at 
|> > http://webmail.netscape.com/
|> >
|> >
|> > Want to buy your Pack or Services from MandrakeSoft?
|> > Go to http://www.mandrakestore.com
|
|
|Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
|Content-Transfer-Encoding: 8bit
|Content-Description: 
|
|
|




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Help with Telnet

2001-10-25 Thread Jose M. Sanchez

I'm in the same boat with LM8.1 as he is.

I've tried all the standard stuff, security, hosts.* files, etc... But
no matter what (and yes everything IS installed) I get a connection
refused, even when trying a localhost connection.

Everything else works.

Has anyone been able to get telnetd to respond under LM8.1?

-JMS


|-Original Message-
|From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
|On Behalf Of DStevenson
|Sent: Thursday, October 25, 2001 5:27 PM
|To: [EMAIL PROTECTED]
|Subject: Re: [newbie] Help with Telnet
|
|
|
|By the way, have you installed the telnet server?
|
|Go to the software manager and install from their.
|
|Dave
|
|On Thursday 25 October 2001 11:17, you wrote:
|> I'm having the same problem as you two - three separate 
|installs of LM 
|> 8.1, and none of them have a functioning telnet :>( Can't figure out 
|> why, but I'll post if I do find out anything.
|>
|> Edmund
|>
|> > -Original Message-
|> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
|> > Sent: Thursday, October 25, 2001 10:11 AM
|> > To: [EMAIL PROTECTED]
|> > Subject: Re: [newbie] Help with Telnet
|> >
|> >
|> >
|> > I have a similar problem. Sorry I don't the answer for 
|you, but if I 
|> > find the answer to my problem I'll let you know. I have two
|> > computers, one is
|> > running linux as a server and the other is running win 98. I
|> > want to telnet
|> > from win 98 to my linux server, but I can't. It just says 
|host refused
|> > connection. I don't have a firewall set up, and I do have a
|> > user account
|> > set up for myself on the linux machine. So I don't know 
|why it doesn't
|> > work.
|> >
|> > Is the same problem you're having?
|> >
|> > mitch
|> >
|> >
|> >
|> >
|> >
|> >
|> > cvine140402@netscape.
|> >
|> > net (Carl Vine)  To:
|> > [EMAIL PROTECTED]
|> > Sent by: cc:
|> >
|> > newbie-owner@linux-maSubject:
|> > [newbie] Help with Telnet
|> > ndrake.com
|> >
|> >
|> >
|> >
|> >
|> > 10/25/01 12:48 AM
|> >
|> > Please respond to
|> >
|> > newbie
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> >
|> > Hi Folks,
|> >
|> > I have a Dell 2400 system with a couple of NICs installed (am also 
|> > experiencing the same issue with a laptop w. 2 NICs).
|> >
|> > Basically the problem is that I cannot telnet to any of my local 
|> > hosts.  I can ping them no problem but when it comes to 
|telnetting, 
|> > all I get is the
|> > login prompt, enter my username and nothing more.  Eventually
|> > a message
|> > comes back saying the remote host closed the connection.
|> >
|> > In either case I have used netconf and setup the default 
|route, the 
|> > DNS etc...
|> >
|> > EG:
|> > machine ip, 10.10.10.100
|> > gateway ip, 10.10.10.1
|> > DNS (int) , 10.10.10.1
|> > host network, 203.55.65.xxx
|> >
|> > Ive disabled the 2nd interface, still no luck.
|> >
|> > If anyone can share their troubleshooting tips I would 
|appreciate it
|> >
|> > Cheers
|> >
|> >
|> > __
|> > Your favorite stores, helpful shopping tools and great gift ideas. 
|> > Experience the convenience of buying online with Shop@Netscape! 
|> > http://shopnow.netscape.com/
|> >
|> > Get your own FREE, personal Netscape Mail account today at 
|> > http://webmail.netscape.com/
|> >
|> >
|> > Want to buy your Pack or Services from MandrakeSoft?
|> > Go to http://www.mandrakestore.com
|
|
|Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
|Content-Transfer-Encoding: 8bit
|Content-Description: 
|
|
|




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Help with Telnet

2001-10-25 Thread DStevenson


By the way, have you installed the telnet server?

Go to the software manager and install from their.

Dave

On Thursday 25 October 2001 11:17, you wrote:
> I'm having the same problem as you two - three separate installs of
> LM 8.1, and none of them have a functioning telnet :>(
> Can't figure out why, but I'll post if I do find out anything.
>
> Edmund
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, October 25, 2001 10:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [newbie] Help with Telnet
> >
> >
> >
> > I have a similar problem. Sorry I don't the answer for you,
> > but if I find
> > the answer to my problem I'll let you know. I have two
> > computers, one is
> > running linux as a server and the other is running win 98. I
> > want to telnet
> > from win 98 to my linux server, but I can't. It just says host refused
> > connection. I don't have a firewall set up, and I do have a
> > user account
> > set up for myself on the linux machine. So I don't know why it doesn't
> > work.
> >
> > Is the same problem you're having?
> >
> > mitch
> >
> >
> >
> >
> >
> >
> > cvine140402@netscape.
> >
> > net (Carl Vine)  To:
> > [EMAIL PROTECTED]
> > Sent by: cc:
> >
> > newbie-owner@linux-maSubject:
> > [newbie] Help with Telnet
> > ndrake.com
> >
> >
> >
> >
> >
> > 10/25/01 12:48 AM
> >
> > Please respond to
> >
> > newbie
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi Folks,
> >
> > I have a Dell 2400 system with a couple of NICs installed (am also
> > experiencing the same issue with a laptop w. 2 NICs).
> >
> > Basically the problem is that I cannot telnet to any of my
> > local hosts.  I
> > can ping them no problem but when it comes to telnetting, all
> > I get is the
> > login prompt, enter my username and nothing more.  Eventually
> > a message
> > comes back saying the remote host closed the connection.
> >
> > In either case I have used netconf and setup the default
> > route, the DNS
> > etc...
> >
> > EG:
> > machine ip, 10.10.10.100
> > gateway ip, 10.10.10.1
> > DNS (int) , 10.10.10.1
> > host network, 203.55.65.xxx
> >
> > Ive disabled the 2nd interface, still no luck.
> >
> > If anyone can share their troubleshooting tips I would appreciate it
> >
> > Cheers
> >
> >
> > __
> > Your favorite stores, helpful shopping tools and great gift ideas.
> > Experience the convenience of buying online with Shop@Netscape!
> > http://shopnow.netscape.com/
> >
> > Get your own FREE, personal Netscape Mail account today at
> > http://webmail.netscape.com/
> >
> >
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com


Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Help with Telnet

2001-10-25 Thread DStevenson

Have you set up your /etc/hosts.allow /etc/hosts.deny files.

The linux box when it recvs a connection attempt, the inetd deamon checks 
these files for access rights. You must have something in there to allow the 
IP addresses of your client machines.

For example: 
192.168.0.1 which is linux box
192.168.0.2 which is your windoze box

/etc/hosts.deny would have the entry like 'ALL:ALL' to deny all access.
/etc/hosts.allow would have 'AlLL: 192.168.0.2'
(Both of these on your Linux box)

The inetd deamon would disallow all connections except those listed in the 
allow file.

Maybe OK to use telnet on your local NET, but would suggest you use SSH for 
all other comms.

Regards,
Dave


On Thursday 25 October 2001 10:11, you wrote:
> I have a similar problem. Sorry I don't the answer for you, but if I find
> the answer to my problem I'll let you know. I have two computers, one is
> running linux as a server and the other is running win 98. I want to telnet
> from win 98 to my linux server, but I can't. It just says host refused
> connection. I don't have a firewall set up, and I do have a user account
> set up for myself on the linux machine. So I don't know why it doesn't
> work.
>
> Is the same problem you're having?
>
> mitch
>
>
>
>
>
> cvine140402@netscape.
> net (Carl Vine)  To:
> [EMAIL PROTECTED] Sent by: cc:
> newbie-owner@linux-maSubject: [newbie] Help
> with Telnet ndrake.com
>
>
> 10/25/01 12:48 AM
> Please respond to
> newbie
>
>
>
>
>
>
> Hi Folks,
>
> I have a Dell 2400 system with a couple of NICs installed (am also
> experiencing the same issue with a laptop w. 2 NICs).
>
> Basically the problem is that I cannot telnet to any of my local hosts.  I
> can ping them no problem but when it comes to telnetting, all I get is the
> login prompt, enter my username and nothing more.  Eventually a message
> comes back saying the remote host closed the connection.
>
> In either case I have used netconf and setup the default route, the DNS
> etc...
>
> EG:
> machine ip, 10.10.10.100
> gateway ip, 10.10.10.1
> DNS (int) , 10.10.10.1
> host network, 203.55.65.xxx
>
> Ive disabled the 2nd interface, still no luck.
>
> If anyone can share their troubleshooting tips I would appreciate it
>
> Cheers
>
>
> __
> Your favorite stores, helpful shopping tools and great gift ideas.
> Experience the convenience of buying online with Shop@Netscape!
> http://shopnow.netscape.com/
>
> Get your own FREE, personal Netscape Mail account today at
> http://webmail.netscape.com/
>
>
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com


Content-Type: text/plain; charset="us-ascii"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Help with Telnet

2001-10-25 Thread Mitchell, Edmund

I'm having the same problem as you two - three separate installs of
LM 8.1, and none of them have a functioning telnet :>(
Can't figure out why, but I'll post if I do find out anything.

Edmund

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 25, 2001 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Help with Telnet
> 
> 
> 
> I have a similar problem. Sorry I don't the answer for you, 
> but if I find
> the answer to my problem I'll let you know. I have two 
> computers, one is
> running linux as a server and the other is running win 98. I 
> want to telnet
> from win 98 to my linux server, but I can't. It just says host refused
> connection. I don't have a firewall set up, and I do have a 
> user account
> set up for myself on the linux machine. So I don't know why it doesn't
> work.
> 
> Is the same problem you're having?
> 
> mitch
> 
> 
> 
> 
>   
>
> cvine140402@netscape. 
>
> net (Carl Vine)  To: 
> [EMAIL PROTECTED]   
> Sent by: cc:  
>
> newbie-owner@linux-maSubject: 
> [newbie] Help with Telnet  
> ndrake.com
>
>   
>
>   
>
> 10/25/01 12:48 AM 
>
> Please respond to 
>
> newbie
>
>   
>
>   
>
> 
> 
> 
> 
> Hi Folks,
> 
> I have a Dell 2400 system with a couple of NICs installed (am also
> experiencing the same issue with a laptop w. 2 NICs).
> 
> Basically the problem is that I cannot telnet to any of my 
> local hosts.  I
> can ping them no problem but when it comes to telnetting, all 
> I get is the
> login prompt, enter my username and nothing more.  Eventually 
> a message
> comes back saying the remote host closed the connection.
> 
> In either case I have used netconf and setup the default 
> route, the DNS
> etc...
> 
> EG:
> machine ip, 10.10.10.100
> gateway ip, 10.10.10.1
> DNS (int) , 10.10.10.1
> host network, 203.55.65.xxx
> 
> Ive disabled the 2nd interface, still no luck.
> 
> If anyone can share their troubleshooting tips I would appreciate it
> 
> Cheers
> 
> 
> __
> Your favorite stores, helpful shopping tools and great gift ideas.
> Experience the convenience of buying online with Shop@Netscape!
> http://shopnow.netscape.com/
> 
> Get your own FREE, personal Netscape Mail account today at
> http://webmail.netscape.com/
> 
> 
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
> 
> 
> 
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Help with Telnet

2001-10-25 Thread Mitch . Wilson


I have a similar problem. Sorry I don't the answer for you, but if I find
the answer to my problem I'll let you know. I have two computers, one is
running linux as a server and the other is running win 98. I want to telnet
from win 98 to my linux server, but I can't. It just says host refused
connection. I don't have a firewall set up, and I do have a user account
set up for myself on the linux machine. So I don't know why it doesn't
work.

Is the same problem you're having?

mitch




   
  
cvine140402@netscape.  
  
net (Carl Vine)  To: [EMAIL PROTECTED] 
  
Sent by: cc:   
  
newbie-owner@linux-maSubject: [newbie] Help with 
Telnet  
ndrake.com 
  
   
  
   
  
10/25/01 12:48 AM  
  
Please respond to  
  
newbie 
  
   
  
   
  




Hi Folks,

I have a Dell 2400 system with a couple of NICs installed (am also
experiencing the same issue with a laptop w. 2 NICs).

Basically the problem is that I cannot telnet to any of my local hosts.  I
can ping them no problem but when it comes to telnetting, all I get is the
login prompt, enter my username and nothing more.  Eventually a message
comes back saying the remote host closed the connection.

In either case I have used netconf and setup the default route, the DNS
etc...

EG:
machine ip, 10.10.10.100
gateway ip, 10.10.10.1
DNS (int) , 10.10.10.1
host network, 203.55.65.xxx

Ive disabled the 2nd interface, still no luck.

If anyone can share their troubleshooting tips I would appreciate it

Cheers


__
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop@Netscape!
http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/


Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com