Networking Forums

Networking Forums > Computer Networking > Linux Networking > Slashdot scanning port 143

Reply
Thread Tools Display Modes

Slashdot scanning port 143

 
 
jafar
Guest
Posts: n/a

 
      07-23-2005, 10:49 PM
Hi

I've been tearing my hair out for the past few days wondering why I get
connection refused when I try to access slashdot.org.
I was just going through some logs when I noticed slashdot.org has been
scanning my port 143 (and has been blocked by portsentry) so I assumed it
was portsentry's fault so I added slashdot's ip to portsentry.ignore,
restarted portsentry, then flush iptables and reinitialised it.
I still can't access slashdot.org but I can access linux.slashdot.org,
games.slashdot.org and others but not the main page.

Why would they be scanning my port 143 in the first place? Checking to see
if I'm running an imap server and blocking my access if I am?

It could still be my fault though I've cleared out portsentry and
iptables. Anything else I've missed?

Cheers!

--
Jafar Calley
Producer - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org

 
Reply With Quote
 
 
 
 
Uli Wachowitz
Guest
Posts: n/a

 
      07-23-2005, 11:20 PM
jafar <(E-Mail Removed)> wrote:
> scanning my port 143 (and has been blocked by portsentry) so I assumed it


That's ridiculous. Why should one need to have an open port (wan -> lan)
to conntect to an external http server?

I'm behind a completely closed firewall and have no, zilch, nada problems
to reach 'slashdot.org'. Everything else would make me _very_ suspicious.

Uli


--
"The original point and click interface was a Smith & Wesson."

 
Reply With Quote
 
Frank Sweetser
Guest
Posts: n/a

 
      07-24-2005, 01:42 AM
jafar <(E-Mail Removed)> wrote:
> Hi
>
> I've been tearing my hair out for the past few days wondering why I get
> connection refused when I try to access slashdot.org.
> I was just going through some logs when I noticed slashdot.org has been
> scanning my port 143 (and has been blocked by portsentry) so I assumed it


Are you positive that it really is slashdot.org, or is merely an IP address
with a reversal of slashdot.org?

--
Frank Sweetser fs at wpi.edu | For every problem, there is a solution that
WPI Network Engineer | is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4 E8A3 8E39 29E3 E2E8 8CEC
 
Reply With Quote
 
jafar
Guest
Posts: n/a

 
      07-24-2005, 08:03 AM
On Sun, 24 Jul 2005 01:20:40 +0200, Uli Wachowitz wrote:

> jafar <(E-Mail Removed)> wrote:
>> scanning my port 143 (and has been blocked by portsentry) so I assumed it

>
> That's ridiculous. Why should one need to have an open port (wan -> lan)
> to conntect to an external http server?
>
> I'm behind a completely closed firewall and have no, zilch, nada problems
> to reach 'slashdot.org'. Everything else would make me _very_ suspicious.


I have it open so I can access my mail externally with squirrelmail. If
there is a better way of doing things I'm all ears.

--
Jafar Calley
Producer - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org

 
Reply With Quote
 
Dave {Reply Address in.sig}
Guest
Posts: n/a

 
      07-24-2005, 09:09 AM
In message <(E-Mail Removed)>, jafar wrote:

> Hi
>
> I've been tearing my hair out for the past few days wondering why I get
> connection refused when I try to access slashdot.org.
> I was just going through some logs when I noticed slashdot.org has been
> scanning my port 143 (and has been blocked by portsentry) so I assumed it
> was portsentry's fault so I added slashdot's ip to portsentry.ignore,
> restarted portsentry, then flush iptables and reinitialised it.
> I still can't access slashdot.org but I can access linux.slashdot.org,
> games.slashdot.org and others but not the main page.
>
> Why would they be scanning my port 143 in the first place? Checking to see
> if I'm running an imap server and blocking my access if I am?
>

