Index: [Article Count Order] [Thread]

Date:  Thu, 21 Aug 2008 22:58:27 +0900
From:  "Eiji Hamano \(bluequartz\)" <bluequartz (at mark) hypersys.ne.jp>
Subject:  [coba-e:13764] web port 23xxx on bluequartz
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <FF4BB57EC9514C01B8E4FA7DE93CAD63@thinkpad>
X-Mail-Count: 13764

Dear

I am testing  something like a httpd software on my bluequartz (CentOs 4.1).
The httpd software runs with port 23xxx on Linux systems.

Does bluequartz prevent port 23xxx from other machine ?

If I do :
   telnet 127.0.0.1   23020
on that bluequartz machine, it works fine as;
GET /ACTION=GETSTATUS HTTP/1.0         <== type in
"<status>running</status>"             <== result


If I do :
   telnet 202.xx.xx.xx 23020
from other bluequartz machine, the connection was closed as;
"Connection closed by foreign host."   <== result

Eiji