Server :: Telnet : Configure The Login Retry Count?

Jan 6, 2011

I have two servers running Linux 2.6.9 kernel.When i telnet to server1 , the telnet will be disconnected only after 3 login failures. While, when i telnet to server2, telnet will be disconnected after the first login failure.expect server2 to behave the same way as server1 when telnet is executed.Kindly tell me where i should tweak my servers so that i could achieve what i expect.

View 1 Replies


ADVERTISEMENT

General :: Configure A Command To Run On Login Through Telnet?

Feb 9, 2010

I want to run a command every time I log in to my Ubuntu box, but only if I'm connecting through telnet, not if I'm logging in at the console.

View 1 Replies View Related

Networking :: Way To Configure Telnet Server Without Disable Firewall

Oct 13, 2010

I have a question about telnet.Is there any way to configure a telnet server without disable firewall.I am using redhat 5.2 and fedora 12.I have lack of knowledge about firewall.

View 1 Replies View Related

Software :: Shell Script Commands To Automate Server Or Host Telnet Login Session?

Feb 7, 2010

finally i found the script for telnet automated login session...<<Mod edit: questionable link removed>>

View 4 Replies View Related

Server :: Proftpd - Set Retry Delay After Failed Logins ?

Aug 17, 2010

How do you configure proftpd so that once a user has failed to login and reached the MaxLoginAttempts. That they can not retry logging in for another 4 hours ?

View 6 Replies View Related

Fedora Networking :: How To Configure Telnet

Dec 26, 2010

install telnet in fedora 14 then how to configure telnet?

View 13 Replies View Related

Security :: Count The Failure Root Login Attempts?

Apr 1, 2011

I want to count the failure root login attempts so that do an action when the user faild to login as root for three consecutive times (like log a line in syslog).

View 4 Replies View Related

General :: Unable To Login Using Telnet?

Sep 8, 2010

I was just checking the configuration file of /etc/xinetd.d/krb5-telnet and i thought of enabling the telnet.I modified the configuration file accordingly and restarted the server.

Code:
# cat /etc/xinetd.d/krb5-telnet
# default: off

[code]...

View 2 Replies View Related

Slackware :: How To Enable Telnet Login

Jan 27, 2010

How can I enable telnet login in a slackware derivative? (specifically Backtrack 3)Needing telnet because I'm unable to get ssh login working through a reverse ssh tunnel.

View 3 Replies View Related

General :: Telnet Localhost 143 And A No Login Gailed?

Jul 22, 2011

telnet localhost 143Trying 127.0.0.1...Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.a login rakesh@sanjiv.com rakesha NO Login failed.i have problem when Installing Courier-imap/imaps with Courierpassd .

View 1 Replies View Related

Red Hat :: Cannot Login Via Ssh On A Single, Non Root Account - Telnet Ok

Sep 9, 2010

a user called, cannot login - forgot the password - common case ( 200 user system )- but this one seems to be a bit different:

user tries to log in via ssh - login/passwd incorrect,
via telnet - no problem

tried a few different users on ssh - no problem... It seems the access denied applies to just a single, standard user account - only via ssh, all other users are able to login... tried also to change the passwd, no difference. beside re-creating the account, can you think about anything else? system: RHEL AS3, 2.4.21-51ELsmp

View 11 Replies View Related

Programming :: DBD::mysql::st Execute Failed: Column Count Doesn't Match Value Count At Row 1

Feb 24, 2010

I have the following perl/DBI script:

Quote:

#!/usr/bin/perl
use DBI;
my ($db, $user, $pw) = ('dbname', '****', '***********');
my $dbh = DBI->connect("DBI:mysql:$db",$user,$pw) or die "Cannot connect to $db: $DBI::errstr

[code].....

The error message is

[Wed Feb 24 13:03:27 2010] myscript.cgi: DBD::mysql::st execute failed: Column count doesn't match value count at row 1 at myscript.cgi. [Wed Feb 24 13:03:27 2010] myscript.cgi: DBI::db=HASH(0x8a30c60)->errstr

View 2 Replies View Related

Red Hat / Fedora :: One Line Script That Runs Telnet And Automatic Login?

Jan 19, 2011

I have just a one line script that runs telnet, and even thoughI've looked around I thought maybe someone could just tell me if there is a way to automatically login to the telnet server without having to type it in everytime. It's more of a hassle type of thing, but no matter what I've tried, I can't get anything to work.

View 5 Replies View Related

General :: Let A User Be Able To Login Via Telnet A Max Number Of Times Equal To 2?

Jan 25, 2011

If I only want to let a user be able to login via telnet a max number of times equal to 2 how would I go about doing this?I have found this little tid bit:per_source = 2but that only allows 2 connections from the same source (i.e. network) and that would not work. For some reason our telnet sessions are not dying off after a user has shutdown their PC and then the next time they login it adds another telnet session.

1. user1 31300 /dev/pts/409
2. user1 27539 /dev/pts/539
3. user1 18042 /dev/pts/316

[code]....

View 4 Replies View Related

Networking :: Difference Between Krb5-telnet And Ekrb5-telnet

Feb 18, 2010

I am trying to find the difference between the above two services. Both are under xinetd and can someone please explain the difference between them (is one more secure than the other one?)

View 1 Replies View Related

Server :: Mke2fs Says - Bad Blocks Count ?

Aug 17, 2011

I attached a virtual hard disk to one of my Linux boxes.

And after running creating partition on the new disk, I ran the following command:

Code:

While executing that command, it says as below and quits:

Code:

FYI,the output of fdisk is as below:

Code:

Why is this mke2fs reporting such and is not able to create file system ?

View 1 Replies View Related

Server :: Telnet To Smtp Server Is Closing Immediately?

Apr 18, 2011