Well, it doesn't happen here. I just put ethereal up to see what's happening
on port 143 and there's no activity as I connect to slashdot.org.
--
Dave
mail da (E-Mail Removed) (without the space)
http://www.llondel.org/
So many gadgets, so little time...
 
Reply With Quote
 
Paul Black
Guest
Posts: n/a

 
      07-24-2005, 05:40 PM
jafar wrote:
> On Sun, 24 Jul 2005 01:20:40 +0200, Uli Wachowitz wrote:
>
>> jafar <(E-Mail Removed)> wrote:
>>> scanning my port 143 (and has been blocked by portsentry) so I assumed it

>> That's ridiculous. Why should one need to have an open port (wan -> lan)
>> to conntect to an external http server?
>>
>> I'm behind a completely closed firewall and have no, zilch, nada problems
>> to reach 'slashdot.org'. Everything else would make me _very_ suspicious.

>
> I have it open so I can access my mail externally with squirrelmail. If
> there is a better way of doing things I'm all ears.


Is Squirrelmail running on the same machine as the IMAP server? If so,
then the IMAP port does not have to open to all, it would be accessible
through localhost.


Paul
 
Reply With Quote
 
Andrew Gideon
Guest
Posts: n/a

 
      07-24-2005, 10:16 PM
Frank Sweetser wrote:

> Are you positive that it really is slashdot.org, or is merely an IP
> address with a reversal of slashdot.org?


Be sure to query the actual slashdot.org DNS servers when you check, in case
your DNS cache has been "poisoned".

- Andrew

 
Reply With Quote
 
jafar
Guest
Posts: n/a

 
      07-25-2005, 06:53 AM
On Sun, 24 Jul 2005 17:40:59 +0000, Paul Black wrote:

> Is Squirrelmail running on the same machine as the IMAP server? If so,
> then the IMAP port does not have to open to all, it would be accessible
> through localhost.


Yes. The machine it is running on is a combined web/email server and
router. Are you saying I don't need the port open to access squirrelmail
from outside? Would squirrelmail work with just port, 80(http) and
443(https) open for the webmail interface?

--
Jafar Calley
Producer - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org

 
Reply With Quote
 
jafar
Guest
Posts: n/a

 
      07-25-2005, 07:26 AM
On Sun, 24 Jul 2005 18:16:12 -0400, Andrew Gideon wrote:

> Be sure to query the actual slashdot.org DNS servers when you check, in case
> your DNS cache has been "poisoned".


It may have been that as a traceroute to slashdot.org stopped at the
router. I just did a reboot of the server and it's ok now.
For the future, how do I flush the dns cache?
Cheers.

--
Jafar Calley
Producer - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org

 
Reply With Quote
 
Paul Black
Guest
Posts: n/a

 
      07-26-2005, 05:02 AM
jafar wrote:
> On Sun, 24 Jul 2005 17:40:59 +0000, Paul Black wrote:
>
>> Is Squirrelmail running on the same machine as the IMAP server? If so,
>> then the IMAP port does not have to open to all, it would be accessible
>> through localhost.

>
> Yes. The machine it is running on is a combined web/email server and
> router. Are you saying I don't need the port open to access squirrelmail
> from outside? Would squirrelmail work with just port, 80(http) and
> 443(https) open for the webmail interface?


Correct. The Squirrelmail configuration is to use 127.0.0.1. You could
check the log files to confirm - i.e. that an IMAP access is made from
127.0.0.1.

Paul

 
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
Port scanning RWB Home Networking 0 01-31-2011 10:40 PM
Port scanning question bkg442 Wireless Internet 1 08-12-2007 04:33 AM
iwlist scanning Alexander Sirotkin Linux Networking 1 08-29-2004 04:07 PM
DG834 and port scanning Andrew Broadband 1 11-30-2003 08:39 PM
Scanning for networks My father's son Wireless Internet 5 09-12-2003 06:52 PM



1 2 3 4 5 6 7 8 9 10 11