terminal for Windows. Make sure that
> you install openssh.
>
> /sbin/chkconfig telnet on
>
> will fix your problem.
Not ever setup a telnet server (always used ssh), but as the telent
server is running from xinetd, I presume that the server is off by
default,
check to make su
ould be running
> fine.
>
> xinetd is listed in the services as running (just to be on the safe
> side I restarted it).
>
> But I'm not able to telnet to the computer. Not even telnet localhost
> works.
Run:
# rpm --query telnet-server
# chkconfig telnet on
Then try aga
Bob Grover wrote:
I've set up with lokkit so that the security is custom and I've allowed
incoming telnet, www, ftp, and ssh.
/sbin/service iptables status shows that things should be running fine.
xinetd is listed in the services as running (just to be on the safe side
I restarted
I've set up with lokkit so that the security is custom and I've allowed
incoming telnet, www, ftp, and ssh.
/sbin/service iptables status shows that things should be running fine.
xinetd is listed in the services as running (just to be on the safe side I
restarted it).
But I
it laid out, but it works
:)
--On Thursday, December 05, 2002 06:37:47 PM -0700 Guy Fraser
<[EMAIL PROTECTED]> wrote:
Why bother with a redirect, just run your sshd with a "-p 21" option.
Guy
Greg Gatlin wrote:
I updated my xinetd to the newest version with up2date and my r
I have to do the better. :)
On Thu, 2002-12-05 at 19:37, Guy Fraser wrote:
> Why bother with a redirect, just run your sshd with a "-p 21" option.
>
> Guy
>
> Greg Gatlin wrote:
> > I updated my xinetd to the newest version with up2date and my redire
Why bother with a redirect, just run your sshd with a "-p 21" option.
Guy
Greg Gatlin wrote:
I updated my xinetd to the newest version with up2date and my redirect is
no longer functioning.
I upgraded to xinetd-2.3.7-5.
My redirect is so I can get to my box from work. They block p
I updated my xinetd to the newest version with up2date and my redirect is
no longer functioning.
I upgraded to xinetd-2.3.7-5.
My redirect is so I can get to my box from work. They block port 22 and
leave 21 open.
Here is my xinetd configuration that worked before the upgrade:
service ssh-ftp
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=76146
For a month now the xinetd-2.3.9 errata package for Red Hat 7.x has been
published. As this Bugzilla report shows, this package is amazingly broken
and causing service failures after a certain number of connections. I have
personally
Several people do run sendmail through xinetd. It's not as effecient as
standalone but you get all the control xinetd offer such as access lists. I
don't have a xinetd entry for sendmail but I seen one come throught the
xinetd list last week.
-eric wood
- Original Message -
F
On Wed, 13 Nov 2002, Javier Gostling wrote:
> On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote:
>
> > Xinetd is what spawns some of the connections, such as mail,
> > telnet, or ftp.
>
> Not mail. Both sendmail and postfix are standalone programs. Unless you
> ha
IMAP and POP3 mail, silly.
{^_-}
- Original Message -
From: "Javier Gostling" <[EMAIL PROTECTED]>
On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote:
> Xinetd is what spawns some of the connections, such as mail,
> telnet, or ftp.
Not mail. Both sendmail and
On Wed, Nov 13, 2002 at 10:43:28AM -0800, jdow wrote:
> Xinetd is what spawns some of the connections, such as mail,
> telnet, or ftp.
Not mail. Both sendmail and postfix are standalone programs. Unless you
have switched to another mail package which does not come in the RH CDs.
Hi
When i boot up i have xinetd running at 90% CPU, kill it and all still
works, any ideas ?
--
Marek
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list
Disconnect the network. Put up a really "thick" firewall. Stop all traffic
to the machine in any case. Is xinetd still busy? Run chkrootkit on the
machine. Is it REALLY clean? A little more history of the machine might be
useful. Xinetd is what spawns some of the connections, such as ma
Tony wrote:
So does this:
chkconfig --list | grep 3:o
(which is a lot cleaner).
You are right!
So following your line of thought
I guess the minimal regex would
be of this type
chkconfig --list | grep 0
:-)
Thank you all!
Miguel
__
On Thu Oct 31 2002 at 19:43, Michael Schwendt wrote:
> On Thu, 31 Oct 2002 13:21:19 -0500 (EST), [EMAIL PROTECTED] wrote:
>
> > =>chkconfig --list |grep -v "xinetd b\|^[^a-z]"
> > =>
> > Grep is the wrong way to go. You don't want to remove ju
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 31 Oct 2002 14:34:23 -0600, Miguel M wrote:
> I like the grep solution in the way that
> Hal Burgiss and Michael Schwendt have suggested,
Full credit goes to Hal, because if I had been the first to reply,
I might have chosen something lame'n'
my system
because it lists more than 15 services before the
xinetd based services.
Regards,
Miguel
_
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Why can't you run it through "grep -v" or "head -15" thereby ignoring the
lines you don't want?
-eric
- Original Message -
From: "Miguel M" <[EMAIL PROTECTED]>
> Hi!
>
> How can I prevent the "xinetd based services"
>
On Thu, Oct 31, 2002 at 01:21:19PM -0500, [EMAIL PROTECTED] wrote:
> =>
> =>chkconfig --list |grep -v "xinetd b\|^[^a-z]"
> =>
> Grep is the wrong way to go. You don't want to remove just one line. You
> want to remove all lines including and after "xin
Hal Burgiss wrote:
chkconfig --list |grep -v "xinetd\|^[^a-z]"
Not well tested ...
Elegant solution Hal, thank you very much!
I have modified your regex in order to list
the xinetd super server itself:
chkconfig --list |grep -v "xinetd b\|^[^a-z]&quo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 31 Oct 2002 13:21:19 -0500 (EST), [EMAIL PROTECTED] wrote:
> =>chkconfig --list |grep -v "xinetd b\|^[^a-z]"
> =>
> Grep is the wrong way to go. You don't want to remove just one line.
> You want to rem
On Thu, 31 Oct 2002, Michael Schwendt wrote:
=>-BEGIN PGP SIGNED MESSAGE-
=>Hash: SHA1
=>
=>On Thu, 31 Oct 2002 11:53:01 -0500, Hal Burgiss wrote:
=>
=>> On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote:
=>> > Hi!
=>> >
=>> > How ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 31 Oct 2002 11:53:01 -0500, Hal Burgiss wrote:
> On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote:
> > Hi!
> >
> > How can I prevent the "xinetd based services"
> > to be displayed by "chkco
On Thu, Oct 31, 2002 at 10:42:03AM -0600, Miguel M wrote:
> Hi!
>
> How can I prevent the "xinetd based services"
> to be displayed by "chkconfig --list"?
>
> I have some scripts which worked well under RHL6.2
> with the output of chkconfig, howeve
Hi!
How can I prevent the "xinetd based services"
to be displayed by "chkconfig --list"?
I have some scripts which worked well under RHL6.2
with the output of chkconfig, however the xinetd
section in RHL8 breaks the consistency of the
format and also my scripts :-(
Thanks
27 matches
Mail list logo