I've configured postfix on my linux server. For the most part, I got everything working (IMAP, apache, etc) but for some reason, I can't get postfix to work remotely. Postfix works locally to send mail. E.g. when I telnet locally to port 25. However, when I try to telnet from outside, the connection closes almost immediately. I've looked at various configuration options and tuning enhancements but found nothing helpful. Here is my config:

Code:

main.cf:

#See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default

[code]....

View 4 Replies View Related

Server :: Way To Show / Count How Many CPU Instruction Particular Process Using -or Uses?

Feb 5, 2010

Is there a way to show or count how many CPU instructions a particular process is using or uses?
In my work we develop a web application and I'm responsible of maintaining the web server.
The app lets you handle data online so each client that uses the web application has a folder associated to it, where his data is stored. (/var/www/html/test) for example.
The idea is to get how many CPU instructions the httpd process for that particular folder is having. Is there a way to do this?

View 10 Replies View Related

Server :: Command To Count Inodes With In A Directory ?

Jul 16, 2010

Is there a command to count inodes with in a directory?

I know I can see total inode usage with:
df -i

And I know I can find total number of files with:
find ./ |wc -l

But how can I find inodes? As files over 8kb (if using the default partitioning of 1 node over 2 4kb blocks) would take up more than 1 inode.

View 2 Replies View Related

Server :: Cannot Telnet To 25 But Can Do It To 22

Nov 9, 2010

I just setup a server using Ubuntu 10.04LTS Desktop edition. I am a novice in these things. I was able to setup the SSH server and it works from outside my LAN quite well. I can telnet to it also with 22. I have then setup an email server. I can do telnet to it from the server itself but from the internet it just times out.

I did netstat -nlp and it shows that it is listening to port 25. I have port forwarding for 25 enabled on the router. I cleaned up all the rules of iptables and iptables -L shows everything is accepted.

View 2 Replies View Related

Ubuntu :: How To Create A Telnet Server

Mar 15, 2010

How to create a telnet server in ubuntu..?My students have unix Lab by next sem and so i would like to create telnet server so that they can access it from windows..

View 3 Replies View Related

General :: Connect To Telnet To Server

Mar 24, 2010

I would like to make a telnet connection to one server. I can't do this at first beceause i necesary to connect to another server. I use the program putty and this is the command to connect to my first machine:

[Code]....

View 2 Replies View Related

Server :: Telnet To Port 25 Not Working From Outside?

Mar 25, 2011

I'm trying to test smtp connectivity to my postfix configuration and I can telnet to port 25 from the computer itself but cannot from the outside. I get a connection refused error message. What am I doing wrong? I believe my dns is setup correctly as it seems the telnet can hit the box so I'm fairly sure its not that.

View 14 Replies View Related

General :: Manually Forcing TCP Connection To Retry ?

Jun 9, 2010

I have a TCP connection (SSH session to some computer for example) Network suddenly goes down and drops all packets (disconnected cable, out of range). TCP resends packets again and again, retrying with increasing delays. I see the problem and plug the cable back (or restore network somehow). TCP connection finally successfully resends some packet and continues.

The problem is that I need to wait for a some timeout on point 5. I want to use my opened SSH session now and not wait for 5-10 seconds until it finds out that connection is working again.

How to force all TCP connections to resend data without delays in GNU/Linux?

View 2 Replies View Related

Ubuntu Installation :: No Boot Sector - Hit F1 To Retry

May 11, 2010

I have a rather puzzling error. I recently purchased an usb external hard drive with the intent of installing Ubuntu on it. I have had great success with installing various linux flavors on usb thumb drives but I need a little larger space for engineering applications that I use. Anyway, I removed my laptop's internal hard drive and installed ubuntu 9.10 on a recently formated external hard drive. Everything worked fine at first. Upon restarting I get an error that says "no boot sector" and it asks to hit either f1 to retry. When I hit retry, Grub loads most of the time. Occasionally it does not work. Is Grub just not installing correctly? I searched for this error but I found nothing that directly applied.

View 2 Replies View Related

Software :: Does Fwrite Retry In Case Of Error

Feb 8, 2010

I'm using fwrite to write into a file stored in a normal USB flash drive. My question is: if for example a sector is damaged, does fwrite try with another one before getting me a result? If not, If I recall fwrite, will it try with a different one or with the same?

View 3 Replies View Related

Server :: A Script To Shutdown A Service When A Sybase Table Reads Over A Certain Count?

Aug 3, 2009

Someone at work has requested if i can find out anything on the above.Been googling around as well as i have only been using Linux for 2 months now.

basically there is a SYBASE ASE installation on the server, which a tomcat based website references.They want the service to stop once a certain row limit is reached in the table.

I know i have to do a count statement on the sybase table from ISQL.But how can i create the action "service website stop" once the count value reaches 4000 ?

View 2 Replies View Related

Server :: Running Cron Every 7 Minutes But To Cary Over 7 Minute Count To Next Hour?

Dec 14, 2010

Previously I had posted a question on how to make it run every 7 minutes between 7 and and 11pm.However now I found out what I really need is every 7 minuted between 7:30 and 11pm BUT it has to be every 7 minutes, it cannot reset itself on the top of every hour, so the */7 wont work.How can it that it will be every 7 minutes, so it will go at 7:30, 37,44,51, 58, 8:05, etc..

View 4 Replies View Related

Programming :: Write Own Telnet Server Instead Of Existing One?

Jun 29, 2010

how i will write my own telnet server instead of existing one.please give me the path for telnet.c file in the linux kernel

View 9 Replies View Related

Server :: Linux Dovecot Telnet 143 Not Able To From Outside Network

Oct 21, 2010

I am able to telnet localhost 143 and telnet ip 143 on localhost.but from outside network am not able to telnet ip 143.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved