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


ADVERTISEMENT

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 :: 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

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

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

Server :: Telnet - While Connecting To Other Server

Feb 22, 2011

just now i installed telnet on my VPS. but while connecting to other server it gives error

# telnet 10.10.10.224 Trying 10.10.10.224... Connected to 10.10.10.224 (10.10.10.224). Escape character is '^]'. Connection closed by foreign host.

View 4 Replies View Related

OpenSUSE :: Unable To Use Telnet To Connect To Smpt Server

Apr 17, 2011

I'm using something like telnet [URL] 25 and it comes back as not being able to connect to host on port 25. I don't have port 25 blocked anywhere. I turned off the firewall and even opened up port 25 on the hardware firewall router. If I ping it I can connect.

View 2 Replies View Related

General :: Unable To Telnet To A Windows Server Machine?

Aug 28, 2010

Why am I not able to telnet to a Windows server machine? Is it because the telnet server is not running there? A remote desktop connection works though.

Does a telnet server run by default on a Unix machine?

View 3 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

Server :: Restrict Remote Telnet Connection + Port 80?

May 5, 2011

Is it possible to restrict telnet connection from remote to my server(linux -centos5)?

=================
Ex : [root@localhost]# telnet 10.0.0.33 80
Trying 10.0.0.33...

[code]...

View 2 Replies View Related

Server :: Sendmail: Telnet Test From External Networks

Jul 22, 2010

I seem to having some strange issues with my new sendmail server and was hoping that somebody can offer some assistance with this issue. I recently tried to setup an enviromental monitor that sends alerts via email using a dedicated email account I created on my sendmail server. For whatever reason, it does not seem to be able to send emails, and I have verified the account credentials multiple times.

So I attempted to run a telnet SMTP test to determine what the problem was. I was able to connect and send the emails using this test perfectly fine from my local subnet, however I ran into problems attempting this test from the outside world. When I connect the SMTP PORT 25 from the outside world, I get what seems to be a malformed SMTP greeting.

[Code]....

View 2 Replies View Related

Server :: Start And Stop Telnet Service On UNIX / It?

Sep 20, 2010

I googled it and found this information: To enable the telnet service, login to the server as the root user account and run the following commands:

Code:
# chkconfig telnet on
# service xinetd reload
but the very first command did not work.

So, how do we...

[1] start and stop telnet service on UNIX / Linux?

[2] specify configurations / settings for the telnet service to accept or deny connections

View 7 Replies View Related

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 View Related

Software :: Getting EXPECT Package For RHEL 5 To TELNET A Server?

May 6, 2011

find and install EXPECT package in RHEL5 to TELNET servers.

View 2 Replies View Related

Fedora Servers :: Allow Users To Connect To Virtual Server Using Telnet?

Mar 9, 2010

I've a Windows 7 host OS and I've installed Fedora 11 as a Virtual OS using Virtualbox.I want a friend of mine to connect to my Fedora server using telnet from internet. What I would like to know is how do i configure my Virtualbox to allow my friend to connect to my server. Also, is there any setting I need to change in Fedora to allow this?

View 9 Replies View Related

General :: Write A Telnet Server Without Username/password Function

Sep 24, 2010

i am trying to write a telnet server without username/password function. how to implement such function? the source code from inetutils seems complicated..

View 8 Replies View Related

Fedora Servers :: Able To Telnet To The Server Via A Remote Connection \ Will Not Accept Mail?

Feb 18, 2009

I am able to telnet to the server via a remote connection, but for some reason, it will not accept mail. ere is the bounce back email I am getting.Quote:This is the mail system at host smtp.mydomain.net.I'm sorry to have to inform you that your message could notbe delivered to one or more recipients. It's attached below.For further assistance, please send mail to postmaster.If you do so, please include this problem report. You candelete your own text from the attached returned message.The mail system

<root@mydomain.net>: temporary failure. Command output: pipe: fatal: pipe_command:
execvp /usr/bin/perlbin/vendor/spamc: No such file or directory
Reporting-MTA: dns; smtp.mydomain.net

[code]....

View 11 Replies View Related

Fedora :: Enable And Disable These Services: FTP,Email,Web Server,Firewall,Telnet,LAN?

Sep 12, 2009

how to enable and disable these services: FTP,Email,Web server,Firewall,Telnet,LAN? Is there any general way to manage services?

View 1 Replies View Related

General :: Send A Mail By Communicating Directly With An SMTP Server In Telnet?

Jan 20, 2010

How to communicate with an SMTP server with telnet, in order to send a mail?

telnet smtp.something.somewhere 53 Trying
10.xxx.xxx.xxx...
Connected to smtp.something.somewhere.
Escape character is '^]'.

And that is as far as I got. What do I have to do after?

What do I have to write after "HELO"?

View 3 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

Debian :: How To Set Up Telnet

Jan 16, 2011

Is there some reason why every forum I have gone to concerning how to set up telnet, no one will answer the question presented but rather will go on and on about SSH? If I wanted to set up SSH, I wouldn't be searching for info about telnet!

View 9 Replies View Related

Ubuntu :: 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. What else should I check or do?

View 8 Replies View Related

Fedora :: Cannot Telnet To Host Ip

Feb 11, 2011

I have a fedora13 server running and for some reason cannot telnet using the hosts ip address. I have disabled the iptables firewall as well as selinux. I have a soap server app that needs to telnet to the fedora13 server. Strange thing is, I can telnet to localhost, just not to hostname or host ip address

View 9 Replies View Related

Ubuntu :: 9.10 Not Allowing Telnet After A While?

Jan 12, 2010

I have a machine running Karmic and dovecot/postfix as a mail server.Everything is working fine with the mail system, except one thing. After sitting for a while I am unable to get to the server via telnet/pop3/smtp. Immediately after I ssh into the server to check it, these services start working.

View 9 Replies View Related

Ubuntu Networking :: Telnet Via Ssh On APC UPS?

Jan 12, 2011

I have some APC UPS devices that I'm trying to log in to. They are currently configured to use telnet -- as a safety precaution, they can only be accessed from our 'bounce' machine. So because I want to do this from a script, I'm doing it like this ssh decoherence@bouncemachine telnet stupidAPCdevice

This works fine on all the other devices I'm trying this on (Cisco gear, mostly) but the APC won't take any input. I get the login prompt but when I type in my username, ssh echoes it but the APC doesn't appear to ever receive it. It just hangs there at the username prompt. I'm guessing that its telnet implementation is a bit weird (seriously, all the management stuff on APC gear really sucks but anyway

Anyway, I'm just wondering if there are any simple flags I can pass to telnet to make it cooperate. The man page talks about a 'mode' command that lets you fiddle with LINEMODE which sounds like it might be promising but I don't know how to set that in the command line as opposed to interactively.

View 1 Replies View Related

General :: Allow Telnet From One Ip Segment?

Mar 8, 2010

I want to allow only ip segment(212.154.75.0/24) to telnet the server(RHEL-7.3).How this can be done using iptables?In the server i gave this command:

# iptables -I FORWARD -s 212.154.75.0/24 -p tcp --dport 23 -j ACCEPT
output is
0 0 ACCEPT tcp -- * * 212.154.75.0/24 0.0.0.0/0 tcp

[code]....

View 3 Replies View Related

Red Hat / Fedora :: Can't SSH Or Telnet Through Putty..

May 26, 2011

I am using RHEL 5.4 in vmware and its working fine I configured ssh in rhel and tried to login through Putty from host machine (windows xp sp3) am not able to login, so what should I do fo it frndz.

View 9 Replies View Related







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