Re: can't telnet

2002-10-13 Thread Robin Wilson
I found lokkit and it solved my problem. Thanks, Robin Robin Wilson wrote: > I should also tell you that I'm trying to telnet out of my linux box. > > [robin]$ rpm -qa| grep telnet > telnet-0.17-23 > > [root]# iptables -L > Chain INPUT (policy ACCEPT) > target prot opt source

Re: can't telnet

2002-10-13 Thread Robin Wilson
I should also tell you that I'm trying to telnet out of my linux box. [robin]$ rpm -qa| grep telnet telnet-0.17-23 [root]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination RH-Lokkit-0-50-INPUT all -- anywhere anywhere Chain FORWARD (pol

Re: can't telnet

2002-10-13 Thread Schelstraete Bart
Robin Wilson wrote: > I installed rh8 recently and it mostly went well but I can't seem to > telnet. I'm using the high setting on the firewall. Does anyone have > some advice on what I can do to fix this? > > My internet connection seems fine for http and email. When I telnet I > usually ge

can't telnet

2002-10-13 Thread Robin Wilson
I installed rh8 recently and it mostly went well but I can't seem to telnet. I'm using the high setting on the firewall. Does anyone have some advice on what I can do to fix this? My internet connection seems fine for http and email. When I telnet I usually get a message stating "connection cl

Re: can't telnet or ftp

2001-05-05 Thread Stephen King
are the telnet and ftp servers set to accept connections in xinetd's configs? open up the respective files in /etc/xinetd.d and take a look if it says disable = yes and change it to "no" instead. At 04:07 PM 5/5/01 -0700, you wrote: >Hi, > >I'm having problems with one of our Linux

Re: can't telnet or ftp

2001-05-05 Thread Tym Rehm
Check xinetd.d folder. Make sure that telnet and ftp are not disabled. If you modify either, you will have to restart xinetd. Use /etc/rc.d/init.d/xinetd restart At 04:07 PM 5/5/01 -0700, you wrote: >Hi, > >I'm having problems with one of our Linux machines. It's running Red >Hat 7.0, and it's

Re: can't telnet or ftp

2001-05-05 Thread cEycEy
you should do the fallowing: 1- edit /etc/xinetd.d/telnet change this value"disable = yes" as "disable=no" 2-then write this command "chkconfig --list "to check whether telnet is on or off...if telnet is off then use "chkconfig telnet on" After these your telnet will work.. and do the similar

Re: can't telnet or ftp

2001-05-05 Thread Hidong Kim
Great! I edited the /etc/xinetd.d/telnet and /etc/xinetd.d/tftp, and set disable to no. It's working now. Thanks, Hidong "Mike A. Harris" wrote: > > On Sat, 5 May 2001, Hidong Kim wrote: > > >It still refuses to allow telnet or ftp connections. I've tried > >restarting xinetd. It seem

Re: can't telnet or ftp

2001-05-05 Thread Mike A. Harris
On Sat, 5 May 2001, Hidong Kim wrote: >It still refuses to allow telnet or ftp connections. I've tried >restarting xinetd. It seems to be on the NIS OK. I can telnet out to >other machines from this machine, but it won't allow other machines to >telnet in to it. Here are the installed telnet

can't telnet or ftp

2001-05-05 Thread Hidong Kim
Hi, I'm having problems with one of our Linux machines. It's running Red Hat 7.0, and it's part of an NIS network with several other Red Hat 6.1 and 7.0 machines. The problem is that I cannot telnet or ftp into this machine. I can't even telnet into localhost on this machine. This is the erro

can't telnet or ftp

2001-04-10 Thread Hidong Kim
Hi, I just set up a Red Hat 7.0 machine. It's on an NIS domain with several other Red Hat machines. The problem with this new machine is that I can't telnet or ftp into it, even from the machine itself. ypbind is running, and I can telnet, ftp, ping all of the other machines fro

Re: can't telnet

2000-01-16 Thread manhattan
THanks for the reply. I tried and it didn't work. The strange thing is that all other services like ftp and http work fine. I even checked the inet.conf and telnet is not disabled. Any suggestion of other possible source of the problem? Thanks John On Sat, 15 Jan 2000, Gordon Messmer wrote: > [

Re: Why can't telnet localhost 110?

1998-04-23 Thread plaven
Looking at inetd.conf I have a line that points as such: pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3 I did a which ipop3d and got nothing back. Still can't telnet to the 110 port and it's listed in the services file too. Cya, Pete -- > From: Anthony E. G

Re: Why can't telnet localhost 110?

1998-04-23 Thread plaven
What's the rpm that should be installed for pop3? I just checked my inetd.conf and pop3 lines aren't commented out yet I can't telnet to the pop3 port (as seen in an earlier posting). Cya, Pete -- > From: Keith Schoenefeld <[EMAIL PROTECTED]> > To: [EMA

Re: Why can't telnet localhost 110?

1998-04-22 Thread Igmar Palsenberg
>When I telnet localhost 110 on my Linux box, I got "Connection >closed by >foreign host". But it works when I telnet localhost 25. Any idea? >Thanks >Ping No POP3 service installed. Igmar -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.r

Re: Why can't telnet localhost 110?

1998-04-22 Thread Rich Burroughs
On Wed, 22 Apr 1998, Ping Lau wrote: [snip] > I didn't mention that I have ipfwadm running & don't whether or not it has > anything to do with my problem. Well, it could prevent connections if you are filtering traffic to the POP port, but that doesn't sound like the problem. You're getting a co

Re: Why can't telnet localhost 110?

1998-04-22 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 14:56 4/22/98 -0600, Ping Lau wrote: >Then I ran which tcpd & got /usr/sbin/tcpd Run: which ipop3d I think you'll find it does not exist. "ipop3d" is the POP3 service installed by the imap*.rpm included with RH5. It's bigger and slower than qpopper, but it

Re: Why can't telnet localhost 110?

1998-04-22 Thread Ping Lau
Dear Tony Regards Ping Lau [EMAIL PROTECTED] Concord Express, Inc. MIS Department > >When I telnet localhost 110 on my Linux box, I got "Connection closed by > >foreign host". But it works when I telnet localhost 25. Any idea? > > Check /etc/services to see that port 110 has a service defin

Re: Why can't telnet localhost 110?

1998-04-22 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 12:06 4/22/98 -0600, Ping Lau wrote: > >When I telnet localhost 110 on my Linux box, I got "Connection closed by >foreign host". But it works when I telnet localhost 25. Any idea? Check /etc/services to see that port 110 has a service defined (pop-3). Then

Re: Why can't telnet localhost 110?

1998-04-22 Thread Keith Schoenefeld
Ping Lau wrote: > > When I telnet localhost 110 on my Linux box, I got "Connection closed by > foreign host". But it works when I telnet localhost 25. Any idea? > > Thanks > Ping > Check to make sure the pop daemon line isn't commented out of /etc/inetd.conf (The line will start with pop3, i

Re: Why can't telnet localhost 110?

1998-04-22 Thread Bryan C. Andregg
On Wed, 22 Apr 1998 12:06:31 -0600, <[EMAIL PROTECTED]> wrote: > > When I telnet localhost 110 on my Linux box, I got "Connection closed by > foreign host". But it works when I telnet localhost 25. Any idea? > You don't have the pop3 package installed. -- Bryan C. Andregg *

Why can't telnet localhost 110?

1998-04-22 Thread Ping Lau
When I telnet localhost 110 on my Linux box, I got "Connection closed by foreign host". But it works when I telnet localhost 25. Any idea? Thanks Ping -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /