Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Redhat Telnet Configuration

  • 09-11-2005 3:19pm
    #1
    Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭


    Having an annoying problem with an installation of redhat; only annoying in that we havent come across it before. We have a fairly powerful redhat 9 server that, after it accepts about 50/60 telnet sessions, it'll do no more. It might even go up higher than that but shortly after a dozen or so users will get disconnected. It's on a 100mbit lan (it might even be 1gbit) but most of the users will connect in over leased line or broadband. We need 100 or so concurrent users. I've had a look around the xinetd config files but can't find anything decent. Anyone have any ideas?


Comments

  • Closed Accounts Posts: 299 ✭✭roamer


    have you tried a diferent NIC?


  • Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭rymus


    nope.. it's a dell poweredge with an integrated nic... I can only presume it's a 10/100/1000


  • Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭rymus


    not t'worry, apparently it was sorted by some fiddling around. You'd think people would have the decency to tell me...


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    you shouldn't be using telnet AT ALL. :eek:


  • Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭rymus


    <-- blue in face from telling bossman the same thing.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    I know its sorted, but this is possibly how it was done.

    You can add an 'instances' value to your
    xinetd.conf or your xinetd.d/telnet file.

    Raise it to the number of connections you feel you can reasonably handle.

    disable = no
    instances = 100


    xinetd also has a total limit on the number of
    connections it will allow over all its services, so if this doesn't work, you need to set a higher
    'limit' value when xinetd is launched.

    NiallB


  • Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭rymus


    spot on.


  • Registered Users, Registered Users 2 Posts: 3,284 ✭✭✭dubhthach


    rymus wrote:
    <-- blue in face from telling bossman the same thing.

    Well you could see if you run into the same issue with ssh, if you don't then it's a sly way to force telnet to be gotten rid of. Least that way you kill two birds with one stone (number of connections, and the fact that ye using telnet of all things)


  • Registered Users, Registered Users 2 Posts: 8,819 ✭✭✭rymus


    only thing thats stopping me is that I'm not sure if the system we currently run on telnet will run exactly the same over ssh. I'd bare the relative crappyness of telnet if it meant I wouldnt have a whole raft of new installation problems down the road. Choices choices


  • Registered Users, Registered Users 2 Posts: 3,284 ✭✭✭dubhthach


    rymus wrote:
    only thing thats stopping me is that I'm not sure if the system we currently run on telnet will run exactly the same over ssh. I'd bare the relative crappyness of telnet if it meant I wouldnt have a whole raft of new installation problems down the road. Choices choices


    What sorta system is it? (not going into details necessarily). In general if it's something that's ran off the CLI i would say it would probably work no problems in ssh as in telnet. If however for installation it requires the presence of a telnetd then you could have it installed but just not enabled.


  • Advertisement
Advertisement