Networking Forums

Networking Forums > Computer Networking > Linux Networking > TELNET Connection To Open Port Times Out

Reply
Thread Tools Display Modes

TELNET Connection To Open Port Times Out

 
 
PowerLifter1450@gmail.com
Guest
Posts: n/a

 
      11-24-2006, 04:27 PM
Hi everyone; I've been trying to tweak sendmail on my Fedora Core 2
server so that I can receive mail sent from the Internet to my local
mail account of the server. I have the Submission service running on
Port 587 and I forward the port to the server from the router. When
trying to Telnet to the Port using the local IP address (192.168.1.100
587) it works fine, but when trying to use the public IP address, it
always says the connect times out. A port scan reveals that the port is
indeed open I suspect this is why I am not able to receive mail. Any
ideas why the Telnet attempt will not connect?

 
Reply With Quote
 
 
 
 
ed
Guest
Posts: n/a

 
      11-25-2006, 02:16 PM
On 24 Nov 2006 09:27:50 -0800
(E-Mail Removed) wrote:

> Hi everyone; I've been trying to tweak sendmail on my Fedora Core 2
> server so that I can receive mail sent from the Internet to my local
> mail account of the server. I have the Submission service running on
> Port 587 and I forward the port to the server from the router. When
> trying to Telnet to the Port using the local IP address (192.168.1.100
> 587) it works fine, but when trying to use the public IP address, it
> always says the connect times out. A port scan reveals that the port
> is indeed open I suspect this is why I am not able to receive mail.
> Any ideas why the Telnet attempt will not connect?
>


change port to 25.

--
Regards, Ed :: http://www.linuxwarez.co.uk
proud c++ hacker
His skin cells will power the first manned mission to Mars.
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      11-25-2006, 08:27 PM
On 24 Nov 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:

>I've been trying to tweak sendmail on my Fedora Core 2 server so that
>I can receive mail sent from the Internet to my local mail account of
>the server.


Fedora Core 2 is quite obsolete, being unsupported at fedoralegacy.org
since July. Do you have a published MX record, or domain pointing at
your router?

>I have the Submission service running on Port 587 and I forward the port
>to the server from the router.


Most mail servers expect to find the mail server on port 25.

>When trying to Telnet to the Port using the local IP address (192.168.1.100
>587) it works fine, but when trying to use the public IP address, it
>always says the connect times out. A port scan reveals that the port is
>indeed open


Use tcpdump, and see what the packets are saying.

>I suspect this is why I am not able to receive mail.


Receive mail from who? You normally receive mail via your ISP, who is
probably allowing you to get the mail from their server using POP3 or IMAP
(a program like fetchmail). If you have your own domain registered, the
Internet expects to find your mail server listening on port 25.

>Any ideas why the Telnet attempt will not connect?


netstat -tupan Is it listening on the eth0 interface? (Look at the
Local and Foreign addresses)

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Socket connection to port fails despite port open / listening ! Jack Linux Networking 2 12-19-2007 03:46 PM
telnet session times out Avi Linux Networking 2 08-24-2007 06:18 PM
Possible to open more than one connection on same port? brekehan Linux Networking 4 03-20-2007 05:53 PM
TELNET Connection To Open Port Times Out PowerLifter1450@gmail.com Linux Networking 0 11-24-2006 04:27 PM
ipop3d - port open, but no connection Dorsai Linux Networking 7 01-14-2004 09:47 PM



1 2 3 4 5 6 7 8 9 10 11